├── README.md ├── main.py ├── requirements.txt ├── tests ├── ret ├── ret.c ├── ret2win ├── ret2win_ └── ret2win_.c └── utils ├── detect_overflow_type.py ├── detect_vector.py ├── gen_boilerplate.py ├── gui.py ├── overflow_ret2libc.py ├── overflow_ret2win.py ├── pwner.py └── string_format.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/requirements.txt -------------------------------------------------------------------------------- /tests/ret: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/tests/ret -------------------------------------------------------------------------------- /tests/ret.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/tests/ret.c -------------------------------------------------------------------------------- /tests/ret2win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/tests/ret2win -------------------------------------------------------------------------------- /tests/ret2win_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/tests/ret2win_ -------------------------------------------------------------------------------- /tests/ret2win_.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/tests/ret2win_.c -------------------------------------------------------------------------------- /utils/detect_overflow_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/detect_overflow_type.py -------------------------------------------------------------------------------- /utils/detect_vector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/detect_vector.py -------------------------------------------------------------------------------- /utils/gen_boilerplate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/gen_boilerplate.py -------------------------------------------------------------------------------- /utils/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/gui.py -------------------------------------------------------------------------------- /utils/overflow_ret2libc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/overflow_ret2libc.py -------------------------------------------------------------------------------- /utils/overflow_ret2win.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/overflow_ret2win.py -------------------------------------------------------------------------------- /utils/pwner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/pwner.py -------------------------------------------------------------------------------- /utils/string_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zerotistic/auto-ropper/HEAD/utils/string_format.py --------------------------------------------------------------------------------