orpheu_advanced
Browse all symbols documented inside this include file.
Constants
Functions
| Name |
Description |
|
OrpheuGetBytesAtAddress
|
Gets the bytes found at an address
|
|
OrpheuGetFunctionAddress
|
Gets the address in memory of a function given a handler to it
|
|
OrpheuGetStructFromAddress
|
Gets a handle to a struct given an address in memory
|
|
OrpheuCreateFunction
|
Gets the handler to a function given its address and the name that you give it in the file where you define the function
|
|
OrpheuGetFunctionOffset
|
Gets the offset of the adress where the function is located to the base address of its library
|
|
OrpheuGetLibraryAddress
|
Gets the adress of a library
|
|
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
|