roeming
roeming
Added a dialog which can be found under the View menu for copying segments of memory into formatted byte strings. These byte string options are: - Byte String - Byte...
Right now, they are equivalent. Looking ahead to future proofing, it'd be nice to have pointers be implementation-agnostic. Which means pointer manipulation being implementation-agnostic.
[BUG] `ninja diff` complains about finding `...rodata` label instead of the first object in `rodata`
### Repository URL https://github.com/roeming/pikmin2-dtk ### Game Name Pikmin 2 ### Game Version GPVE01 ### Description The game currently matches, but `ninja diff` complains about looking for a string in rodata,...
The currently view for rodata/data works great, but if there is a data mismatch somewhere far into a data section, it gets hard to figure out where the actual mismatch...
I am extracting assets a rel, and several of the assets reference other assets. Currently, when feeding these assets through a `custom_type`, it zeroes out the address of the referenced...