Skip to content

Releases: polyverse/ropoly

v0.0.10

13 Aug 23:01
Compare
Choose a tag to compare

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

06 Mar 20:04
1f42745
Compare
Choose a tag to compare

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

01 Mar 22:35
586b846
Compare
Choose a tag to compare
Merge pull request #59 from polyverse/pvsignature-in-any-section

Find PV signature in any section

Ropoly for Linux

01 Mar 22:29
586b846
Compare
Choose a tag to compare
Merge pull request #59 from polyverse/pvsignature-in-any-section

Find PV signature in any section

Ropoly statically linked on Linux

02 Dec 06:22
cebf6d4
Compare
Choose a tag to compare

This release of ropoly provides two key features:

  1. Statically linked executable for Linux
  2. Use golang's built-in disassembler package

Improve ROP gadget finding (#38)

02 Dec 06:21
cebf6d4
Compare
Choose a tag to compare
* 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

07 Nov 02:19
ee03bc4
Compare
Choose a tag to compare

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

06 Oct 15:25
Compare
Choose a tag to compare

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

01 Sep 01:58
Compare
Choose a tag to compare
Publish to workspace better