telock098.txt
上传用户:xingbo0102
上传日期:2014-08-15
资源大小:1327k
文件大小:1k
- /*
- tElock 0.98 OEP finder v1.2
- ---------------------------
- 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 cbase
- gmi eip, CODEBASE
- mov cbase, $RESULT
- log cbase
- var csize
- gmi eip, CODESIZE
- mov csize, $RESULT
- log csize
- var count
- mov count, 13
- eob lbl1
- eoe lbl1
- run
- lbl1:
- cob
- coe
- msg count
- cmp count, 0
- je lbl2
- esto
- sub count, 1
- jmp lbl1
- lbl2:
- esti
- bprm cbase, csize
- eob end
- eoe end
- run
- end:
- cmt eip, "OEP"
- cob
- coe
- ret