Code Monkey home page Code Monkey logo

frop's Introduction

NOTICE

This was a Bachelor's Degree Final Project that helped me to learn many aspects, such as ROP programming basics and how to document the project itself. Unfortunately, I no longer maintain it. It may contain bugs and has limited functionality. For example, return instructions different than pop pc are not supported.

If you are seeking a tool like this to search for ROP gadgets, I highly recommend you to take a look at ROPgadget and Ropper.

Synopsis

Frop is a Return Oriented Programming (ROP) gadget finder for ELF files of the ARM architecture.

Installation

Frop doesn’t require any install, only compile with the ‘make’ command and execute it.

Example

Usage: frop [OPTION...] file
Toolchain for ROP explotation (ELF binaries & ARM architecture)

  -a, --all                  Show gadgets and build the payload for '/bin/sh'
  -c, --chain                Build the payload for '/bin/sh'
  -g, --gadgets              Show useful gadgets.
  -l --length                Set max number of instructions of each gadget
                             (only with -g)
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Report bugs to <fernando () fervagar.com >

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.