blob: 6bcf6fb318c2b9d451229c4aee01b33b5711097a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Binary Ninja
A new kind of reverse engineering platform
---
[Binary Ninja](https://binary.ninja/) is a reverse engineering platform. It focuses on a clean and easy to use interface with a powerful multithreaded analysis built on a custom IL to quickly adapt to a variety of architectures, platforms, and compilers.
The most common starting points for documentation are:
- [Getting Started Guide](getting-started.md)
- [API documentation](dev/api.md) (depending on your language of choice)
|