Giter Club home page Giter Club logo

brainslug-wii's Introduction

BrainSlug Wii
    by Chadderz

BrainSlug is a specialised Wii disc loader which is designed to allow the loaded
game's functions to be patched. What sets BrainSlug apart is that the patches it
applies are not just simple copying patches, but in fact relocatable ELF files.
The idea is that a C programmer who is unfamiliar with the intricacies of
assembly code can write C code as normal and have BrainSlug take care of linking
this into the game. Thus the process of adding functionality to Wii games is
made much easier and more enjoyable for all.

The compiled code for adding modifications to the game are called BrainSlug
modules. These modules must be made in quite a specific way, so a template
module is provided in modules/template. More information about getting started
with module development can be found in modules/README.

This project is in several parts:
    bslug_include - Header files used by BrainSlug modules.
    modules       - A collection of premade BrainSlug modules.
    src           - The BrainSlug Wii channel, which actually does the patching.
    symbols       - Symbol information needed by the channel to perform linking.
    test          - Regression testing for the Wii channel.

The game's symbols are found by a simple search which is explained in
symbols/README.

See INSTALLING for information about how to install and use BrainSlug for
development purposes.

See BUILDING for information about building the channel itself.

See USAGE for information aimed at end users of the channel.

See CHANGELOG for version information.

brainslug-wii's People

Contributors

chadderz121 avatar toadking avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.