Ropium Versions Save

ROPium is a tool that helps you building ROP exploits by finding and chaining gadgets together

v3.3

1 year ago

What's Changed

v3.2

4 years ago

Mostly bug fixes:

  • avoid crashes when executing unsupported/buggy gadgets
  • custom chaining for function calls and syscalls to make them faster to compile
  • add "single_syscall" to IL
  • others :)

v3.1

4 years ago

Release of ROPium 3.1 !

What's new ?

  • Support for Linux 32 and 64 bits syscalls
  • Support for storing strings in memory
  • Several bug fixes and improvements

v3.0

4 years ago

ROPium v3.0

ROPGenerator changes name and becomes "ROPium" !

What's new ?

  • Python API: possible to use all functionnalities from python scripts
  • Less dependencies: ROPium now comes with very few dependencies which makes it more portable
  • Faster: gadget chaining is much faster than before
  • Better: gadget chaining has been improved and ROPium can now find more ropchains than before
  • Easier: the CLI tool becomes more ergonomic, semantic queries syntax changed to become even easier

2.0

5 years ago

ROPGenerator 2.0

Rewrite all core modules in C++ - Optimize IR - Better symbolic execution - Better symbolic simplifications - Faster chaining engine - More chaining strategies - Better constraint solving

Switch to python3

v1.2

5 years ago

Improvements:

  • more syscall supports
  • more chaining strategies
  • enhanced search engine

v1.1

5 years ago

ROPGenerator v1.1

  • Improvements on Search Engine
  • Improvements on deliver-shellcode functionality
  • Faster search
  • Added licence MIT

v1.0

5 years ago

Version 1.0:

  • New CLI
  • Faster and more robust gadget analysis and search
  • More chaining strategies
  • Advanced exploit features (syscalls, function calls, exploit generation)

v0.5

6 years ago

Added a payload database Added first fully automated exploit building strategy Added various output formats

v0.4

6 years ago

Improved the tool significantly in terms of performances Improved the interface