LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
enums.hpp File Reference
#include <cstdint>
Include dependency graph for PE/enums.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LIEF
 LIEF namespace.
 
namespace  LIEF::PE
 Namespace related to the LIEF's PE module.
 

Enumerations

enum class  LIEF::PE::PE_TYPE : uint16_t { LIEF::PE::PE32 = 0x10b , LIEF::PE::PE32_PLUS = 0x20b }
 
enum class  LIEF::PE::ALGORITHMS : uint32_t {
  LIEF::PE::UNKNOWN = 0 , LIEF::PE::SHA_512 , LIEF::PE::SHA_384 , LIEF::PE::SHA_256 ,
  LIEF::PE::SHA_1 , LIEF::PE::MD5 , LIEF::PE::MD4 , LIEF::PE::MD2 ,
  LIEF::PE::RSA , LIEF::PE::EC , LIEF::PE::MD5_RSA , LIEF::PE::SHA1_DSA ,
  LIEF::PE::SHA1_RSA , LIEF::PE::SHA_256_RSA , LIEF::PE::SHA_384_RSA , LIEF::PE::SHA_512_RSA ,
  LIEF::PE::SHA1_ECDSA , LIEF::PE::SHA_256_ECDSA , LIEF::PE::SHA_384_ECDSA , LIEF::PE::SHA_512_ECDSA
}
 Cryptography algorithms. More...