An open API service indexing awesome lists of open source software.

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

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.