GeckoReader

  • Ein USB Gecko ist ein nützlicher USB-Adapter für Developer und Hacker. Es sendet Debugginginformationen wenn es im Memorycard-Slot B gesteckt wird und entsprechede Treiber installiert sind. Diese Informationen werden vom GeckoReader aufgefangen und in dem Windows Command zu Analysezwecken dargestellt.

    libgecko ist eine kleine Lib, die einem beim Debugging unterstützt, indem man sie mit Programmen verlinken kann.

    Quellcode

    1. extern bool geckoinit;
    2. int main(int argc, char **argv) {
    3. geckoinit = InitGecko();
    4. ...
    5. void gprintf(const char *str, ...);
    6. gprintf("%s %i", translate("put a number onscreen"), number);


    Changelog

    GeckoReader v1.0

    - Alternate methods to determine COM port (including WIILOAD environment variable and user entry)
    - Different methods to control the output, like clear window, log to output file, include timestamps, and more
    - Send a file (with optional arguments) to the Wii
    - Quick resend the previous send file including arguments, easy for testing
    - Possibility to send a file from the Wii to the PC, when using libgecko.a
    - Textual progressbar when sending or receiving data

    Libgecko v1.0

    - Can send a file or data stream to Geckoreader, which will save the buffer as a file
    - Can make a hexdump of a buffer, which is sent through the gecko
    Weitere Informationen
    Autor:
    r-win, giantpupe
    Version:
    1.0
    Webseite:
    http://www.wiibrew.org/wiki/Geckoreader
    Sprache:
    Englisch
    Bilder
    • geckoreader.png

      10,09 kB, 586×336, 218 mal angesehen
    Dateien

    1.123 mal gelesen