Port details |
- py-ropper Find gadgets to build rop chains for different architectures
- 1.13.7 security
=0 1.13.6Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2020-03-02 14:37:47
- Last Update: 2022-02-20 22:21:33
- Commit Hash: 5b0b33c
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- You can use ropper to look at information about files in different
file formats and you can find ROP and JOP gadgets to build chains for
different architectures. Ropper supports ELF, MachO and the PE file
format. Other files can be opened in RAW format. The following
architectures are supported:
- x86 / x86_64
- Mips / Mips64
- ARM (also Thumb Mode)/ ARM64
- PowerPC / PowerPC64
Ropper is inspired by ROPgadget, but should be more than a gadgets
finder. So it is possible to show information about a binary like
header, segments, sections etc. Furthermore it is possible to edit the
binaries and edit the header fields, but currently this is not fully
implemented and in a experimental state. For disassembly ropper uses
the awesome Capstone Framework.
Now you can generate rop chain automatically (auto-roper) for execve
and mprotect syscall.
WWW: https://scoding.de/ropper/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}ropper>0:security/py-ropper@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-ropper/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-ropper
- pkg install py38-ropper
NOTE: This is a Python port. Instead of py38-ropper listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-ropper
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1645395553
SHA256 (sashs-Ropper-v1.13.7_GH0.tar.gz) = a0756f64a214ca175280ca83ab8440cdd47822d3347eb1e58d25af2d027f4d47
SIZE (sashs-Ropper-v1.13.7_GH0.tar.gz) = 1491228
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-capstone>=4.0.1 : devel/py-capstone@py38
- py38-filebytes>=0.10.0 : devel/py-filebytes@py38
- py38-keystone-engine>=0.9.1.3 : devel/py-keystone-engine@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- security/gef
- Configuration Options:
- No options to configure
- Options name:
- security_py-ropper
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Feb 2022 22:21:33 1.13.7
|
Mateusz Piotrowski (0mp)  |
security/py-ropper: Update to 1.13.7 |
07 Apr 2021 08:09:01 1.13.6
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.13.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Feb 2021 10:37:11
1.13.6
|
0mp  |
Update to 1.13.6 |
28 Dec 2020 23:02:15
1.13.5_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
03 Mar 2020 02:01:16
1.13.5_1
|
0mp  |
Set USE_PYTHON=concurrent as the Python package provides a console_script
Reported by: koobs |
02 Mar 2020 16:36:05
1.13.5
|
0mp  |
Update to v1.13.5
- Switch to GitHub. CHEESESHOP is not updated regularly by upstream.
- Add a test target.
Reported by: Repology |
02 Mar 2020 14:37:39
1.13.3
|
0mp  |
New port: security/py-ropper
You can use ropper to look at information about files in different
file formats and you can find ROP and JOP gadgets to build chains for
different architectures. Ropper supports ELF, MachO and the PE file
format. Other files can be opened in RAW format. The following
architectures are supported:
- x86 / x86_64
- Mips / Mips64
- ARM (also Thumb Mode)/ ARM64
- PowerPC / PowerPC64
Ropper is inspired by ROPgadget, but should be more than a gadgets
finder. So it is possible to show information about a binary like
header, segments, sections etc. Furthermore it is possible to edit the
binaries and edit the header fields, but currently this is not fully
implemented and in a experimental state. For disassembly ropper uses
the awesome Capstone Framework.
Now you can generate rop chain automatically (auto-roper) for execve
and mprotect syscall.
WWW: https://scoding.de/ropper/ |
Number of commits found: 8
|