angrop
No description available.
File Explorer
Download Latest Version (.zip)- bug-report.yml
- config.yml
- feature-request.yml
- question.yml
- ci.yml
- nightly-ci.yml
- release.yml
- __init__.py
- builder.py
- func_caller.py
- mem_changer.py
- mem_writer.py
- pivot.py
- reg_mover.py
- reg_setter.py
- shifter.py
- sigreturn.py
- sys_caller.py
- __init__.py
- gadget_analyzer.py
- __init__.py
- angrop_cli.py
- arch.py
- common.py
- errors.py
- rop.py
- rop_block.py
- rop_chain.py
- rop_effect.py
- rop_gadget.py
- rop_utils.py
- rop_value.py
- sigreturn.py
- pythonapi.md
- payload_code.txt
- pp.txt
- solve.py
- execve.gif
- find_gadget.gif
- kernel.gif
- test_backend.py
- test_badbytes.py
- test_chainbuilder.py
- test_find_gadgets.py
- test_gadgets.py
- test_performance.py
- test_rop.py
- test_ropblock.py
- test_ropchain.py
- .gitignore
- Dockerfile
- LICENSE
- pyproject.toml
- README.md
- setup.cfg
- setup.py
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/angr/angrop
Downloads the entire project code from GitHub to your computer.
cd angrop
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t angrop .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 angrop
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
