752 Commits

Author SHA1 Message Date
Sascha Schirra c9e66e1d73 Merge pull request #189 from sashs/fix
Fix
v1.13.13
2025-02-28 22:47:30 +01:00
Sascha Schirra 1d23047c68 version changed 2025-02-28 22:46:15 +01:00
Sascha Schirra 76faf9befa add all packages; fixes #188 2025-02-28 22:46:05 +01:00
Sascha Schirra cdd04d20aa version changed v1.13.12 2025-02-23 20:02:20 +01:00
Sascha Schirra ce1c936fa5 version changed 2025-02-23 20:00:23 +01:00
Sascha Schirra aa6b9ad122 Merge pull request #184 from CheddarJon/dockerfile
Updates Dockerfile
v1.13.11
2025-02-23 19:07:35 +01:00
Sascha Schirra 31403ada70 Merge pull request #187 from sashs/bugfix
Bugfix: CS_ARCH_AARCH64
2025-02-23 19:05:11 +01:00
Sascha Schirra 0125d9cd64 look for CS_ARCH_ARM64 2025-02-23 18:55:57 +01:00
Sascha Schirra 983995f4ab added CS_ARCH_ARM64 as well to be compatible with all versions 2024-10-27 12:36:50 +01:00
Sascha Schirra caac38b4af ARM64 to AARCH64 due to renaming of the variable in capstone bindings 2024-10-27 10:18:13 +01:00
CheddarJon 808d0c20ff Dockerfile: Uses pip3 and pyproject.toml 2024-09-24 09:39:30 +02:00
Sascha Schirra 525bcf7f04 Merge pull request #182 from jakelamberson/pyproject-toml
Migrate to pyproject.toml
2024-07-30 22:07:33 +02:00
Jake Lamberson e677729c43 Migrate to pyproject.toml 2024-06-26 09:16:55 -04:00
Sascha Schirra a1141ab665 version changed v1.13.10 2024-05-08 13:53:20 +02:00
Sascha Schirra ada7176979 do not filter rop gadgets that contains jmp 2024-05-08 13:52:18 +02:00
Sascha Schirra a5a4de29b8 version changed v1.13.9 2024-05-02 23:17:52 +02:00
Sascha Schirra 651d400750 Merge pull request #179 from nbailluet/master
Add pop.w regex pattern for ArmThumb architecture
2024-05-01 20:01:54 +02:00
Nicolas Bailluet 3abbaa5962 Add pop.w regex pattern for ArmThumb architecture 2024-04-25 14:57:41 +02:00
Sascha Schirra 1296f729c9 Merge pull request #178 from tomg404/master
fixed typos and grammatical errors in help text
2024-01-11 22:54:59 +01:00
Tom Gaimann 83d16dc78f update help text in readme 2024-01-11 17:23:27 +01:00
Tom Gaimann 2738c0a4be fixed typos and gramatical errors in help text 2024-01-11 17:21:45 +01:00
Sascha Schirra 85e03793db Merge pull request #168 from tabun-dareka/master
fix typos
2023-04-24 07:36:20 +02:00
Adrian e6bfd41e4c fix typos
fix typos in command descriptions
2023-04-18 13:30:28 +02:00
Sascha Schirra c03cfe5090 Merge pull request #163 from oddrabbit/master
Create Dockerfile
2022-10-27 08:58:13 +02:00
OddRabbit edb838be4a Update Dockerfile 2022-10-26 19:49:59 +11:00
OddRabbit b7574a983d Create Dockerfile 2022-10-26 18:06:04 +11:00
Sascha Schirra b1b2cd378e version changed v1.13.8 2022-08-07 22:25:38 +02:00
Sascha Schirra b0d71d3310 removed tests for python2 2022-08-07 22:25:21 +02:00
Sascha Schirra b87fe6b802 Bugfix: context has already been set 2022-08-07 22:25:05 +02:00
Sascha Schirra 9811612313 Merge pull request #146 from cbayet/master
BUGFIX: gadgets missed because of a bad declaration of the pop pc gadget.
2022-08-07 12:54:35 +02:00
Sascha Schirra 637255828b Merge pull request #158 from brandonssipes/master
fixed ldm sp jop
2022-08-07 12:44:58 +02:00
paul 2a13b14ba5 fixed ldm sp jop 2022-05-08 09:35:47 -04:00
Sascha Schirra 73bc568c59 version changed v1.13.7 2022-01-29 15:36:20 +01:00
Sascha Schirra c821360228 Bugfix: push gadgets in ropchain, closes #154 2022-01-29 15:34:26 +01:00
Sascha Schirra 5f62b0463e Bugfix: object of type 'NoneType' has no len() when search in multiple files 2022-01-29 15:24:15 +01:00
Sascha Schirra 5e6692092b rename multiprocessing variable 2022-01-29 15:23:14 +01:00
Sascha Schirra 4a9ff91bed rename multiprocessing module 2022-01-29 15:22:23 +01:00
Sascha Schirra d8ede83c21 Bugfix: 'Ropper' object has no attribute '__gatherGadgetsByEndings' 2022-01-29 15:09:35 +01:00
Sascha Schirra dd4c71e03b Bugfix: push gadgets in ropchain 2022-01-29 15:08:40 +01:00
Corentin Bayet 66adeb0a1d BUGFIX: fix the detection of pop pc that is invalid 2021-06-15 10:45:37 +02:00
Corentin Bayet b05e90aed4 BUGFIX: Added the detection of the gadget pop {pc} in the pattern for ARM and ARMBE 2021-06-14 17:23:41 +02:00
Corentin Bayet d8fad95ac7 BUGFIX: Fixing invalid opcode for pop with more than 5 destinations, making ropper to miss gadgets 2021-06-14 15:47:58 +02:00
Sascha Schirra c4d785d48b Merge pull request #143 from mkrasnitski/master
Control cache location with environment variables
2021-05-05 08:38:33 +02:00
Michael Krasnitski 8a5c7755ad let user control cache location with env vars 2021-05-04 09:51:46 -04:00
Sascha Schirra 9a948026b8 version changes v1.13.6 2021-02-14 21:22:22 +01:00
Sascha Schirra b4f01571c8 split help 2021-02-14 21:20:59 +01:00
Sascha Schirra db52af2945 Merge pull request #136 from Kristal-g/master
Fix --cfg-only logic
2021-02-14 21:06:27 +01:00
Sascha Schirra 6c4bb3d8a6 Bugfix: 'in <string>' requires string as left operand, not int 2021-02-14 21:05:45 +01:00
Kristal-g be0e41c45c Fix --cfg-only logic 2020-12-21 16:58:57 +02:00
Sascha Schirra 6f21f9dc4e Merge pull request #130 from doronz88/master
fix Searchs typo to Searches
2020-09-07 22:19:38 +02:00