GetSpecialSymbolAddress
long GetSpecialSymbolAddress(String
symbol)
Returns the value of the special symbol after the image was loaded. The following special symbols are supported:
__entry_address
- entry point to the executable as specified in the ELF
header. Returns 0x7fffffffffffffffL
if no entry point was
specified.