Skip to content

Releases: 8051Enthusiast/at51

1.1.1 (2024-07-29)

29 Jul 17:36
Compare
Choose a tag to compare

Release Notes

  • Make Cargo.lock be in sync with Cargo.toml (oops)

Download at51 1.1.1

File Platform Checksum
at51-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
at51-x86_64-apple-darwin.tar.xz Intel macOS checksum
at51-x86_64-pc-windows-msvc.zip x64 Windows checksum
at51-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 1.1.0

29 Feb 15:13
Compare
Choose a tag to compare
  • Added --min-fn-length and --skip-multiple options to libfind to allow specifying a minimum function length required to match, and skipping addresses where too many functions are recognized, respectively
  • Fix bug where short functions would generate indirect functions below the --min-fn-length threshold (which was previously hardcoded to be 4)
  • Updated dependencies (and use cargo dist for generating executables for this release)

Download at51 1.1.0

File Platform Checksum
at51-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
at51-x86_64-apple-darwin.tar.xz Intel macOS checksum
at51-x86_64-pc-windows-msvc.zip x64 Windows checksum
at51-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Version 1.0.0

17 Aug 17:34
Compare
Choose a tag to compare

Nothing major was done with this release, it has just been put as 1.0.0 because it is stable enough.

  • libfind output has changed slightly, now it mentions the name of the file in the first line.
  • The linux binary is now really statically compiled, while it was previously still linked against libc, which caused problems for older systems.

Version 0.4.2

06 Jun 13:13
Compare
Choose a tag to compare

This version contains a bugfix for an ambiguous parse for the description of the Keil library functions which was resolved wrong (LDIDATA could be decomposed into LD IDATA and LDI DATA).
Also updated the dependencies.

precompiled binaries

14 Oct 19:00
7854205
Compare
Choose a tag to compare
precompiled binaries Pre-release
Pre-release

some random compiled binaries because installing rust for a single binary can be inconvenient