Binary Ninja’s signature system automatically matches and renames copies of known functions based on their function signature. The signature system is designed to aid in analyzing statically-linked binaries without symbols available.
While a few signature libraries are bundled with Binary Ninja, you can now create your own signature libraries! These tools are available as the Signature Kit Plugin. If you’re on the dev branch, you can install it in the plugin manager now.
Warning: SigKit is no longer under active development. For more information, please see https://binary.ninja/2025/08/22/warp.html.
This post marks the official release of the signature system, and also serves as documentation for how it works and how to most effectively use it.
Read more...