Skip to content

v1.3.0

Choose a tag to compare

@Julio-Guerra Julio-Guerra released this 05 Jul 08:56
· 121 commits to main since this release
2a0301d

go-libddwaf now relies on the dynamic liddwaf library instead of the static one, via dlopen() and dlsym() internally.
This allows us to no longer rely on CGO at compilation time, with all the requirements it needed such as a proper C toolchain. To do so, we now rely on https://github.com/ebitengine/purego which mainly provides a high-level API on top of runtime/cgo to call the C world.

What's Changed

Full Changelog: v1.2.0...v1.3.0