diz
May 30th, 2003, 17:35
I think this is somewhat related to unpacking so I post here.
I would like to remove code from dumped exe, which after unwraping is no longer needed (armadillo junk).
Now, I don't know what to do to change all references to data which is AFTER this sections. I can remove .text1, .data1, .pdata which I suspect are armadillos sections. Unfortunetly the last is followed by .rsrc and of course I would like to keep it
.
Are there any tools to find all references to this section and substract given value or something?
I would like to remove code from dumped exe, which after unwraping is no longer needed (armadillo junk).
Now, I don't know what to do to change all references to data which is AFTER this sections. I can remove .text1, .data1, .pdata which I suspect are armadillos sections. Unfortunetly the last is followed by .rsrc and of course I would like to keep it

Are there any tools to find all references to this section and substract given value or something?