B2R2
B2R2 is a collection of useful algorithms, functions, and tools for binary analysis, written purely in F# (in .NET lingo, it is purely managed code). For more information about our project, visit our main repository: https://github.com/B2R2-org/B2R2
Simple Command-Line Usage
To use B2R2 as a command-line tool, simply install it via .NET. Assuming that you have installed .NET SDK, you can install B2R2 as a global tool using the following command:
$ dotnet tool install -g B2R2.RearEnd.Launcher
Then, you can run our command-line tool:
$ b2r2
API
B2R2 is also available as a library. You can use it in your own F# or C# projects. For more information, please refer to the API documentation.