Commit Graph

  • c9e66e1d73 Merge pull request #189 from sashs/fix master v1.13.13 Sascha Schirra 2025-02-28 22:47:30 +01:00
  • 1d23047c68 version changed fix Sascha Schirra 2025-02-28 22:46:15 +01:00
  • 76faf9befa add all packages; fixes #188 Sascha Schirra 2025-02-28 22:46:05 +01:00
  • cdd04d20aa version changed v1.13.12 Sascha Schirra 2025-02-23 20:02:20 +01:00
  • ce1c936fa5 version changed Sascha Schirra 2025-02-23 20:00:23 +01:00
  • aa6b9ad122 Merge pull request #184 from CheddarJon/dockerfile v1.13.11 Sascha Schirra 2025-02-23 19:07:35 +01:00
  • 31403ada70 Merge pull request #187 from sashs/bugfix Sascha Schirra 2025-02-23 19:05:11 +01:00
  • 0125d9cd64 look for CS_ARCH_ARM64 Sascha Schirra 2025-02-23 18:55:57 +01:00
  • 983995f4ab added CS_ARCH_ARM64 as well to be compatible with all versions Sascha Schirra 2024-10-27 12:36:50 +01:00
  • caac38b4af ARM64 to AARCH64 due to renaming of the variable in capstone bindings Sascha Schirra 2024-10-27 10:18:13 +01:00
  • 808d0c20ff Dockerfile: Uses pip3 and pyproject.toml CheddarJon 2024-09-24 09:39:30 +02:00
  • 525bcf7f04 Merge pull request #182 from jakelamberson/pyproject-toml Sascha Schirra 2024-07-30 22:07:33 +02:00
  • e677729c43 Migrate to pyproject.toml Jake Lamberson 2024-06-26 09:16:55 -04:00
  • a1141ab665 version changed v1.13.10 Sascha Schirra 2024-05-08 13:53:20 +02:00
  • ada7176979 do not filter rop gadgets that contains jmp Sascha Schirra 2024-05-08 13:52:18 +02:00
  • a5a4de29b8 version changed v1.13.9 Sascha Schirra 2024-05-02 23:17:52 +02:00
  • 651d400750 Merge pull request #179 from nbailluet/master Sascha Schirra 2024-05-01 20:01:54 +02:00
  • 3abbaa5962 Add pop.w regex pattern for ArmThumb architecture Nicolas Bailluet 2023-10-12 00:13:29 +02:00
  • 1296f729c9 Merge pull request #178 from tomg404/master Sascha Schirra 2024-01-11 22:54:59 +01:00
  • 83d16dc78f update help text in readme Tom Gaimann 2024-01-11 17:23:27 +01:00
  • 2738c0a4be fixed typos and gramatical errors in help text Tom Gaimann 2024-01-11 17:21:45 +01:00
  • 85e03793db Merge pull request #168 from tabun-dareka/master Sascha Schirra 2023-04-24 07:36:20 +02:00
  • e6bfd41e4c fix typos Adrian 2023-04-18 13:30:28 +02:00
  • c03cfe5090 Merge pull request #163 from oddrabbit/master Sascha Schirra 2022-10-27 08:58:13 +02:00
  • edb838be4a Update Dockerfile OddRabbit 2022-10-26 19:49:59 +11:00
  • b7574a983d Create Dockerfile OddRabbit 2022-10-26 18:06:04 +11:00
  • b1b2cd378e version changed v1.13.8 Sascha Schirra 2022-08-07 22:25:38 +02:00
  • b0d71d3310 removed tests for python2 Sascha Schirra 2022-08-07 22:25:21 +02:00
  • b87fe6b802 Bugfix: context has already been set Sascha Schirra 2022-08-07 22:25:05 +02:00
  • 9811612313 Merge pull request #146 from cbayet/master Sascha Schirra 2022-08-07 12:54:35 +02:00
  • 637255828b Merge pull request #158 from brandonssipes/master Sascha Schirra 2022-08-07 12:44:58 +02:00
  • 2a13b14ba5 fixed ldm sp jop paul 2022-05-08 09:35:47 -04:00
  • 73bc568c59 version changed v1.13.7 Sascha Schirra 2022-01-29 15:36:20 +01:00
  • c821360228 Bugfix: push gadgets in ropchain, closes #154 Sascha Schirra 2022-01-29 15:08:40 +01:00
  • 5f62b0463e Bugfix: object of type 'NoneType' has no len() when search in multiple files Sascha Schirra 2022-01-29 15:24:15 +01:00
  • 5e6692092b rename multiprocessing variable Sascha Schirra 2022-01-29 15:23:14 +01:00
  • 4a9ff91bed rename multiprocessing module Sascha Schirra 2022-01-29 15:22:23 +01:00
  • d8ede83c21 Bugfix: 'Ropper' object has no attribute '__gatherGadgetsByEndings' Sascha Schirra 2022-01-29 15:09:35 +01:00
  • dd4c71e03b Bugfix: push gadgets in ropchain Sascha Schirra 2022-01-29 15:08:40 +01:00
  • 66adeb0a1d BUGFIX: fix the detection of pop pc that is invalid Corentin Bayet 2021-06-15 10:45:37 +02:00
  • b05e90aed4 BUGFIX: Added the detection of the gadget pop {pc} in the pattern for ARM and ARMBE Corentin Bayet 2021-06-14 17:23:41 +02:00
  • d8fad95ac7 BUGFIX: Fixing invalid opcode for pop with more than 5 destinations, making ropper to miss gadgets Corentin Bayet 2021-06-14 15:47:58 +02:00
  • c4d785d48b Merge pull request #143 from mkrasnitski/master Sascha Schirra 2021-05-05 08:38:33 +02:00
  • 8a5c7755ad let user control cache location with env vars Michael Krasnitski 2021-05-04 09:51:46 -04:00
  • 9a948026b8 version changes v1.13.6 Sascha Schirra 2021-02-14 21:22:22 +01:00
  • b4f01571c8 split help Sascha Schirra 2021-02-14 21:20:59 +01:00
  • db52af2945 Merge pull request #136 from Kristal-g/master Sascha Schirra 2021-02-14 21:06:27 +01:00
  • 6c4bb3d8a6 Bugfix: 'in <string>' requires string as left operand, not int Sascha Schirra 2021-02-14 21:05:45 +01:00
  • be0e41c45c Fix --cfg-only logic Kristal-g 2020-12-21 16:58:57 +02:00
  • 6f21f9dc4e Merge pull request #130 from doronz88/master Sascha Schirra 2020-09-07 22:19:38 +02:00
  • e760c061ed fix Searchs typo to Searches DoronZ 2020-08-01 21:58:20 +03:00
  • 11c361239c Merge pull request #129 from layderv/master Sascha Schirra 2020-05-17 22:11:29 +02:00
  • 00e225daf6 #113 warn badbytes in input values laydervus 2020-05-14 13:55:01 -04:00
  • 75a9504683 Merge pull request #127 from xairy/master Sascha Schirra 2020-02-12 12:36:01 +01:00
  • be754ee806 Fix address length on 64 bit archs Andrey Konovalov 2020-02-12 11:01:37 +01:00
  • 627b56e735 Bugfix: section offset wrong #125 Sascha Schirra 2020-02-08 17:37:28 +01:00
  • 609a96a093 closes #124 and #126 Sascha Schirra 2020-02-06 12:33:57 +01:00
  • c986f019d7 Merge pull request #118 from ddlws/x86_chain_neg Sascha Schirra 2019-12-18 11:45:25 +01:00
  • f9f610184a Fix _createNumberNeg printing values out of order Dave Lewis 2019-12-04 22:37:33 -05:00
  • 05b50d740d version changed v1.13.5 Sascha Schirra 2019-12-03 09:16:23 +01:00
  • 2209013dc4 bugfix: wrong offsets when imagebase is set while loading Sascha Schirra 2019-12-03 09:16:12 +01:00
  • 7b062a7c9f version changed v1.13.4 Sascha Schirra 2019-11-12 10:46:01 +01:00
  • 2c9a4029e4 merge branch 'master' of github.com:sashs/Ropper Sascha Schirra 2019-11-12 10:44:06 +01:00
  • d4ff9b733b version has been changed Sascha Schirra 2019-11-12 10:42:46 +01:00
  • c1fcf6f47f Bugfix: PPR for x86_64 Sascha Schirra 2019-11-12 10:41:45 +01:00
  • 477b2aeb9d Bugfix: unsupported operand type(s) for +: 'NoneType' and 'int' closes #115 v1.13.3 Sascha Schirra 2019-10-13 11:28:48 +02:00
  • 8b4d7e7f0d version changed Sascha Schirra 2019-10-13 11:28:06 +02:00
  • 12c7328f39 Bugfix: NoneType error for virtualprotect, closes #114 v1.13.2 Sascha Schirra 2019-10-11 08:09:08 +02:00
  • 56939b8253 version changed Sascha Schirra 2019-10-11 08:08:05 +02:00
  • cf1591ee22 Bugfix: binary not in list v1.13.1 Sascha Schirra 2019-10-08 14:58:09 +02:00
  • 09b81e006a MachO Universal binary support v1.13.0 Sascha Schirra 2019-10-04 11:41:15 +02:00
  • 3257c966d9 Merge pull request #111 from rsesek/macho-fat Sascha Schirra 2019-10-04 10:42:54 +02:00
  • f9be1845a1 Add support for Mach-O universal binaries. Robert Sesek 2019-10-03 10:14:02 -04:00
  • d0c9c43176 version changed v1.12.5 Sascha Schirra 2019-09-17 07:57:48 +02:00
  • bdb1ebb969 Bugfix: using f before assignment, --asm Sascha Schirra 2019-09-17 07:57:31 +02:00
  • 781adfa085 version changed v1.12.4 Sascha Schirra 2019-09-09 11:25:17 +02:00
  • c6b7a21e57 Bugfix: execve bug Sascha Schirra 2019-09-09 11:24:45 +02:00
  • 285a086853 version changed v1.12.3 Sascha Schirra 2019-08-18 00:17:00 +02:00
  • 43300ee98a Merge branch 'master' of github.com:sashs/Ropper Sascha Schirra 2019-08-18 00:16:25 +02:00
  • ed9487a0b5 added single processing option Sascha Schirra 2019-08-18 00:15:31 +02:00
  • ee39cc7f2e added travis status Sascha Schirra 2019-08-13 19:36:41 +02:00
  • 5cb1e8cefa removed tests for console Sascha Schirra 2019-08-13 19:30:54 +02:00
  • f6618886ab version changed v1.12.2 Sascha Schirra 2019-08-13 19:12:06 +02:00
  • e6372d6d47 edited testcases Sascha Schirra 2019-08-13 19:10:46 +02:00
  • e0f704faaa Bugfix: wrong gadget address for vmlinux Sascha Schirra 2019-08-13 19:10:36 +02:00
  • 5049496ea2 Merge pull request #105 from XVilka/patch-1 Sascha Schirra 2019-07-24 09:54:25 +02:00
  • 562707d6a4 Fix sample python syntax Anton Kochkov 2019-07-24 14:43:53 +08:00
  • cce37be939 Create .travis.yml Anton Kochkov 2019-07-23 21:52:12 +08:00
  • 360f465448 Merge branch 'master' into miasm miasm Sascha Schirra 2019-06-13 13:02:05 +02:00
  • cc46ed7167 first miasm try Sascha Schirra 2019-06-13 13:01:23 +02:00
  • cab99e70ba Contributer added v1.12.1 Sascha Schirra 2019-05-10 12:43:29 +02:00
  • 97b6b5ba2f version changed Sascha Schirra 2019-05-10 12:43:16 +02:00
  • 73717f87e7 version changed v1.12.0 Sascha Schirra 2019-05-10 12:38:53 +02:00
  • 33c67ac88f version changed Sascha Schirra 2019-05-10 12:37:38 +02:00
  • ce48e7c9ff Merge pull request #101 from xairy/sparc64 Sascha Schirra 2019-05-10 09:23:03 +02:00
  • f5ee6e3650 Add SPARC64 support Andrey Konovalov 2019-05-09 16:06:06 +02:00
  • 1d335d5f1e Merge pull request #100 from xairy/ppc64-fix Sascha Schirra 2019-05-09 15:43:52 +02:00
  • 0346891cb8 Fix elf loader for PPC64 Andrey Konovalov 2019-05-09 15:15:54 +02:00
  • 22e442cfe3 Merge pull request #99 from MHassanNadeem/patch-1 Sascha Schirra 2019-05-09 08:38:48 +02:00
  • 49873ddf08 Fix typo in code Hassan Nadeem 2019-05-08 13:24:53 -04:00