Releases: goretk/libgore
Version 0.4.5
Update to GoRE 0.8.6
Version 0.4.4
Update to use GoRE 0.8.4
Version 0.4.3
Update to use GoRE 0.8.3
Version 0.4.2
Updated to latest GoRE version for 1.12.13 and 1.13.4 detection.
Version 0.4.1
Update GoRE to pull in a fix for when the note section is missing in ELF
files.
Version 0.4.0
- Add support for getting the build id
- New go version detection support
Version 0.3.1
Add detection for Go 1.13
Version 0.3.0 - macOS support REDUX
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
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.