Commit Graph

13 Commits

Author SHA1 Message Date
Luke Street 04b4fdcd21 Reload objects when changed externally
Uses file modification timestamp polling for project config and objects to avoid unneeded complexity from the filesystem notification watcher.

Allows disabling `build_base` as well for projects using an external build system.
2023-10-07 14:48:34 -04:00
Luke Street 803eaafee6 Hide hidden symbols by default; add "Diff Options" to menu 2023-10-07 13:27:12 -04:00
Luke Street e68629c339 Update ppc750cl (subi{,s,c} mnemonics, capstone-style CR bits) 2023-10-06 01:22:26 -04:00
Luke Street 57392daaeb Implement click-to-highlight
Highlights registers, instructions, arguments, symbols or addresses on click.

Resolves #7
2023-10-05 23:40:45 -04:00
Luke Street 8278d5d207 Support MIPS PIC relocations 2023-01-21 12:41:41 -05:00
Luke Street fa28352e08 Fix MIPS operands with base 2023-01-21 10:49:47 -05:00
Luke Street bea0a0007d Initial support for line number info 2023-01-21 00:03:56 -05:00
Luke Street 771a141110 Version 0.2.0
- Update checker & auto-updater
- Configure font sizes and diff colors
- Data diffing bug fixes & improvements
- Bug fix for low match percent
- Improvements to Jobs UI (cancel, dismiss errors)
- "Demangle" tool

Closes #6, #13, #17, #19
2022-12-06 17:53:32 -05:00
Luke Street d9efa97c30 Initial work on data diffing 2022-11-06 00:49:46 -04:00
Luke Street ff9b378445 Fix MIPS relocation addends; update cwdemangle, ppc750cl 2022-11-05 13:16:44 -04:00
EllipticEllipsis 39f263639a More mips reloc support (#18) 2022-09-21 15:11:17 -04:00
Luke Street 1e44f73b2f Add simple symbol search & handle symbol relocation addends 2022-09-20 18:20:58 -04:00
Luke Street 5259828a2d Option to skip building target obj 2022-09-13 19:52:25 -04:00