Giter Club home page Giter Club logo

pwngef's Introduction

pwngef license

pwngef is a GDB plug-in based on pwngdb, GEF and PEDA that makes debugging MIPS with GDB suck less.

Why?

Because anybody didn't like MIPS architecture:

  • pwngdb - Does not support MIPS
  • GEF - There is support for MIPS, but the reference string does not work, and very many errors in the code
  • peda-mips - There is support for MIPS, but it is very difficult to expand the functionality

How?

It is based on the pwngdb structure, the beauty of the GEF modules, and the simplicity of the implementation of PEDA.

Installation

git clone https://github.com/GH0st3rs/pwngef.git ~/pwngef
sudo python -m pip install -Ur ~/pwngef/requirements.txt
echo "source ~/pwngef/gdbinit.py" >> ~/.gdbinit

pwngef's People

Contributors

gh0st3rs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pwngef's Issues

Fix int overflow from GDB API

$at  : -0x101
$v0  : 0x202
$v1  : 0x2
$a0  : 0x7
$a1  : 0x42ec20 —▸ 0x60
$a2  : 0x0
$a3  : 0x1
$t0  : 0x0
$t1  : -0x7fecb5d8
$t2  : 0x2
$t3  : 0x2000001
$t4  : 0x0
$t5  : 0x33507cd7
$t6  : -0x315a63ad

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.