Type alias NativePointerValue

NativePointerValue: string | number | NativePointer

A NativePointer can be described using a string that contains a number in any base (hexadecimal and decimal are the most common formats used) But it actually supports anything else that could be handled by radare2. You can use symbol names, math operations or special symbols like $$.

Generated using TypeDoc