Releases: Boyan-MILANOV/ropium
Releases · Boyan-MILANOV/ropium
Version 3.3
ROPium v3.2
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
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
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
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
Improvements:
- more syscall supports
- more chaining strategies
- enhanced search engine
Version 1.1
ROPGenerator v1.1
- Improvements on Search Engine
- Improvements on deliver-shellcode functionality
- Faster search
- Added licence MIT
Version 1.0
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
Added a payload database
Added first fully automated exploit building strategy
Added various output formats
Version 0.4
Improved the tool significantly in terms of performances
Improved the interface