|
Is it really so easy to manually unpack FSG 1.33 ?
Hi,
While unpacking a small tool (KrugersToolBox) which is packed using FSG 1.33, I used the following way and its unpacked w/o problem, Im curious if this can be applied to other appz:
1. Open target in Olly, entry point is: 42572B
2. Set a conditional breakpoint: EIP < 420000
3. Trace over (and wait)
it'll break at OEP, which in my case was: 401130, dumped and fixed with ImpRec, target unpacked.
|