NikDH
November 12th, 2001, 06:13
Quote:
Originally posted by CoDe_InSiDe
Hi fizzik,
Well, the Packer is ASProtect 
To unpack i suggest to first read some other threads on this Message Board, because there are enough 
Cya...
CoDe_InSiDe |
Hi fizzik,
code_inside is absolutely right but i shouold give u some advices right now:
finding the oep isnt very hard task even with asprotect
The first thing u need is a tracer and if u've icedump its perfect
with the command /tracert
First of all u've to let aspr unpack the prog in memory and dump it to the hd so u've a copy of the original file
This copy wont work coz it has wrapped import table and wrong oep
Where's the oep in the original file?
In the .text section of coz
Usually its the first section of the dumped copy of the program but there r lotsa more efficient ways to identify it
So note down on a paper the addr where this section
starts and ends and so lets restart the packed program
U've to break inside it before aspr starts unpacking it and use the /tracert command giving the starting and ending address u've noted before
This way sice will trace the program and will pop every time the eip will land between the address u've given it
This will mean the before or after u'll surely get the oep
See ya
NikDH