资 源 简 介
NOTE:this plugin is still under test ,may have many bugs, if you want use this plugin ,please check-out the source and build it by your self (Build env:VC++ 6.0). Feel free to modify it , add new functions , i will very happy if you share your change or ideas.
this is a ollyscript extend version
to make the script more easy to write and read
you can write script code like this :
; relative jmp only accept number and "@" as label
@:
msg "script start!"
@:
STI
cmp esp, 0012FFC4
je @f ;jump forward @
jmp @b ;jump back @
@:
msg "OEP FIND"
pause
@:
msg "here is end"
; or ------------------------
msg "script start!"
1:
var i
mov