Releases: 8051Enthusiast/at51
Releases · 8051Enthusiast/at51
1.1.1 (2024-07-29)
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
- Added
--min-fn-length
and--skip-multiple
options tolibfind
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
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
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
some random compiled binaries because installing rust for a single binary can be inconvenient