Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pwntools, pwndbg, and GEF #140

Open
zachriggle opened this issue May 24, 2021 · 0 comments
Open

Add pwntools, pwndbg, and GEF #140

zachriggle opened this issue May 24, 2021 · 0 comments

Comments

@zachriggle
Copy link

zachriggle commented May 24, 2021

These three tools definitely belong on your list.

  • Pwntools: Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible (https://pwntools.com)
  • Pwndbg: Pwndbg is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers. (https://pwndbg.com)
  • GEF: GEF is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. (https://github.com/hugsy/gef)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant