OrpheuGetNextCallAtAddress
This native should retrieve the address of functions called from an address For example by passing the address of the function X, and 1 as n, it should retrieve the address of the first function called in X. It isn't confirmed to work on every condition and it should be use for experiments only to help retrieving functions on Windows
Syntax
native OrpheuGetNextCallAtAddress(address,number)
Usage
| address | The address to start the search at |
| number | The number of the the call starting at 1 from the address |
Return
The — address of the function called
Defined in
orpheu_advanced.inc
at line 77
.
This documentation was automatically generated from source.