RayCarrot
RayCarrot
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...
I fixed the parameter used, as the first parameter in an ArgumentNullException is the parameter name, not a message. I also changed to an ArgumentException as an ArgumentNullException is only...
Currently when disposing a compression stream such as `ZlibStream` it will also dispose the base stream you passed in. There are however times where you still want the base stream...
I'm unsure how reasonable this would be, but I was thinking if there could be a way to automatically determine the address to compile .c files for (based on user-defined...
**Describe the bug** There appears to be a bug where the drag adorner can freeze in place on screen. The way I've been able to consistently reproduce it is by...
### Prerequisites - [x] I have verified this issue is present in the `develop` branch - [x] I have searched [open](https://github.com/MonoGame/MonoGame/issues) and [closed](https://github.com/MonoGame/MonoGame/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already...
## Describe the bug I use the `ClipBorder` control in various control styles in my app to allow for rounded corners. However after doing this I noticed that some of...