PDA

View Full Version : bug in OllyScript 0.92 !


shERis
August 6th, 2004, 10:00
Hi psyCKO!

I found a bug in OllyScript 0.92.

Test this script:

var apiname
var apilib
var apiaddr

mov apiname,"InitCommonControls"
mov apilib,"comctl32"
gpa apiname,apilib
mov apiaddr,$RESULT
log apilib
log apiname
log apiaddr

gn apiaddr
mov apiname,$RESULT_2
mov apilib,$RESULT_1
log apiname
log apilib

gpa apiname,apilib
mov apiaddr,$RESULT
log apiaddr
ret

apiaddr is pointing to neverland.

Please test it.

shERis

shERis
August 6th, 2004, 10:17
Its the same for WS2_32 and wsock32!

shERis

psyCK0
August 15th, 2004, 10:36
should be mov apilib,"comctl32.dll"

shERis
August 25th, 2004, 21:44
Hi psyCK0!
This problem only occurs in some a s p r protected progs. I am testing out.

shERis