| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-12 | [Rust] Simplify `BnStrCompatible` trait | Mason Reed | |
| Followup to https://github.com/Vector35/binaryninja-api/pull/5897/ This simplifies usage of the trait in user code, should just be able to `to_cstr` to get the cstr repr and then call `as_ptr`. Co-authored-by: Michael Krasnitski <michael.krasnitski@gmail.com> | |||
| 2025-02-02 | Fix Rust apply_to_linear_object logic applying non basic block backed disasm ↵ | Mason Reed | |
| lines | |||
| 2025-01-31 | Update Render Layer registration in Rust API | Mason Reed | |
| The unit tests were not updated and the enum was kept with extremely long names, so I just added a simple wrapper. | |||
| 2025-01-31 | Fix misc clippy lints | Mason Reed | |
| 2025-01-30 | Render Layers | Glenn Smith | |
