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

PlugIns编程

开发平台:

Visual C++

  1. // The amazing UPX OEP finder v2
  2. // This script will quickly put you at the OEP of an UPX-packed EXE.
  3. // Just run it!
  4. // Implemented using hardware breakpoints (just for fun).
  5. eob Break 
  6. findop eip, #61#
  7. bphws $RESULT, "x"
  8. run
  9. Break:
  10. sto 
  11. sto
  12. bphwc $RESULT
  13. ret