summaryrefslogtreecommitdiff
path: root/docs/index.md
blob: e9e463f4c7de5e816fc3375bea5769632bd4a7bc (plain)
1
2
3
4
5
6
7
8
9
10
# Binary Ninja

[Binary Ninja](https://binary.ninja/) is a reverse engineering platform and decompiler. It focuses on a clean and easy to use interface with a powerful multithreaded analysis built on top of a stack of custom ILs. It can quickly adapt to a variety of architectures, platforms, and compilers.

- To quickly get started as a new user, check out our [Getting Started Guide](getting-started.md).
- To learn about the user interface, check out the more extensive [User Guide](./guide/index.md).
- To learn about the API and plugin design, check out the [Developer Guide](./dev/index.md). 
- To get a complete reference for the API, check out the documentation for [Python](https://api.binary.ninja/), [C++](https://api.binary.ninja/cpp/), and [Rust](https://rust.binary.ninja/binaryninja/).

Of course, if you just have some questions, you might find our [discussions](https://github.com/Vector35/binaryninja-api/discussions) forum helpful, search [our public issue tracker](https://github.com/Vector35/binaryninja-api/issues), or join the more interactive [slack channel](https://slack.binary.ninja/).