aboutsummaryrefslogtreecommitdiff
path: root/security/gef/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* security/gef: Update to 2021.04Mateusz Piotrowski2021-04-151-3/+3
| | | | | Release notes: https://github.com/hugsy/gef/releases/tag/2021.04
* Update to 2021.01Mateusz Piotrowski2021-01-241-3/+3
| | | | | | | Support for Python 2 has been dropped. Notes: svn path=/head/; revision=562489
* Update to 2020.06Mateusz Piotrowski2020-06-281-3/+3
| | | | | | | | Release notes: https://github.com/hugsy/gef/releases/tag/2020.06 Notes: svn path=/head/; revision=540700
* Update to 2020.03-1Mateusz Piotrowski2020-03-101-3/+3
| | | | | | | | | | Release notes: https://github.com/hugsy/gef/releases/tag/2020.03-1 Reported by: portscout Notes: svn path=/head/; revision=528188
* New port: security/gefMateusz Piotrowski2020-03-021-0/+3
GEF (pronounced "Jeff") 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. Application developers will also benefit from it, as GEF lifts a great part of regular GDB obscurity, avoiding repeating traditional commands, or bringing out the relevant information from the debugging runtime. Some of GEF features include: - One single GDB script. - Fast limiting the number of dependencies and optimizing code to make the commands as fast as possible. - Provides more than 50 commands to drastically change your experience in GDB. - Easily extendable to create other commands by providing more comprehensible layout to GDB Python API. - Built around an architecture abstraction layer, so all commands work in any GDB-supported architecture such as x86-32/64, ARMv5/6/7, AARCH64, SPARC, MIPS, PowerPC, etc. - Suited for real-life apps debugging, exploit development, just as much as CTF. WWW: https://gef.rtfd.io Notes: svn path=/head/; revision=527640