Scarabee
May 26th, 2004, 10:08
Hi psyCKO,
i'm facing an error using the different ollyscript plugin versions again.
This is script, for unpacking ASPack 2.000:
var oki
findop eip, #6175#
mov oki, $RESULT
bp oki
run
sto
sto
sto
sto
msg "OEP Reached!"
Ollyscript v0.7 leads me to OEP, as it should. Latest v0.85 gives error message: "Unable to read memory of debugged process. Breakpoint at 00000000 is deleted."
This is caused due to the fact that the findop command cannot search for more than 1 byte! if i'd replace 'findop eip, #6175#' with 'findop eip, #61#' the script works fine!
/Scarabee
i'm facing an error using the different ollyscript plugin versions again.
This is script, for unpacking ASPack 2.000:
var oki
findop eip, #6175#
mov oki, $RESULT
bp oki
run
sto
sto
sto
sto
msg "OEP Reached!"
Ollyscript v0.7 leads me to OEP, as it should. Latest v0.85 gives error message: "Unable to read memory of debugged process. Breakpoint at 00000000 is deleted."
This is caused due to the fact that the findop command cannot search for more than 1 byte! if i'd replace 'findop eip, #6175#' with 'findop eip, #61#' the script works fine!
/Scarabee