Check out yrp's cool rust bindings to the BinaryNinja aarch64 disassembler at docs.rs/bad64
Group account for random posts by the Binary Ninja developers
- Did you know color can indicate confidence? Greyed out variables or even sections of code are those with low confidence or that dead-code elimination identified as a possible target for removal. (Which can be confirmed or rejected via the right-click menu)
- @psifertex 's gist repo had a small update this morning to the FUNctional_tags example, it now has a cyclomatic complexity measurement and can tag functions over a specified threshold. Only 8 more lines of code and that includes implementing the algorithm! gist.github.com/psifertex/6fbc…
- Want a more concise list of all the plugins you have installed and whether they're enabled or have updates? Here's a quick snippet that uses an HTML report to get cheap sorting/filtering and the ThemeColor APIs for color-blind compatibility. gist.github.com/psifertex/6fbc…
- A surprising benefit of being a Binary Ninja user -- you might get some malware immunity 🤣: github.com/fireeye/sunbur…

