#1
|
|||
|
|||
[C++] Calling any function dynamically without typedef
CODE
PHP Code:
PHP Code:
PHP Code:
This is kinda useful if you don't like to write typedef at all or if you have ida pro and u want to copy the source code of the whole function without typing the typedef of each call inside that function. Sometimes the function source code in IDA PRO got weird calls like the first param is a 'this' and it does this + any dword. and it seems like ida treat it as a function like v31 = *(__int64* (this + 0x31))(v1); something or similar like that.. you can now just do that also PHP Code:
OTHER USAGE I also uses this on hook PHP Code:
Last edited by Succubus; 10-21-2021 at 17:07. Reason: added more example |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[C] Winapi Call Dynamically and easily | 0xall0c | Source Code | 40 | 10-17-2018 19:36 |
x64 calling convention and home space | mcp | x64 OS | 7 | 08-17-2015 11:40 |
Calling function from a class | AdamD | General Discussion | 0 | 02-17-2005 22:59 |
Softice - how do I return to calling code? | sync | General Discussion | 16 | 08-22-2002 20:02 |