View Full Version : need this special script
caty
April 19th, 2004, 11:59
hi
i need this special script to do this
when it breaks at a code /offset do this
go to eax address ,copy(hex) 24 bytes from eax address and paste to separate file or a separate log
psyCK0
April 19th, 2004, 22:30
Please order your script at Pay2Crack - only $9.95 a script....
britedream
April 20th, 2004, 01:43
var cnt
eob logAdd
run
logAdd:
go eax
MSG " go to log and right click and choose log file"
loop:
log [eip]
add eip,4
add cnt,4
cmp cnt ,18
jne loop
MSG "close log to file"
ret
loveboom
April 20th, 2004, 04:13
test:
var addr
var count
var contents
start:
go eax
lbl1:
mov addr,eip
mov count,0
loop:
mov contents,[addr]
log contents
cmp count,4
je lblend
add count,1
add addr,4
jmp loop
lblend:
msg "Script finished,press alt+l open log window"
ret
loveboom
April 20th, 2004, 04:50
log contents
cmp count,4
je lblend
add count,1
add addr,4
jmp loop
right:
cmp count,6
Another:
start:
go eax
lbl1:
dm eip,24,"c:\dump.dmp"
lblend:
msg "script finished"
ret
caty
April 21st, 2004, 14:49
thanks guys ,these scripts works gr8,now any function to add/append the dump to the same file each time it breaks
psyCK0
April 21st, 2004, 22:27
cant be done atm. maybe i will implement this in the next ver
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.