Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Releases: goretk/libgore

Version 0.4.5

23 Feb 13:47
Compare
Choose a tag to compare

Update to GoRE 0.8.6

Version 0.4.4

22 Dec 21:36
Compare
Choose a tag to compare

Update to use GoRE 0.8.4

Version 0.4.3

13 Dec 17:44
Compare
Choose a tag to compare

Update to use GoRE 0.8.3

Version 0.4.2

10 Nov 14:19
Compare
Choose a tag to compare

Updated to latest GoRE version for 1.12.13 and 1.13.4 detection.

Version 0.4.1

26 Oct 15:59
Compare
Choose a tag to compare

Update GoRE to pull in a fix for when the note section is missing in ELF
files.

Version 0.4.0

20 Oct 18:26
Compare
Choose a tag to compare
  • Add support for getting the build id
  • New go version detection support

Version 0.3.1

15 Sep 21:11
Compare
Choose a tag to compare

Add detection for Go 1.13

Version 0.3.0 - macOS support REDUX

25 Aug 17:23
c649227
Compare
Choose a tag to compare

This release breaks backwards compatibility!

All exported functions have been renamed. They now are prefixed with the
string "gore_" to ensure it doesn't clash with other library functions.

Fixes #4

Version 0.2.0

24 Aug 16:26
d823857
Compare
Choose a tag to compare

This release adds support for Darwin (macOS). Libgore can now be cross compiled for Darwin using the docker container build method. // edit: Library hangs when loading (#4)

It is now also possible to "force" a specific Go version when analyzing a binary. See #GoFile.SetGoVersion for more info.

Libgore now also uses go module setup.

Latest version of gore is now used. It adds detection for all the latest versions released.

v0.1.0

04 Aug 12:53
Compare
Choose a tag to compare
Initial public release