telock098.txt
上传用户:xingbo0102
上传日期:2014-08-15
资源大小:1327k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. /*
  2. tElock 0.98 OEP finder v1.2
  3. ---------------------------
  4. Seems to work =)
  5. Please make sure no exceptions are passed to program
  6. i.e. uncheck all the boxes on the Exceptions tab 
  7. in Debugging Options except the topmost one
  8. */
  9. var cbase
  10. gmi eip, CODEBASE
  11. mov cbase, $RESULT
  12. log cbase
  13. var csize
  14. gmi eip, CODESIZE
  15. mov csize, $RESULT
  16. log csize
  17. var count
  18. mov count, 13
  19. eob lbl1
  20. eoe lbl1
  21. run
  22. lbl1:
  23. cob
  24. coe
  25. msg count
  26. cmp count, 0
  27. je lbl2
  28. esto
  29. sub count, 1
  30. jmp lbl1
  31. lbl2:
  32. esti
  33. bprm cbase, csize 
  34. eob end
  35. eoe end
  36. run
  37. end:
  38. cmt eip, "OEP"
  39. cob
  40. coe
  41. ret