15445 Commits

Author SHA1 Message Date
Ryan Kurtz
c42f398414 Merge remote-tracking branch
'origin/GP-7118-dragonmacher-comp-editor-fix' into patch (Closes #9461)
2026-08-07 07:12:06 -04:00
ghidra1
c09c056438 GP-7113 Corrected missing bug fix 2026-08-06 14:32:35 -04:00
Ryan Kurtz
36cf4956db GP-7123: SomLoader parsing improvement 2026-08-06 11:29:21 -04:00
Ryan Kurtz
6d7ace559f GP-7124: MotorolaHexLoader parsing improvement 2026-08-06 11:18:42 -04:00
dragonmacher
9734de71f9 GP-7118 - Updated Structure Editor to reloaded when the description is
changed outside of the editor
2026-08-05 14:23:57 -04:00
ghidra1
1b1c821076 GP-7113 Corrected ContentHandle.getChangeSet version handling 2026-08-04 18:47:45 -04:00
Ryan Kurtz
ece613805d GP-7105: Upgraded the PostgreSQL JDBC Driver from 42.7.11 to 42.7.13 2026-07-31 13:33:04 -04:00
Ryan Kurtz
9837384239 Merge remote-tracking branch
'origin/GP-6624_ghidravision_DecompileDebugXml_added_bitfields--SQUASHED'
into patch (Closes #9049)
2026-07-31 07:18:39 -04:00
ghidravision
237d83af4c Updated handling of unions with bitfields. Cleaned up code. SQUASHED 2026-07-31 11:07:51 +00:00
Ryan Kurtz
bf49724987 Merge remote-tracking branch 'origin/GP-7094-dragonmacher-file-chooser-tooltips--SQUASHED' into patch 2026-07-29 10:10:19 -04:00
dragonmacher
bc253d3ff1 GP-7094 - Fixed bad tooltips when using fixed cell width; fixed clipping on some LaFs 2026-07-28 18:53:29 -04:00
dragonmacher
a16770a969 GP-7096 - Prevent headless analyzer from updating last opened project 2026-07-27 14:40:39 -04:00
Ryan Kurtz
b855a9164f GP-0: Upping gradle wrapper to 9.6.1 2026-07-24 08:32:00 -04:00
Ryan Kurtz
efaddf9a09 GP-7046: Safer parsing of dyld_shared_cache files 2026-07-23 13:40:36 -04:00
Ryan Kurtz
0bffbabbbb Merge remote-tracking branch
'origin/GP-7019_ghidorahrex_x86_pslld_count_fix--SQUASHED' into patch
(Closes #9329)
2026-07-23 05:16:16 -04:00
Ryan Kurtz
7c27822441 Merge remote-tracking branch 'origin/GP-6818_ghidorahrex_x86_gfni_instructions' into patch 2026-07-23 05:10:12 -04:00
ghidorahrex
10b2f530c6 GP-7019: Fixed pslld count operand 2026-07-22 17:14:15 -04:00
Meow
3101600853 fix: missing implementation for IMAGE_REL_ARM64_ADDR64 2026-07-22 05:05:56 -04:00
Ryan Kurtz
2bdc34c25a Merge remote-tracking branch 'origin/GP-7048_ghidragon_fieldpanel_accessibleField_bug' into patch 2026-07-21 15:39:38 -04:00
Ryan Kurtz
ebb5497940 GP-7087: Improved the handling of JDOM attribute errors in the PE
LibraryLookupTable (Closes #6288)
2026-07-21 15:33:09 -04:00
Ryan Kurtz
052eaddf41 Merge remote-tracking branch 'origin/GP-7016_ghidorahrex_vpextrw_fix'
into patch (Closes #9323)
2026-07-21 13:01:25 -04:00
Ryan Kurtz
48997fd7d9 Merge remote-tracking branch 'origin/GP-7015_ghidorahrex_xchg_nop_fix'
into patch (Closes #9327)
2026-07-21 12:59:02 -04:00
Ryan Kurtz
cd8eda1d6d Merge remote-tracking branch 'origin/GP-6770_ghidorahrex_mcs96_cmpl_carry_fix' into patch 2026-07-21 12:56:14 -04:00
Fereydoun Memarzanjany
683b8dae88 9396: Fix unsigned PE export ordinal-table indexes
The PE Export Ordinal Table stores unsigned 16-bit indexes into the
Export Address Table. Reading these values with readShort() sign-extends
entries from 0x8000 through 0xffff, preventing them from matching the
nonnegative function index and causing their export names to be lost.
2026-07-21 12:45:57 -04:00
ghidragon
ca4603ad14 GP-7048 fixed stack trace in AccessibleFieldPanel 2026-07-20 14:41:21 -04:00
Ryan Kurtz
fe841ab92d GP-7079: Handling missing LC_SYMTAB better (Closes #9399) 2026-07-20 11:31:01 -04:00
Ryan Kurtz
db83976554 GP-7071: Fixing potential infinite loop in the PefLoader, and some other
PEF/OMF parsing fixes
2026-07-17 08:38:44 -04:00
Ryan Kurtz
a290262a8c Merge remote-tracking branch
'origin/GP-7072-dragonmacher-decomp-find-refs-exception' into patch
(Closes #9378)
2026-07-16 14:30:42 -04:00
ghidra1
b3381bb526 GP-1 Corrected regrerssion failure 2026-07-16 14:08:02 -04:00
dragonmacher
9b15f9060f GP-7072 - Fixed an exception trying to find references to a global
variable without an address
2026-07-15 18:39:42 -04:00
Ryan Kurtz
88e1c2b612 Merge remote-tracking branch 'origin/GP-7070_ghidra1_DBHandleIsChanged'
into patch (Closes #9346)
2026-07-15 15:02:09 -04:00
ghidra1
730dd972be GP-7070 Allow DBHandle.isChanged() to consider uncommitted changes 2026-07-15 10:17:52 -04:00
Ryan Kurtz
45d95c50d0 Merge remote-tracking branch
'origin/GP-7067_ghidorahrex_PR-9374_niooss-ledger_fix-pcodetests-build_exe'
into patch (Closes #9374)
2026-07-14 14:47:00 -04:00
Nicolas Iooss
ce37accf24 Do not normalize build_exe in pcodetests definitions
In pcodetests definition, build_exe is an integer set to 1 when an
executable may be built. Contrary to other *_exe fields, it is not the
name of a command and therefore should not be normalized with exec_dir.

Fixes: 71cd33572c ("GP-6007: Updated NDS32 analyzer and elf relocation
handler and test fixups")
2026-07-14 14:30:23 -04:00
p-mikeg
f18269b0eb Fix sev.w arm encoding.
Unlike the other hints, sev.w op0 missed the 0x in the beginning which led to incorrect parsing.
The encoding should be 0xf3af8004 (https://developer.arm.com/documentation/ddi0403/latest/,
sev encoding T2).
2026-07-14 09:53:13 -04:00
Ryan Kurtz
87d10fc6ee GP-7064: Fixing XmlLoader path traversal 2026-07-14 05:04:31 -04:00
Ryan Kurtz
155d1c9c04 Merge remote-tracking branch
'origin/GP-7040_ghidorahrex_PR-9277_valium007_AARCH64_scalar_zext_fix'
into patch (Closes #9277)
2026-07-13 15:25:36 -04:00
ghidra1
5031553695 GP-7061 Corrected ELF Import regression related to dynamic GNU Hashtable
and symbol table processing
2026-07-13 11:23:48 -04:00
Ryan Kurtz
253fdc8c67 Merge remote-tracking branch 'origin/GP-7057_ghidra1_ExternalElfSymbol'
into patch (#9213)
2026-07-10 13:56:25 -04:00
ghidra1
1ea863e5ec GP-7057 Revised ElfSymbol.isExternal() method 2026-07-10 13:09:40 -04:00
Ryan Kurtz
ac76ada59f Merge remote-tracking branch
'origin/GP-7055-dragonmacher-copy-special-exception' into patch
(Closes #9362)
2026-07-10 12:10:04 -04:00
Ryan Kurtz
cfc637ceaa Merge remote-tracking branch 'origin/GP-7051-dragonmacher-save-deadlock'
into patch (Closes #9358)
2026-07-10 12:08:07 -04:00
dragonmacher
2834bc6362 GP7055 - Fixed exception when choosing Copy Special 2026-07-10 11:57:02 -04:00
ghidra1
88d689258c GP-7056 Corrected PLTGOT markup issue that could skip last PLT entry 2026-07-10 11:09:07 -04:00
ghidra1
08a1765da8 GP-1 Revised server command processing to address testing issue 2026-07-10 10:38:54 -04:00
ghidra1
f3d634968a GP-0 Corrected server test utility to comply with Ghidra Server ACL
restrictions from GP-7049
2026-07-10 09:50:14 -04:00
Ryan Kurtz
2979c77f1a Merge remote-tracking branch 'origin/GP-7050-dragonmacher-column-constraints-exceptions' into patch 2026-07-09 15:19:21 -04:00
dragonmacher
1f1a5dc33c GP-7051 - Fixed deadlock seen when saving a program 2026-07-09 12:33:20 -04:00
Ryan Kurtz
1c8b7a1411 Merge remote-tracking branch
'origin/GP-7049_ghidra1_GhidraServerACLUsers' into patch (Closes #9321)
2026-07-09 11:40:05 -04:00
dragonmacher
97780f36c0 GP-7050 - Fixed exceptions seen on the Mac when using the Column Filter
Dialog
2026-07-08 19:16:29 -04:00