Rizin
unix-like reverse engineering framework and cli tools
core_private_base.h File Reference

Go to the source code of this file.

Macros

#define RZ_CORE_BASE_ADDRESS_ALIGN   0x0000000000010000ull
 
#define RZ_CORE_BASE_ADDRESS_DEFAULT   0x0000000008000000ull
 
#define RZ_CORE_BASE_ADDRESS_DEX   0x0000000000200000ull
 
#define rz_core_align_base_address(x)
 

Macro Definition Documentation

◆ rz_core_align_base_address

#define rz_core_align_base_address (   x)
Value:
do { \
if ((x) & (RZ_CORE_BASE_ADDRESS_ALIGN - 1)) { \
} \
} while (0)
#define RZ_CORE_BASE_ADDRESS_ALIGN
int x
Definition: mipsasm.c:20

Definition at line 11 of file core_private_base.h.

◆ RZ_CORE_BASE_ADDRESS_ALIGN

#define RZ_CORE_BASE_ADDRESS_ALIGN   0x0000000000010000ull

Definition at line 7 of file core_private_base.h.

◆ RZ_CORE_BASE_ADDRESS_DEFAULT

#define RZ_CORE_BASE_ADDRESS_DEFAULT   0x0000000008000000ull

Definition at line 8 of file core_private_base.h.

◆ RZ_CORE_BASE_ADDRESS_DEX

#define RZ_CORE_BASE_ADDRESS_DEX   0x0000000000200000ull

Definition at line 9 of file core_private_base.h.