Skip to content

Releases: anakryiko/btfdump

btfdump v0.0.4

05 Oct 18:12
Compare
Choose a tag to compare

What's Changed

  • .github: add actions for CI and dependency updates by @tamird in #9
  • btfdump version command by @anakryiko in #11

New Contributors

  • @tamird made their first contribution in #9

Full Changelog: v0.0.3...v0.0.4

btfdump v0.0.3

03 Oct 20:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

btfdump v0.0.2

03 Oct 20:52
Compare
Choose a tag to compare
btfdump v0.0.2 Pre-release
Pre-release

What's Changed

  • Add support for TYPE_MATCHES relocation by @danielocfb in #1
  • types: cast to arch-specific c_char instead of i8 by @anakryiko in #4

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1: cli: improve datasets arg handling

29 Oct 05:16
Compare
Choose a tag to compare
Make --datasets not a vector, but define more sensible default value
(types + relocs), which is the most useful combination in practice. By
not making --datasets a vector argument, it doesn't require '--' between
flags and position arguments.

Signed-off-by: Andrii Nakryiko <[email protected]>