📄 telock 0.98 oep finder v1.0 #1.txt
字号:
/*
tElock 0.98 OEP finder v1.0
---------------------------
Seems to work =)
Please make sure no exceptions are passed to program
i.e. uncheck all the boxes on the Exceptions tab
in Debugging Options except the topmost one
*/
var count
mov count, A
eob lbl1
eoe lbl1
run
lbl1:
cmp count, 0
je lbl2
esto
sub count, 1
jmp lbl1
lbl2:
esti
msg "Please set a memory breakpoint on the code section and then resume the script"
pause
eob end
eoe end
run
end:
log eip
ret
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -