下载:https://github.com/blasty/ropstone


测试一把:

➜  ropstone git:(master) ✗ ./ropstone.py -a x86 -m 64b -f ~/Desktop/ChinaPYG.dylib  '4d8??4'  // 注意字母要小写

>> ropstone v0.1 by blasty <peter@haxx.in>

> searching for pattern '4d8??4'

> hits in 'RAW':
 + 000010ab | 4d89f4 | mov r12, r14
 + 000011a0 | 4d89f4 | mov r12, r14

> 2 hits found!

➜  ropstone git:(master) ✗ ./ropstone.py -a x86 -m 64b -f ~/Desktop/ChinaPYG.dylib  'xor eax, eax'

>> ropstone v0.1 by blasty <peter@haxx.in>

> searching for pattern '31c0'

> hits in 'RAW':
 + 00001199 | 31c0 | xor eax, eax
 + 000011af | 31c0 | xor eax, eax
 + 000011cc | 31c0 | xor eax, eax
 + 000011dd | 31c0 | xor eax, eax
 + 000011ee | 31c0 | xor eax, eax
 + 00001388 | 31c0 | xor eax, eax
 + 00001467 | 31c0 | xor eax, eax
 + 000017ba | 31c0 | xor eax, eax
 + 0000f3f9 | 31c0 | xor eax, eax

> 9 hits found!

test.png

你可能感兴趣的文章

评论区

发表评论

必填

选填

选填

必填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。