Commit Graph

377 Commits

Author SHA1 Message Date
penguin-wwy e8deb97599 None 2016-06-09 01:58:45 +08:00
penguin-wwy a5f0bc4711 None 2016-06-09 01:56:49 +08:00
penguin-wwy 8f6815e92a None 2016-06-09 01:55:39 +08:00
penguin-wwy 7ebeaa9e08 None 2016-06-09 01:54:09 +08:00
penguin-wwy b9c46295af None
do_only can turn back to None
2016-06-09 00:54:10 +08:00
Jonathan Salwan 3fef11f9af Merge pull request #89 from alexmgr/py3-badbytes
Make --badbytes portable across python versions
2016-04-30 13:31:36 +02:00
Alex Moneger 79e0cf5ee9 Make --badbytes portable across python versions
- --badbytes worked only on python2 it seems. It called decode()
  on strings, which does not work in py3 anymore. Moved to using
  codecs module, which should work in all cases.
2016-04-29 11:39:11 -07:00
Jonathan Salwan bf52865212 Merge pull request #88 from oblique/master
Fix RAW loader's opcodes type
2016-04-10 14:22:35 +02:00
oblique 1f76961f99 Fix RAW loader's opcodes type
In python3 we get the following error when we use RAW loader:
  TypeError: cannot use a bytes pattern on a string-like object
2016-04-10 14:51:44 +03:00
Jonathan Salwan 99ba715c05 Merge pull request #84 from etiktin/patch-1
Update README.md
2016-01-01 11:37:56 +01:00
Eran Tiktin e2ec2a64a6 Update README.md
Fixed the Capstone link (the old one was translated to https://github.com/JonathanSalwan/ROPgadget/blob/master/www.capstone-engine.org).
2015-12-31 20:51:37 +02:00
Jonathan Salwan 3c9646ca2c Update authors list and readme 2015-11-21 18:07:55 +01:00
Jonathan Salwan c332c2648c Merge branch 'master' of github.com:JonathanSalwan/ROPgadget 2015-11-21 18:04:14 +01:00
Jonathan Salwan 9a6d698f04 git ignore 2015-11-21 18:04:04 +01:00
Jonathan Salwan dd58e6a68e Merge pull request #82 from sirusdv/add-retf
Add retf to the list of allowed x86 terminators.
2015-11-21 17:41:48 +01:00
Jonathan Salwan 79588b0691 Merge pull request #81 from sirusdv/add-dump-option
Add ability to dump bytes
2015-11-21 17:41:39 +01:00
sirus 3d6f081d06 fix syntax 2015-09-11 11:53:23 -07:00
sirus 29f1acce41 Fix retf opcodes, add retf imm16 2015-09-11 11:51:49 -07:00
sirus 5837a732b7 Add retf to the list of allowed x86 terminators. 2015-09-10 19:25:30 -07:00
sirus d2f53077bb Add ability to dump bytes 2015-09-10 18:45:18 -07:00
Jonathan Salwan 2162b27717 Merge pull request #75 from wuyongzheng/patch-1
prevent `syscall` from being filtered
2015-07-07 12:06:43 +02:00
Wu Yongzheng 3e6532c803 prevent syscall from being filtered 2015-07-07 18:00:09 +08:00
Jonathan Salwan 2850e2d718 Fixbug: Delay slot Mips 2015-07-06 17:28:54 +02:00
Jonathan Salwan 6ab415cc70 Fix an error in the Authors file. Mea Culpa :) 2015-05-18 10:40:12 +02:00
Jonathan Salwan 63cf5f7117 Request #72: Looking for "call gs:[10h]" 2015-05-10 20:36:23 +02:00
Jonathan Salwan 546a6a0ba5 Request #73: Looking for "syscall ; ret" gadgets 2015-05-10 19:07:55 +02:00
Jonathan Salwan b1678112ed Update author 2015-05-07 17:35:05 +02:00
Jonathan Salwan b36a4b91f8 Merge branch 'master' of github.com:JonathanSalwan/ROPgadget 2015-05-07 17:33:24 +02:00
Stephen Edwards 96df2101dd Update version 2015-05-07 17:31:04 +02:00
Jonathan Salwan 282d8516f2 Update version v5.4 2015-04-30 20:44:50 +02:00
Jonathan Salwan ea5917a271 Update version and sync 2015-04-26 15:39:12 +02:00
Jonathan Salwan 5de42f414a Merge branch 'sashs-master' 2015-04-26 15:27:21 +02:00
Jonathan Salwan 630b35dad3 Fix merge conflict 2015-04-26 15:27:09 +02:00
Jonathan Salwan 4e41c517f2 remove gdb history 2015-04-26 15:15:48 +02:00
Jonathan Salwan ea5bee6f22 Fix test.sh file 2015-04-26 15:15:32 +02:00
Jonathan Salwan 534266f5c1 Merge pull request #69 from alvarofe/performance
Improve performance
2015-04-26 15:03:31 +02:00
Sascha Schirra 77bf7bfc06 python3 support 2015-04-18 20:58:19 +02:00
Sascha Schirra edb104250e BUGFIX: crash if e_shstrndx = UNDEF 2015-04-18 12:07:20 +02:00
Sascha Schirra 1613d842b0 add gadgets for x86 and arm64 2015-04-18 12:00:39 +02:00
Álvaro Felipe Melchor cf41ea8795 delete TODO 2015-03-27 11:42:21 +01:00
Álvaro Felipe Melchor 8f57dae32f Bug fix and added script to test all files 2015-03-21 13:52:37 +01:00
Álvaro Felipe Melchor ad97f0325f Improve performance 2015-03-20 11:38:21 +01:00
Jonathan Salwan 5ac050ff01 Fix #66: Ropgadget doesn't find 0F05 syscall 2015-03-02 11:02:40 +01:00
Jonathan Salwan 61c5d73745 Delete some useless files. 2015-03-02 10:59:12 +01:00
Jonathan Salwan 8a53a20b78 Merge pull request #68 from aquynh/patch-1
Update README.md
2015-03-02 10:56:35 +01:00
Nguyen Anh Quynh 9120b025cf Update README.md
From Capstone 3.0.1, it is possible to install everything with PyPi package: this includes both the core & Python binding.

This also changes the link to Capstone to the upstream version, so ROPgadget do not use out-of-date version.
2015-03-01 16:05:32 +08:00
Jonathan Salwan 41539ce6a2 Merge pull request #61 from JonathanSalwan/dev
Dev
2014-11-05 10:36:07 +01:00
Jonathan Salwan 2dd5526a2b Merge pull request #60 from JonathanSalwan/master
update readme
2014-11-05 10:25:07 +01:00
Jonathan Salwan 1281fa91a9 update readme 2014-11-05 10:22:07 +01:00
Jonathan Salwan d36ad7f694 update readme 2014-11-05 10:20:39 +01:00