View Single Post
  #3  
Old 05-08-2005, 02:37
lownoise
 
Posts: n/a
First You have to patch the magic jump for the IAT so that are no redirected entrys
Then the import you find with Imprec you'll save it to file.
Code a startup routine or use Armtools to read your import table at startup of the program.
Last part is to dump the codesplicing sections and insert it in your dumped app.
When i'm at work i'll will attach a tutorial wich you can follow to recreate you app.
Remember that you have to read some tutorials about unpacking armadillo with iat screw and codesplicing!

Good luck


Found the tutorials on my hdd so here they are...
Attached Files
File Type: zip ArmaTute3x4x.zip (594.4 KB, 138 views)

Last edited by lownoise; 05-08-2005 at 02:45. Reason: Found the tuts on my hdd
Reply With Quote