I have an error message when trying to use the script Aspx2.xx_unpacker under OllyDBG. It's said i have a bad Aspr version. Where do I get the good ASPR files ? I found some scripts like those ones :
******
command of the stolen code if it exist
Test Environment : OllyDbg 1.1
ODBGScript 1.47 under WINXP
Thanks : Oleh Yuschuk - author of OllyDbg
SHaG - author of OllyScript
Epsylon3 - author of ODbgScript
*/
//support Asprotect 1.32, 1.33, ,1.35, 1.4, 2.0, 2.1, 2.11, 2.2beta, 2.2, 2.3
var tmp1
var tmp2
var imgbase
var 1stsecbase
var 1stsecsize
var dllimgbase
dbh //hide debugger
BPHWCALL //clear hardware breakpoint
GMI eip, MODULEBASE //get imagebase
mov imgbase, $RESULT
log imgbase
mov tmp1, imgbase
add tmp1, 3C //40003C
mov tmp1, [tmp1]
add tmp1, imgbase //tmp1=signature VA
add tmp1, f8 //1st section
add tmp1, 8
mov 1stsecsize, [tmp1]
add tmp1, 4
mov 1stsecbase, [tmp1]
add 1stsecbase, imgbase
gpa "GetSystemTime", "kernel32.dll"
bp $RESULT
esto
bc eip
rtr
sti
GMEMI eip, MEMORYOWNER
mov dllimgbase, $RESULT
cmp dllimgbase, 0
je error
log dllimgbase
find dllimgbase, #C6463401# //search "mov byte[esi+34], 1"
mov tmp2, $RESULT
cmp tmp2, 0
je error
find tmp2, #68????????68????????68#
mov tmp1, $RESULT
cmp tmp1, 0
je error
log tmp1
bp tmp1
eob lab1
eoe lab1
esto
lab1:
cmp eip, tmp1
je lab2
***
Is it useful to fix my Aspr version issue ? or tell me .... I m not able to reach the next step as I get Access violations under Odbg, so no need to go further i guess.
At the end of your post, you ask to select "de_L2walker_ori.dll" file after pushing "Fix button". How do you get that file appearing, cos i don't have the same "E2Walker 2.05" as you so. Could you zip that folder it and post a link please ?
Thanks
********
SE 73/SK72/BH68/Necro 52