B2R2
B2R2 is a fully managed binary analysis framework written in F#. It provides a rich set of algorithms, functions, and tools for reverse engineering, program analysis, and binary-level inspection. 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.
B2R2