GhidraGBA icon indicating copy to clipboard operation
GhidraGBA copied to clipboard

Incorrect memory permissions

Open RayCarrot opened this issue 3 years ago • 0 comments

It appears that some of the memory regions have incorrect permissions set on them. Checking the source code it seems the issue is the usage of setExecute(true) which gives it the read permissions, but not write (which all of the non-ROM regions should have). This causes some warnings to show in Ghidra when decompiling as it thinks read-only memory is being written to.

RayCarrot avatar Feb 11 '22 19:02 RayCarrot