Skip to content
@banjo360

Banjo XBLA

Banjo-Kazooie XBLA research project

This organisation is to fiddle with the XBOX 360 version of Banjo-Kazooie and maybe end up with a decompilation. In doing so, we create tools that might help other XBOX 360 enthusiasts to make modifications to other games.

Repositories

dump-diff

A tool that disassembles 2 blobs of compiled code and show the differences in the resulting assembly.

bk360

The main repository of the decompilation project.

Ghidra converter

Generate a listing of all the functions from an XML file exported from Ghidra to a format used by other tools (e.g. coff-linker).

coff-linker

Takes an .obj file containing your compiled C code, extract the data and functions into separate .bin files, then patches their relocation symbols.

split360

Splits and merges a .xex file based on a YAML definition.

Pinned

  1. bk360 bk360 Public

    Decompilation research of Banjo-Kazooie for the xbox 360

    C 9 1

  2. split360 split360 Public

    A file splitter targeting xbox 360

    Rust

Repositories

Showing 6 of 6 repositories
  • .github Public
    0 0 0 0 Updated Jun 1, 2024
  • dump-diff Public

    Compares 2 code bin files (i.e. compiled code) by disassemble them and diff the resulting assembly

    Rust 0 0 0 0 Updated Jun 1, 2024
  • bk360 Public

    Decompilation research of Banjo-Kazooie for the xbox 360

    C 9 MIT 1 2 0 Updated May 31, 2024
  • ghidra-converter Public

    Convert a Ghidra XML file to a simple list of address-name pair.

    Rust 0 0 0 0 Updated May 19, 2024
  • coff-linker Public

    Patch .OBJ files

    Rust 0 MIT 0 0 0 Updated May 18, 2024
  • split360 Public

    A file splitter targeting xbox 360

    Rust 0 MIT 0 0 0 Updated Oct 16, 2023

Top languages

Loading…

Most used topics

Loading…