Lbolt99
April 3rd, 2002, 17:49
Hello,
I'm trying to add a section to the end of a EXE file. It's a dump of some internally decrypted code and what I'm trying to do it replace the decryption routine with a mem copy routine to just grab the decryped data out of memory and copy it to the correct place. Unfortunately the routine is too big to place somewhere in the regular code section.. or attach to the end of the code section. So I tried to add a section. Used PEditor, added it, changed image size, that seemed to work fine, but Softice doesn't seem to want to "see" it. I just get INVALIDs when trying to view that memory, Sice says "Page not loaded"?? Not sure what to do here? It does label the section as PROGRAM.newsection, but the data area is filled with '??'
Any help is appreciated
I'm trying to add a section to the end of a EXE file. It's a dump of some internally decrypted code and what I'm trying to do it replace the decryption routine with a mem copy routine to just grab the decryped data out of memory and copy it to the correct place. Unfortunately the routine is too big to place somewhere in the regular code section.. or attach to the end of the code section. So I tried to add a section. Used PEditor, added it, changed image size, that seemed to work fine, but Softice doesn't seem to want to "see" it. I just get INVALIDs when trying to view that memory, Sice says "Page not loaded"?? Not sure what to do here? It does label the section as PROGRAM.newsection, but the data area is filled with '??'
Any help is appreciated
