Skip to content

Releases: Boyan-MILANOV/ropium

Version 3.3

22 Aug 07:50
a9cbff2
Compare
Choose a tag to compare

What's Changed

  • Fix parsing of unsigned 64-bit constants by @mu00d8 in #36

ROPium v3.2

03 Mar 19:27
Compare
Choose a tag to compare

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 :)

ROPium v3.1

12 Feb 19:55
2b40421
Compare
Choose a tag to compare

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

Version 3.0

09 Feb 10:33
Compare
Choose a tag to compare

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

Version 2.0

14 Apr 14:20
57cd0da
Compare
Choose a tag to compare

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

Version 1.2

23 Nov 09:38
Compare
Choose a tag to compare

Improvements:

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

Version 1.1

13 Nov 08:10
af51b2a
Compare
Choose a tag to compare

ROPGenerator v1.1

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

Version 1.0

05 Oct 11:22
630eeeb
Compare
Choose a tag to compare

Version 1.0:

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

Version 0.5

07 May 21:04
Compare
Choose a tag to compare

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

Version 0.4

30 Apr 09:17
Compare
Choose a tag to compare

Improved the tool significantly in terms of performances
Improved the interface