security-cw/ROPgadget/ROPgadget.py

13 lines
226 B
Python
Raw Permalink Normal View History

2020-11-25 15:38:46 +00:00
#!/usr/bin/env python
## -*- coding: utf-8 -*-
##
## Jonathan Salwan - 2014-05-12 - ROPgadget tool
##
## http://twitter.com/JonathanSalwan
## http://shell-storm.org/project/ROPgadget/
##
import ropgadget
ropgadget.main()