Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 898 Bytes

BromaIDA

IDA Broma support (now real).

Parses a Broma file and exports the bindings into a Broma file/imports the bindings into the current IDA project.

BromaIDA

Requirements

  • IDA 7.0 or higher
  • IDAPython Python v3.0.0 support
  • If you want to be able to import types:
    • IDAClang
    • MSVC

Features

TODO

Installation

  1. Download the release/zip file
  2. Copy BromaIDA.py and the broma_ida folder into IDA_DIRECTORY/plugins

Usage

  1. Ctrl-Shift-B to start importing/exporting
  2. Browse and select the broma file (not tested with anything but GeometryDash.bro)
  3. Let the script handle the rest and enjoy free/exported bindings

Thanks

Special thanks to CallocGD's PyBroma which is used to import bindings from Broma.