PeekSymbolAddress
public long PeekSymbolAddress(String file, String sym, boolean
specialSym)
Returns the value of source level or special symbol sym
, as loaded from
the file executable.
Note: The executable is not loaded into the debugger.
Example
entry = deb.PeekSymbolAddress(binary_path,"__entry_address",True)