Jump to content

Thunderbrew:binana: Difference between revisions

From Thunderbrew
Created page with "Binana is a repository for reverse engineering information. == Profiles == Binana contents are split into profiles. Each profile contains information about a particular binary. Currently, the most fleshed-out profile is <code>3.3.5a-windows-386</code>."
 
m Phaneron moved page Thunderbrew:Binana to Thunderbrew:binana without leaving a redirect
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Binana is a repository for reverse engineering information.
[[Category:Software]]
{{Software
|name        = Binana
|type        = Reverse-engineering information
|authors    = Thunderbrew Developers
|license    = The Unlicense
|repository  = [https://github.com/thunderbrewhq/binana github.com/thunderbrewhq/binana]
}}
 
Binana is a centralized repository of reverse-engineering information.


== Profiles ==
== Profiles ==
Line 6: Line 15:


Currently, the most fleshed-out profile is <code>3.3.5a-windows-386</code>.
Currently, the most fleshed-out profile is <code>3.3.5a-windows-386</code>.
=== Symbols ===
Each profile contains a main.sym file. This file is generated from various other symbol files in the profile.
=== C headers ===
A profile also contains a tree of C headers, which are used to expose type information into IDA Pro or Ghidra.

Latest revision as of 05:48, 14 June 2025

Binana is a centralized repository of reverse-engineering information.

Profiles

Binana contents are split into profiles. Each profile contains information about a particular binary.

Currently, the most fleshed-out profile is 3.3.5a-windows-386.

Symbols

Each profile contains a main.sym file. This file is generated from various other symbol files in the profile.

C headers

A profile also contains a tree of C headers, which are used to expose type information into IDA Pro or Ghidra.