retdec
|
#include <macho_upx_stub.h>
Public Types | |
using | AddressType = std::uint32_t |
Type with default word size. More... | |
using | MachOHeaderType = llvm::MachO::mach_header |
using | MachOSegmentCommandType = llvm::MachO::segment_command |
Static Public Attributes | |
static const std::uint64_t | MachOHeaderNcmdsOffset = 0x10 |
static const std::uint64_t | MachOHeaderSize = 0x1C |
static const std::uint32_t | LoadCommandSegment = llvm::MachO::LC_SEGMENT |
static const std::uint64_t | LoadCommandSegmentFileoffOffset = 0x20 |
static const std::uint64_t | LoadCommandSegmentFilesizeOffset = 0x24 |
Specialized traits for Mach-O 32-bit.
using retdec::unpackertool::upx::MachOUpxStubTraits< 32 >::AddressType = std::uint32_t |
Type with default word size.
using retdec::unpackertool::upx::MachOUpxStubTraits< 32 >::MachOHeaderType = llvm::MachO::mach_header |
using retdec::unpackertool::upx::MachOUpxStubTraits< 32 >::MachOSegmentCommandType = llvm::MachO::segment_command |
|
static |
|
static |
|
static |
|
static |
|
static |