LIEF: Library to Instrument Executable Formats Version 0.16.0
|
#include <cstdint>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | LIEF |
LIEF namespace. | |
namespace | LIEF::DEX |
Typedefs | |
using | LIEF::DEX::dex2dex_method_info_t = std::unordered_map<uint32_t, uint32_t> |
using | LIEF::DEX::dex2dex_class_info_t = std::unordered_map<Method*, dex2dex_method_info_t> |
using | LIEF::DEX::dex2dex_info_t = std::unordered_map<Class*, dex2dex_class_info_t> |