Skip to content

Releases: polyverse/ropoly

v0.0.10

Choose a tag to compare

@ThomasOldham ThomasOldham released this 13 Aug 23:01

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

Choose a tag to compare

@ThomasOldham ThomasOldham released this 06 Mar 20:04
1f42745

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

Choose a tag to compare

@ThomasOldham ThomasOldham released this 01 Mar 22:35
586b846
Merge pull request #59 from polyverse/pvsignature-in-any-section

Find PV signature in any section

Ropoly for Linux

Choose a tag to compare

@ThomasOldham ThomasOldham released this 01 Mar 22:29
586b846
Merge pull request #59 from polyverse/pvsignature-in-any-section

Find PV signature in any section

Ropoly statically linked on Linux

Choose a tag to compare

@archisgore archisgore released this 02 Dec 06:22
cebf6d4

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)

Choose a tag to compare

@archisgore archisgore released this 02 Dec 06:21
cebf6d4
* 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

Choose a tag to compare

@archisgore archisgore released this 07 Nov 02:19
ee03bc4

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

Choose a tag to compare

@archisgore archisgore released this 06 Oct 15:25

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

Choose a tag to compare

@archisgore archisgore released this 01 Sep 01:58
Publish to workspace better