Jump to content
Tuts 4 You

Loader & Processor Modules

8 files

  1. idawasm

    These IDA Pro plugins add support for loading and disassembling WebAssembly modules.
    Features:
    control flow reconstruction and graph mode code and data cross references globals, function parameters, local variables, etc. can be renamed auto-comment hint support

    59 downloads

    0 comments

    Submitted

  2. NSO & NRO Loader

    IDA Loaders for Switch binaries.
    nxo64.py is an IDAPython loader for NSO / NRO files.
    kernel50.py is an IDAPython loader for the Nintendo Switch kernel (Firmware 5.0.0+).

    30 downloads

    0 comments

    Submitted

  3. ActionScript3

    Tools for static and dynamic analysis of ActionScript3 SWF files. Contains the SWF Loader, ActionScript3 processor module, and a debugger assist plugin named KLFDB.

    35 downloads

    0 comments

    Submitted

  4. 3DSX Loader

    IDA PRO Loader for 3DSX files
    The 3DSX format is an executable file-format designed for homebrew applications on the 3DS.

    34 downloads

    0 comments

    Submitted

  5. REL & DOL Loader

    The REL and DOL files are found in Nintendo Gamecube/Wii games.
    A fork of the DOL loader by Stefan Esser. A rewrite/fork of the RSO loader by Stephen Simpson.
    Features
    Creates segments/sections (.text, .data, .bss). Strips loader data from the binary. Identifies exported functions (prolog, epilog, unresolved). Treats relocations to external modules as imports. Reads other modules in the same folder as the target module to map ids to names and obtain correct import offsets.

    60 downloads

    0 comments

    Submitted

  6. Xbox360 Xex Loader

    These loaders will let you load an xex file directly into IDA without having to do any preprocessing first. The accompanying Xbox360.xml file contains lists of imports that are used to name functions imported into the xex being disassmebled.

    While this was built with the IDA SDK v6.4, it may well still work fine with earlier versions of IDA. I haven't tested this however.

    353 downloads

    0 comments

    Submitted

  7. HiddenBeeLoader

    IDA loader module for Hidden Bee's custom executable file format.
    Here's a half-day project that I did this weekend for my own edification. Perhaps someone will benefit from the source code in the future.
    While reading hasherezade's research on the Hidden Bee malware family's custom file format, I was struck with the thought that this use-case seemed particularly well-suited for an IDA custom loader module. The IDA loader module approach has a few advantages over the previous approach: it's fully automated, requiring no additional programs, plugins, or scripts; the imports have proper names and type information, allowing IDA's ordinary P.I.T. algorithms to propagate the information; and the user can relocate the database to an arbitrary base address.

    52 downloads

    0 comments

    Submitted

  8. Nintendo DS

    Nintendo DS loader module for IDA Pro 7.0
    Windows Installation
    Copy nds.dll to your loaders folder. Linux Installation
    Install the IDA SDK Create a build folder Generate the makefile using CMake: cmake -DIDASDK=/path/to/ida/sdk /path/to/source Compile the plugin using make Copy the nds.llx file inside your IDA directory

    381 downloads

    0 comments

    Submitted

  • Download Statistics

    2,071
    Files
    173
    Comments
    908
    Reviews
    Latest File
    By CodeExplorer

    18    0


×
×
  • Create New...