This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Checkfault
From OWASP
Revision as of 20:44, 13 January 2015 by St0rn (talk | contribs) (Created page with "==Description== Checkfault is a python script for help to exploit writting. This script automatically get the offset to control EBP and EIP Register like Windbg byakugan plug...")
Description
Checkfault is a python script for help to exploit writting. This script automatically get the offset to control EBP and EIP Register like Windbg byakugan plugin function
Requirements
Python, python-ptrace
Features
* Generate a junk automatically * Get EBP and EIP control offset * Two ways to use: - arg: For CLI program who use command line arguments - get: For others
Usage
python checkfault.py [Type] [Binary] [Junk_Length]
Type = arg or get