UPX3 testscript fails with latest TE

Issue #40 resolved
-- created an issue

latest commit:

--> var diroep
--> var filename
--> var Dumped
--> cmp $VERSION, "1.47"
--> jb odbgver
--> find eip,#61#
--> cmp $RESULT,0
--> je Exit
--> msg "This Program isn't packed with UPX"

vs v007

--> var diroep
--> var filename
--> var Dumped
--> cmp $VERSION, "1.47"
--> jb odbgver
--> find eip,#61#
--> cmp $RESULT,0
--> je Exit
--> mov diroep,$RESULT
--> bp diroep
--> run
--> bc diroep
--> find eip,#E9????????#
--> cmp $RESULT,0
--> je Exit
--> mov diroep,$RESULT
--> bp diroep
--> run
--> bc diroep
--> sto
--> an eip
--> dnf
Z:\__dev\titanscript-update\Debug\x32\NOTEPAD_upx.unpacked.EXE
Dumping done!
IAT Start: 0x01001000
IAT Size: 0x344
Imports fixed!
--> msg "OEP reach and dumped and fixed"
--> StopDebug
Debugging stopped

Comments (1)

  1. Log in to comment