Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 651 Bytes

xrop-esp32

xrop-esp32 is a clone of https://github.com/jsandin/xrop, where jsandin added support for ESP8266 for xrop. Original xrop repo is https://github.com/acama/xrop.

I fixed jsandin/xrop, and created this repo. Fixes include

  • made it compile-able
  • make so that it does not segfault on start
  • select all executable segments of elf file, not just vectors
  • fix calculation of ROPchain addresses
  • re-added plain output

Build Instructions

make

How to use

./xrop ../mongoose-os/myfirstApp/build/objs/fw.elf 

Notes

This repo is dirty, but works. Sorry about the gigantic size, it contains a copy of binutils.