![]() |
|
|
|
#1
|
|||
|
|||
|
Hi hajir !
An Exe can have a export table, can export functions and also export variables too (uses __declspec(dllexport) in VC++), not have to be a DLL. We can call the Exe's export functions with LoadLibrary and GetProcAddress. We can use IDA to decompile/extract the ASM code of the require function. Regards, TQN Last edited by TQN; 01-09-2005 at 09:45. |
|
#2
|
|||
|
|||
|
I use TMG Ripper Studio to give me a nice .asm file. Then I compile this file to a lib file and include it in my projects.
But be aware TMG Ripper Studio doesn't handle jmp tables... |
|
#3
|
|||
|
|||
|
btw. wasn't there a coderipper plugin for olly?
cos the tmg ripper studio is still a bit buggy .. crashed a few times here.. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How you inject codes? | Hero | General Discussion | 8 | 10-10-2005 20:11 |
| Extracting files from a temp directory | kade | General Discussion | 14 | 04-13-2003 08:08 |
| Self Extracting Exe | SLIM SLIM | General Discussion | 0 | 12-17-2002 04:34 |