Chippy
Chippy
Usage
Hi, how do I use this. I know this is a command line program but I cant find any commands in the download. Thanks
Hex immediates in the mov instruction can be stripped of the hex prefix `0x` causing an error with finding the address immediate in `process_reloc`. `mov` is included in `instructions_with_address_immediates` for...
The relocation for `cmpl $0x3, 0x18c` is being applied to `$0x3` rather than `0x18c`. `curState` is at offset `0x18c` of `g_Supervisor` and is being compared to `3` in the source...
**Is your feature request related to a problem? Please describe.** Some projects have different versions such as PS2 versions and GC versions or different presets on the same platform. Rather...
Scroll to line in source tab when line numbers in diff are clicked. This does not highlight the newly selected line. Related to https://github.com/decompme/decomp.me/issues/115. "Click a line number to jump...
Some scratches do not work due to extra data objdump emits in its output. The compiler can generate extra functions/data in a .text$x section which is dumped by objdump if...
  The lines are highlighted but the immediates are not colored like other immediates are. Registers are colored when they differ including the line that differs being highlighted (r29...
### Repository URL _No response_ ### Game Name _No response_ ### Game Version _No response_ ### Description In MIPS relocatable binaries, relocations are not applied to DWARF. https://github.com/encounter/decomp-toolkit/blob/main/src/cmd/dwarf.rs#L148
Allowing selecting and copying data out of this UI such as the string "SleepyDust".  Allowing selecting arbitrary data within these targets and copying the data as floats.  ...