GhidraGBA icon indicating copy to clipboard operation
GhidraGBA copied to clipboard

GBA ROM loader for ghidra

Results 2 GhidraGBA issues
Sort by recently updated
recently updated
newest added

Per subject, the latest version of GhidraGBA is now outdated compared to Ghidra itself, leading to an `Extension version for [ghidra_10.1_PUBLIC_20211213_GhidraGBA.zip] is incompatible with Ghidra.` error when attempting to load.

It appears that some of the memory regions have incorrect permissions set on them. Checking the [source code](https://github.com/SiD3W4y/GhidraGBA/blob/master/src/main/java/ghidragba/GhidraGBALoader.java#L75) it seems the issue is the usage of `setExecute(true)` which gives it...