https://github.com/gallopsled/pwntools-regression
Regression testing suite for pwntools
https://github.com/gallopsled/pwntools-regression
Last synced: 7 months ago
JSON representation
Regression testing suite for pwntools
- Host: GitHub
- URL: https://github.com/gallopsled/pwntools-regression
- Owner: Gallopsled
- License: mit
- Created: 2014-09-26T19:01:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T08:04:26.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T09:02:22.473Z (10 months ago)
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 6
- Watchers: 3
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pwntools-regression
===================
A series of contrived examples to test pwntools for functionality regressions.
Specifically, it consists of a small server written in C which allows us to have various primitives we might get from a normal vulnerability. This is compiled into all of the various architectures supported by QEMU and pwntools. Then a test harness runs through everything, and tests all of the functionality.