Jump to content
Tuts 4 You

[Unpack] PECompact v3.00.1


Recommended Posts

Posted

Hello, here i share with you a packed file.

PECompact v3.00.1

1-Unpack it

2-(Optional) Enable button to show the hidden mesage.

Greetz.

PEC300.rar

  • Like 1
Posted

PEcompact 3.00.1 OEP Finder

        var temp
var rsrc
var imgb
var oep
GMI eip, MODULEBASE
mov imgb, $RESULT
find imgb, ".rsrc"
mov temp, $RESULT
add temp, C
mov rsrc, [temp]
add rsrc, imgb
find rsrc, #5A5E5F595B5DFFE0#
mov oep, $RESULT
add oep,6
bp oep
run
sti
cmt eip, "OEP"
ret
Posted (edited)

PEcompact 3.00.1 OEP Finder

        var temp
var rsrc
var imgb
var oep
GMI eip, MODULEBASE
mov imgb, $RESULT
find imgb, ".rsrc"
mov temp, $RESULT
add temp, C
mov rsrc, [temp]
add rsrc, imgb
find rsrc, #5A5E5F595B5DFFE0#
mov oep, $RESULT
add oep,6
bp oep
run
sti
cmt eip, "OEP"
ret

:o Too easy?

Edited by lolz2much
Posted

PECompact isnt meant to be hard to unpack..... its a packer, not a protector.

Basic ESP trick + import rebuild should usually sort it.

Posted

And could you say me what is the packer of "123.flt" (Is a dll) But PeID can't recognise it.

Thanks.

123.rar

Posted

Have you tried the other detectors?

Protection ID is your best bet.

Posted

I have tried with RDG Packer Detector v0.6.6 2k8.exe and it detects PECompact 2.x or 2.7. Anyway unpack dlls is very difficult for me, all dumped dlls then won't work. may be OEP: 10012A36

  • 2 years later...
Posted

I know this is an ooooold topic, sorry for this, anyway, just playing with PECompact files I came across this post, so here is the 123 file rebuilt as a dll...

...and here is the revirgin module. All of this stuff will help for a new tut about completely reversing this packer. ;)

Best regards

Nacho_dj

123Revirgin.rar

123.rar

  • Like 1
  • 3 months later...
Posted (edited)

Borland Delphi 4.0cc_chinese.gifOEP=667DC

Edited by Zhaobo
  • 2 years later...
Posted (edited)

hi bro


 


Unpacked File


dump_.zip

Edited by Pr0c3ss
Posted

hi bro

 

Unpacked File

Glad you solved.

;)

  • Haha 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...