All Projects → Cuyler36 → Ghidra Gamecube Loader

Cuyler36 / Ghidra Gamecube Loader

Licence: apache-2.0
A Nintendo GameCube binary loader for Ghidra

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Ghidra Gamecube Loader

Ybhud
A simple Hud with DGActivityIndicatorView
Stars: ✭ 81 (-30.77%)
Mutual labels:  loader
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-12.82%)
Mutual labels:  loader
Sass Vars Loader
Use Sass variables defined in Webpack config or in external Javascript or JSON files
Stars: ✭ 112 (-4.27%)
Mutual labels:  loader
Typeorm Loader
A database-aware data-loader for use with GraphQL and TypeORM.
Stars: ✭ 86 (-26.5%)
Mutual labels:  loader
Fe Blog
前端学习笔记,JavaScript基础,LeetCode,手写API,Vue源码解析,前端面试题
Stars: ✭ 99 (-15.38%)
Mutual labels:  loader
Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+8473.5%)
Mutual labels:  loader
Mina Webpack
🍱 Mina single-file-component meets Webpack
Stars: ✭ 77 (-34.19%)
Mutual labels:  loader
Vue Api Request
Control your API calls by using an amazing component which supports axios and vue-resource
Stars: ✭ 116 (-0.85%)
Mutual labels:  loader
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+1076.92%)
Mutual labels:  loader
Node Hot Loader
Hot module replacement (hot reload) for Node.js applications. Develop without server restarting.
Stars: ✭ 111 (-5.13%)
Mutual labels:  loader
Grow Loader
A webpack loader to split class methods by decorators
Stars: ✭ 89 (-23.93%)
Mutual labels:  loader
Graphql Mongoose Loader
GraphQL Mongoose Loader helpers
Stars: ✭ 98 (-16.24%)
Mutual labels:  loader
Materialactivityindicator
Material Activity Indicator
Stars: ✭ 109 (-6.84%)
Mutual labels:  loader
Stryker
Multi-purpose proof-of-concept tool based on CPU-Z CVE-2017-15303
Stars: ✭ 86 (-26.5%)
Mutual labels:  loader
Vue Content Placeholders
Composable components for rendering fake (progressive) content like facebook in vue
Stars: ✭ 1,547 (+1222.22%)
Mutual labels:  loader
Funnyloader
Loading indicator for android with over 200 random messages
Stars: ✭ 77 (-34.19%)
Mutual labels:  loader
Vue Svg Inline Loader
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
Stars: ✭ 105 (-10.26%)
Mutual labels:  loader
Swiftloader
A simple and beautiful activity indicator written in Swift
Stars: ✭ 116 (-0.85%)
Mutual labels:  loader
Eclipseloading
🌞 日食加载动画
Stars: ✭ 114 (-2.56%)
Mutual labels:  loader
Vkbind
Single file Vulkan API loader.
Stars: ✭ 110 (-5.98%)
Mutual labels:  loader

Ghidra GameCube Loader

A Nintendo GameCube binary loader for Ghidra.

Includes optional symbol map importing, automatic namespace creation, and demangling support.

Supported Formats

  • DOL Executables (.dol)
  • Relocatable Modules (.rel)

Dependencies

This loader requires the Gekko/Broadway processor definitions for Ghidra. These must be installed prior to using the loaders. https://github.com/aldelaro5/ghidra-gekko-broadway-lang

Building

  • Ensure you have JAVA_HOME set to the path of your JDK 11 installation.
  • Set GHIDRA_INSTALL_DIR to your Ghidra install directory. This can be done in one of the following ways:
    • Windows: Running set GHIDRA_INSTALL_DIR=<Absolute path to Ghidra without quotations>
    • macos/Linux: Running export GHIDRA_INSTALL_DIR=<Absolute path to Ghidra>
    • Using -PGHIDRA_INSTALL_DIR=<Absolute path to Ghidra> when running ./gradlew
    • Adding GHIDRA_INSTALL_DIR to your Windows environment variables.
  • Run ./gradlew
  • You'll find the output zip file inside /dist

Installation

  • Copy the zip file to <Ghidra install directory>/Extensions/Ghidra.
  • Start Ghidra and use the "Install Extensions" dialog to finish the installation. (File -> Install Extensions...).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].