Commit Graph

388 Commits

Author SHA1 Message Date
Jonathan Salwan 68baac3e86 Fix some version number 2016-06-22 17:07:38 +02:00
Jonathan Salwan 61edf4ccf3 Update authors 2016-06-10 10:22:50 +02:00
Jonathan Salwan 13434cdb9d Update readme 2016-06-10 10:21:47 +02:00
Jonathan Salwan 6e46477fb5 Merge pull request #93 from penguin-wwy/master
Add regular expression
2016-06-10 10:18:21 +02:00
penguin-wwy b88a0ee878 Regular expression 2016-06-09 20:21:36 +08:00
penguin-wwy 6ddc617f5f Regular expression 2016-06-09 20:17:24 +08:00
penguin-wwy fad314f011 Regular expression 2016-06-09 20:08:25 +08:00
Jonathan Salwan 46e65d8e7e Fix case-sensitive #92 2016-06-08 20:40:11 +02:00
Jonathan Salwan 7f0371b987 Merge pull request #92 from penguin-wwy/master
self.__options.only = None
2016-06-08 20:37:30 +02:00
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 18cd0ab860 Merge pull request #91 from moshekaplan/patch-1
Correct typo in help text
2016-06-08 09:49:46 +02:00
Moshe Kaplan eae25f0f88 Correct typo in help text 2016-06-07 23:06:05 -04: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