![]() |
|
#4
|
|||
|
|||
|
Debugger on your screenshot types real addreses (it founds real imported function by her real address).
Real addresses of imports done with PE-loader of Windows. In the debugger window it looks fine, but if you insert disassembled text into your project, then you need to replace the run-time variables with their normal "standard" values. (For compatibility purposes). Make it by hand, there is no other way - by hand or with your text editor search&replace script etc. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fake mac address | theGate | General Discussion | 16 | 08-13-2022 10:12 |
| How to identify the address where the test is done? | byvs | General Discussion | 13 | 10-25-2016 08:40 |
| Get APi from the address | ahmadmansoor | General Discussion | 21 | 03-03-2011 07:49 |
| Finding API Address | britedream | General Discussion | 5 | 10-05-2006 21:28 |