Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 955 Bytes

File metadata and controls

14 lines (9 loc) · 955 Bytes

PSHAPE

Inspector-gadget (a.k.a. PSHAPE - Practical Support for Half-Automated Program Exploitation) is an open source tool which assists analysts in exploit development. It discovers gadgets, chains gadgets together, and ensures that side effects such as register dereferences do not crash the program.

Code

The code is available here: https://github.com/Alexandre-Bartel/inspector-gadget

Reference

If you use PSHAPE in your research, please cite the following paper:

Andreas Follner, Alexandre Bartel, Hui Peng, Yu-Chen Chang, Kyriakos Ispoglou, Mathias Payer, Eric Bodden: PSHAPE: Automatically Combining Gadgets for Arbitrary Method Execution, in Security and Trust Management Workshop (STM@ESORICS), Heraklion, Greece, 2016 [bib] [pdf] [www]