Commit Graph

  • 6bcac60df8 ci: Re-enable cargo release main v3.7.3 Luke Street 2026-07-10 00:33:21 -06:00
  • b34108fa24 Bump a few more deps & fix advisories Luke Street 2026-07-10 00:29:27 -06:00
  • 5f9e9063f8 clippy fixes & cargo update Luke Street 2026-07-10 00:22:48 -06:00
  • a3e11149f7 Version 3.7.3 Luke Street 2026-07-09 23:48:35 -06:00
  • d22c785610 Update GitHub Actions (#357) Haydn Trigg 2026-07-10 15:16:59 +09:30
  • 5035f8ec36 Update rabbitizer integration for 2.0.0-alpha.9 (#347) Anghelo Carvajal 2026-07-10 01:46:05 -04:00
  • b8f401b0ba Make the .mdebug line parser support EE-GCC (PS2) (#362) Dávid Balatoni 2026-07-10 07:45:53 +02:00
  • 282783c081 Suppress unused warnings in objdiff-cli for now Luke Street 2026-07-09 23:45:10 -06:00
  • f5ae76e64d ARM: Fix index out of bounds error when there are no mapping symbols (#359) LagoLunatic 2026-07-10 01:30:03 -04:00
  • dbabdbff11 ARM: Fix trailing relocations being ignored when inferring function sizes (#360) LagoLunatic 2026-07-10 01:29:51 -04:00
  • 2fdba8842e Add support for R_ARM_V4BX (#377) Bruno Macabeus 2026-07-10 06:28:01 +01:00
  • 0fe4fadbc3 Fix armcc symbols always being hidden (#364) Darxoon 2026-07-10 07:27:40 +02:00
  • 04be189e51 Honor symbol mappings in CLI diffs (#378) Michael Rieder 2026-07-10 07:26:50 +02:00
  • 4d0a273d65 Remove git-based dependencies and update several (#379) Ethan Roseman 2026-07-10 13:25:34 +08:00
  • 73917c12a8 Fix PS2 MWCC line number parsing (#363) Dávid Balatoni 2026-06-18 02:23:34 +02:00
  • 2cd1e2e0ce Add missing x64 relocation types (#355) Haydn Trigg 2026-06-02 13:20:05 +09:30
  • a6ddc506f8 Bump Object Crate to 0.39.1 (#348) Haydn Trigg 2026-06-02 13:19:52 +09:30
  • b8d7b3bc1a Strip trailing int3 instructions (alignment padding) for x64 (#354) Haydn Trigg 2026-06-02 12:28:45 +09:30
  • 02daae417c Version 3.7.2 v3.7.2 LagoLunatic 2026-05-31 23:25:27 -04:00
  • 8b1b4a9a79 Add config option to limit which string literal encodings are used (#356) LagoLunatic 2026-05-31 23:23:10 -04:00
  • 13f1267eac Fix several issues with string literal detection (#351) LagoLunatic 2026-05-03 21:27:12 -04:00
  • 3cebee6766 Version 3.7.1 v3.7.1 Luke Street 2026-03-21 09:54:09 -06:00
  • ab0538e9a4 Fix extab hover window display issue (#344) Amber Brault 2026-03-21 16:38:01 +01:00
  • b643265809 Disable advisories check in CI Luke Street 2026-03-20 23:29:54 -06:00
  • 7a65e07e9b Add support for R_ARM_THM_PC8 and R_ARM_THM_PC11 (#342) Bruno Macabeus 2026-03-17 04:08:03 +00:00
  • 3c4092b965 Fix cache issue when parsing the same file with different side params (#341) Bruno Macabeus 2026-03-16 02:21:05 +00:00
  • 0f599bea2b Version 3.7.0 v3.7.0 Luke Street 2026-03-08 13:30:17 -06:00
  • 9927fc35b6 Update time and bytes crates (resolves advisories) Luke Street 2026-03-08 13:06:55 -06:00
  • 16fb6a491f Demangle function name on decomp.me scratch creation (#329) Sebastián Meljem 2026-03-08 14:14:24 -03:00
  • 2541aef71a Add symbol kind and structured flags to diff proto output (#337) Luke Street 2026-03-08 11:13:40 -06:00
  • 7ad1f95bf7 Fix symbol index-to-addend bug (#336) First Last 2026-02-21 20:15:53 -08:00
  • 66c879a95d Version 3.6.1 (#328) v3.6.1 LagoLunatic 2026-01-30 00:40:02 -05:00
  • d53c358d2f automatically match MSVC symbols in anonymous namespaces (#325) rjkiv 2026-01-29 22:13:10 -07:00
  • f24c017545 merge gnu function and data sections (#327) Avery Townsend 2026-01-29 18:58:52 -05:00
  • 3b8603ab22 Version 3.6.0 v3.6.0 Luke Street 2026-01-24 20:29:33 -07:00
  • 86b7d6b229 Remove extra relocs in PPC data_reloc_size Luke Street 2026-01-24 20:23:40 -07:00
  • 3f82781808 Better COFF String Detection and Big Endian Wide Strings (#321) Haydn Trigg 2026-01-25 13:53:06 +10:30
  • 926dd06ce9 Handle IMAGE_REL_PPC_ADDR32 size in Coff (#320) Haydn Trigg 2026-01-25 13:52:45 +10:30
  • de70b6fca0 Restore objdiff-cli oneshot mode (JSON output) (#323) Luke Street 2026-01-24 19:58:29 -07:00
  • 79542a4725 Significantly improve diffing performance and fix minor bug with bss section match percents (#316) LagoLunatic 2026-01-24 21:41:03 -05:00
  • 0ebd2ae459 add more i386 elf relocs (#319) Avery Townsend 2026-01-24 21:33:42 -05:00
  • 08ebea8bd2 Fix the symbol filter not working in the mapping view (#315) LagoLunatic 2026-01-24 20:15:01 -05:00
  • 46b8890159 Fix clippy & advisory warnings Luke Street 2026-01-24 17:07:25 -07:00
  • 8356fe670d Implement go to next/previous difference (#313) LagoLunatic 2026-01-24 18:47:27 -05:00
  • 7834185223 Version 3.5.1 v3.5.1 Luke Street 2025-12-23 12:33:12 -07:00
  • 216dd70d5b Fix mouse hovers overriding typing in the symbol search field (#308) LagoLunatic 2025-12-23 14:32:07 -05:00
  • 976e629f08 Fix non-strings also being escaped when copied (#307) LagoLunatic 2025-12-23 14:31:36 -05:00
  • 67b28b7da1 Version 3.5.0 v3.5.0 Luke Street 2025-12-21 10:02:59 -07:00
  • c0b9bfae21 Fix special ASCII characters not being escaped when copied to clipboard (#306) LagoLunatic 2025-12-21 11:58:45 -05:00
  • f3f4b0482a Combine .init sections separately from .text sections (#304) LagoLunatic 2025-12-21 11:58:13 -05:00
  • 278683f103 Improve automatic symbol pairing for functions with compiler-generated names (#303) LagoLunatic 2025-12-21 11:57:17 -05:00
  • 6ad60de32a Allow clicking on branch arrows to scroll target into view (#302) LagoLunatic 2025-12-21 11:55:55 -05:00
  • 90c93164ab Update deny.toml Luke Street 2025-12-21 09:36:27 -07:00
  • c02eb31dbb Version 3.4.5 v3.4.5 Luke Street 2025-12-03 18:03:11 -07:00
  • 86d92866aa Fix "Unsupported ARM implicit relocation 29" on armcc binaries (#296) Darxoon 2025-12-04 01:59:24 +01:00
  • 51c3af2bbe Version 3.4.4 v3.4.4 Luke Street 2025-11-26 19:33:00 -07:00
  • d0b8b449d9 Ignore hidden symbols when diffing data sections (#291) LagoLunatic 2025-11-26 20:49:36 -05:00
  • 32f5f202f7 Update outdated extab test snapshot (#292) LagoLunatic 2025-11-26 17:56:32 -05:00
  • 481dbc185a Support more string encodings and allow copying unescaped strings (#288) LagoLunatic 2025-11-22 21:36:41 -05:00
  • 26a4cc79cf Version 3.4.3 v3.4.3 Luke Street 2025-11-22 12:47:03 -07:00
  • 5c96c2ee51 Update cwextab Luke Street 2025-11-22 12:45:58 -07:00
  • d162fe847e Remove --mapping, --selecting-{left,right} from CLI Luke Street 2025-11-21 23:55:26 -07:00
  • 2a24eb5aec Version 3.4.2 v3.4.2 Luke Street 2025-11-21 22:15:20 -07:00
  • f7c291bd55 arm: Fix .word reading 4 bytes when less than 4 remain (#285) Aetias 2025-11-20 23:38:55 +01:00
  • 03a578c1bb Update test snapshots for new cwextab v3.4.1 Luke Street 2025-11-18 22:29:42 -07:00
  • d09ef8e207 Version v3.4.1 Luke Street 2025-11-18 22:22:43 -07:00
  • 63552a58ae Move copy button to first header row Luke Street 2025-11-18 22:22:02 -07:00
  • 827f4a42bd Upgrade all dependencies (incl. egui) Luke Street 2025-11-18 22:21:46 -07:00
  • b2dcecc5d8 Copy button (#271) Franco M 2025-11-19 02:00:20 -03:00
  • 67b237eab6 Adjust symbol name matching logic for GCC (#278) Dávid Balatoni 2025-11-19 05:55:55 +01:00
  • 66da80ff69 arm: Fix .word not on 4-byte boundary (#282) Aetias 2025-11-19 05:55:40 +01:00
  • 0a85f540f2 Version v3.4.0 v3.4.0 Luke Street 2025-11-12 12:22:01 -07:00
  • d79b5b1233 Update gnuv2_demangle to 0.4 (#280) Anghelo Carvajal 2025-11-09 15:53:02 -03:00
  • 8f5519cb6a Update gnuv2_demangle to version 0.3 (#275) Anghelo Carvajal 2025-10-13 00:19:07 -03:00
  • 19ec08be9a Update unarm to 2.0 (#274) Aetias 2025-10-13 05:13:29 +02:00
  • 2ad0898efa Version v3.3.1 v3.3.1 Luke Street 2025-10-08 21:47:36 -06:00
  • 03f2bcb8b1 R_MIPS_GPREL32 Support (#270) Ethan Lafrenais 2025-10-08 22:34:35 -04:00
  • 781071761a show symbol size in symbol list (#268) BR- 2025-10-08 19:32:07 -07:00
  • 9123928b76 Add name for R_MIPS_GPREL32 relocation mips-gprel32 Luke Street 2025-10-08 20:21:47 -06:00
  • 73d54c2fa2 Add name for R_MIPS_GPREL32 relocation pr-270 Luke Street 2025-10-08 20:21:47 -06:00
  • b5846cc1c8 cargo fmt Ethan Lafrenais 2025-10-08 18:47:29 -04:00
  • c3ab203ec1 R_MIPS_GPREL32 Support Ethan Lafrenais 2025-10-08 18:42:03 -04:00
  • 572afa8551 Support IDO .mdebug for line numbers (#264) v3.3.0 Luke Street 2025-09-25 10:00:40 -06:00
  • 9f37d99fbd [WIP] OMF object support omf Luke Street 2025-09-25 00:50:35 -06:00
  • 90e81fad7e Improve ARM function size inference Luke Street 2025-09-25 00:26:43 -06:00
  • 7a8efb4c88 Version v3.3.0 Luke Street 2025-09-23 13:09:57 -06:00
  • 56dac46280 Support overriding diff options in project config (& for individual units) (#263) Luke Street 2025-09-23 12:11:40 -06:00
  • 1866158092 Add 'None' demangler option Luke Street 2025-09-22 23:31:57 -06:00
  • fe8e7029f6 Arch-independent demangling and add gnuv2_demangle for old g++ projects (#262) Anghelo Carvajal 2025-09-22 20:24:29 -03:00
  • e2c70342c9 Standardize the values for invalid and data opcodes (#261) Ethan Roseman 2025-09-14 03:33:06 +09:00
  • e6035b00df [MIPS] Add support for the other ABIs supported by rabbitizer (#259) Anghelo Carvajal 2025-09-10 12:01:08 -03:00
  • 97bcfe23d4 Update test snapshots v3.2.1 Luke Street 2025-09-08 22:40:51 -06:00
  • d684b622b5 Version v3.2.1 Luke Street 2025-09-08 22:37:02 -06:00
  • c698750068 Use dim color for address column in asm view Luke Street 2025-09-08 22:30:48 -06:00
  • a06d3455ae Ignore extern differences in relocations (#258) iFarbod 2025-09-09 07:11:53 +03:30
  • fbdaa89cc0 Refactor data diffing & expose WASM API (#256) v3.2.0 Luke Street 2025-09-07 18:59:46 -06:00
  • f7cb494a62 Version v3.1.1 v3.1.1 Luke Street 2025-09-07 11:32:19 -06:00
  • 7cc6ed2b43 Add support for x86 indirect tables (#251) iFarbod 2025-09-07 20:58:23 +03:30
  • 532b684682 Implement automatic symbol pairing for MSVC generated static functions (#255) Toms 2025-09-07 20:28:01 +03:00
  • fb1d434bbc Version v3.1.0 v3.1.0 LagoLunatic 2025-09-03 21:44:03 -04:00