shadowcrack
June 25th, 2005, 21:22
Hi Everyone
My target was previously protected using
ASProtect 1.2 / 1.2c-> Alexey Solodovnikov.
I managed to unpack it with the help of some great tuts and ollydbg.
i.e
- I found the OEP
- fixed the invalids using imprec
- fixed EP using lordPE
the program ran well.
But now I've realised, they have packed it with another packing program.
Because I loaded PEiD V0.93, and says "Nothing found *" in the main screen.
The RCDATA is still scrambled and compressed.
Also in PEiD the 'Extra Information' screen,
Entropy entry says 7.21 (Packed)
EPCheck: Not Packed
Fast Check : "Packed".
I read this url :
http://www.honeynet.org/scans/scan33/sols/7-Kostya_Kortchinsky/
and followed the instructions,
I stepped through code using ollydbg and looked at the trace window I couldn't find anything suspicious and
it didn't throw any exceptions.
What other things can I try?
p.s The target is most definitely written in Delphi.
thanks
Everyone
My target was previously protected using
ASProtect 1.2 / 1.2c-> Alexey Solodovnikov.
I managed to unpack it with the help of some great tuts and ollydbg.
i.e
- I found the OEP
- fixed the invalids using imprec
- fixed EP using lordPE
the program ran well.
But now I've realised, they have packed it with another packing program.
Because I loaded PEiD V0.93, and says "Nothing found *" in the main screen.
The RCDATA is still scrambled and compressed.
Also in PEiD the 'Extra Information' screen,
Entropy entry says 7.21 (Packed)
EPCheck: Not Packed
Fast Check : "Packed".
I read this url :
http://www.honeynet.org/scans/scan33/sols/7-Kostya_Kortchinsky/
and followed the instructions,
I stepped through code using ollydbg and looked at the trace window I couldn't find anything suspicious and
it didn't throw any exceptions.
What other things can I try?
p.s The target is most definitely written in Delphi.
thanks

Everyone