Releases: polyverse/ropoly
v0.0.10
There hasn't been a release for a while, and I don't know when I'll next do work on Ropoly, so I'm creating a release now to ensure that all the most recent improvements are included, even though the ARM features are not fully working. As always, the file "ropoly.exe" is for Windows and "ropoly" is for Linux.
Bug fix and help message
Added a help message describing usage when no arguments are provided. Fixed a bug causing the uploadedfiles endpoint to return an error when no files have yet been uploaded.
Ropoly for Windows
Merge pull request #59 from polyverse/pvsignature-in-any-section Find PV signature in any section
Ropoly for Linux
Merge pull request #59 from polyverse/pvsignature-in-any-section Find PV signature in any section
Ropoly statically linked on Linux
This release of ropoly provides two key features:
- Statically linked executable for Linux
- Use golang's built-in disassembler package
Improve ROP gadget finding (#38)
* Beginnings of new gadget finder * Temp checkin * Gadget decoder unit tests * Fully static build of ropoly (For Linux only) * Use correct fingerprint function * Gadget unit test updated
Datastructure stability, and dependency removal on external tools
Ropoly is now a good platform to build on top of. There are very few functional changes, but it now has an API structure that is stable, gadget and fingerprinting capabilities are tested.
Major revamp
Thomas has taken over the tool and has revamped it heavily.
I'm publishing musl and libc based binaries so it can work on Alpine too.
release-0.0.4
Publish to workspace better