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