| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-05 | [Rust] Fix misc clippy lints and warnings | Mason Reed | |
| These are introduced after changing to Rust 1.91.1 | |||
| 2025-05-12 | [Rust] Return `String` instead of `BnString` for cases where lossy ↵ | Mason Reed | |
| conversion can be tolerated Still need to go and audit all usage, but realistically the most important places to give the user control are with symbols, where the data can come from non utf8 sources This is still incomplete, I just looked for usage of -> BnString so any other variant was omitted. | |||
| 2025-02-13 | Fix base detection in rust API failing on auto arch detection | Mason Reed | |
| Also added actual test for base address detection | |||
| 2025-02-07 | Implement Rust BaseAddressDetection | Rubens Brandao | |
