dragonmacher
6a78dc7b00
Test fixes
2026-07-28 15:35:03 -04:00
Ryan Kurtz
c0e450476a
GP-0: The Visual Studio Code Integration options can now accept 2
...
optional arguments, allowing a Flatpak installation of VSCode to be
launched by Ghidra (Closes #8442 )
2026-07-28 11:33:49 -04:00
Ryan Kurtz
74aa934e3b
Merge remote-tracking branch
...
'origin/GP-7091_Dan_fixDocumentation--SQUASHED' (Closes #9366 )
2026-07-28 05:11:53 -04:00
Ryan Kurtz
e07115416e
Merge remote-tracking branch 'origin/patch'
2026-07-28 05:06:17 -04:00
Dan
67a974b70c
GP-7091: Fix sleigh.xml and pcoderef.xml
...
GP-7091: Fix B4-Modeling.md
GP-7091: Fix B3-Scripting.md
2026-07-27 19:27:10 +00:00
dragonmacher
a16770a969
GP-7096 - Prevent headless analyzer from updating last opened project
2026-07-27 14:40:39 -04:00
Ryan Kurtz
7ce15a2196
Merge remote-tracking branch
...
'origin/GP-5128_ryanmkurtz_extensions--SQUASHED' (Closes #7128 )
2026-07-27 14:11:52 -04:00
Ryan Kurtz
3f8dec282e
GP-5128: Dynamically generate file filter extensions for Loaders and GFileSystems
2026-07-27 14:03:40 -04:00
Ryan Kurtz
feb6c86bb1
Merge remote-tracking branch 'origin/GP-5253-dragonmacher-structure-editor-jump-to-offset--SQUASHED'
2026-07-27 11:16:01 -04:00
Ryan Kurtz
e86a9bb43e
Merge remote-tracking branch 'origin/GP-7097_ghizard_Improve_MDMangDeveloperDemangleNamesScript_removing_newlines--SQUASHED'
2026-07-27 11:14:30 -04:00
ghizard
a72a5898fc
GP-7097 - MDMang remove newlines (due to encoded string) from developer script output
2026-07-27 08:35:18 -04:00
Ryan Kurtz
a0d17e4e4b
GP-0: Certify
2026-07-27 05:15:22 -04:00
wujiecong
daa5238b68
Fix typo in WildRange constructor error message
...
The AssertionError message incorrectly stated "max > max"
instead of "min > max" when validating that min <= max.
2026-07-26 19:38:24 +08:00
dragonmacher
dbb54ed92a
GP-5252 - Added a 'Jump to Offset' action to the Structure Editor
2026-07-24 19:06:06 -04:00
Ryan Kurtz
817766af27
GP-0: Fixing PyGhidra application name on Linux, and a couple of other
...
PyGhidra tweaks (Closes #8362 )
2026-07-24 12:28:49 -04:00
Ryan Kurtz
9a151bd89d
Merge remote-tracking branch
...
'origin/GP-7092_dragonmache3r_PR-9387_brothersw_master' (Closes #9386 ,
Closes #9387 )
2026-07-24 04:53:23 -04:00
Ryan Kurtz
7ddaa7601b
Merge remote-tracking branch 'origin/patch'
2026-07-23 13:43:33 -04:00
Ryan Kurtz
efaddf9a09
GP-7046: Safer parsing of dyld_shared_cache files
2026-07-23 13:40:36 -04:00
dragonmacher
ab02da10ee
Test fixes
2026-07-23 09:58:54 -04:00
Ryan Kurtz
67e67d02d9
Merge remote-tracking branch
...
'origin/GP-7084_emteere_PR-9401_0xFE4415_undef_data' (Closes #9401 )
2026-07-23 05:03:12 -04:00
Ryan Kurtz
175f98516c
Merge branch 'GP-0_ryanmkurtz_PR-9411_64kramsystem_fix-bundlebuilt-npe'
2026-07-23 04:58:24 -04:00
Saverio Miroddi
21732f9390
Fix NullPointerException in BundleStatusTableModel.bundleBuilt
...
getStatus(bundle) returns null when the built bundle is not tracked in
the table model's map (e.g. a bundle built programmatically rather than
added through the Bundle Manager). The bundleBuilt handler dereferenced
it unconditionally, throwing an uncaught NPE on the Swing thread.
Guard the status the same way bundleException() already does.
2026-07-23 03:30:28 +02:00
dragonmacher
c098bf9afa
GP-7092 - Fixed bug when deleting function with multiple function tags
2026-07-22 15:00:53 -04:00
brothersw
7ccc6e852b
#9386 Fix function delete failing when 2 or more tags are applied
2026-07-22 13:54:54 -04:00
dragonmacher
4bd811ca74
Test fixes
2026-07-22 13:45:03 -04:00
Ryan Kurtz
ad8f879a86
Merge remote-tracking branch 'origin/GP-6976_James_cold_symbols_elf_files--SQUASHED'
2026-07-22 11:13:45 -04:00
James
221ad21bed
GP-6976 handle .cold symbols in ELF files
2026-07-22 09:23:05 -04:00
Ryan Kurtz
4cf085984b
Merge remote-tracking branch
...
'origin/GP-7075-dragonmacher-structure-editor-go-to-next-defined--SQUASHED'
(Closes #9376 )
2026-07-21 15:35:44 -04:00
Ryan Kurtz
51e8edda7c
Merge remote-tracking branch 'origin/patch'
2026-07-21 15:35:01 -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
dragonmacher
b490ac5e63
GP-7075 - Structure Editor - Added actions to jump to the next row with a defined data type
2026-07-21 13:22:05 -04:00
Ryan Kurtz
73cf8100b9
Merge remote-tracking branch 'origin/patch'
2026-07-21 13:04:25 -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
Ryan Kurtz
95456a8e64
Merge remote-tracking branch 'origin/GP-7076_ryanmkurtz_pe--SQUASHED'
...
(Closes #9171 , #9375 )
2026-07-21 10:32:27 -04:00
Ryan Kurtz
f21a2f5755
GP-7076: PeLoader improvements
2026-07-21 10:30:16 -04:00
Meow
6d0257493f
added OperandReferenceAnalyzerTest for undefined data and undefined array
2026-07-20 22:30:24 +02:00
Ryan Kurtz
56002b74e4
Merge remote-tracking branch
...
'origin/GP-7063_caheckman_DetectSymbolConflict' (Closes #9217 )
2026-07-20 15:26:43 -04:00
Meow
ade63a64c7
Fix OperandReferenceAnalyzer to recognize all undefined data types
2026-07-20 19:26:15 +02:00
Ryan Kurtz
ae7432b8bf
Merge remote-tracking branch 'origin/patch'
2026-07-20 11:37:53 -04:00
Ryan Kurtz
fe841ab92d
GP-7079: Handling missing LC_SYMTAB better ( Closes #9399 )
2026-07-20 11:31:01 -04:00
Ryan Kurtz
64edf25baf
Merge remote-tracking branch 'origin/GP-7058_caheckman_IllegalOpIBlock'
...
(Closes #9282 )
2026-07-20 04:48:48 -04:00
caheckman
6740b89926
GP-7063 New detection of symbol conflicts
2026-07-17 21:28:41 +00:00
Ryan Kurtz
223a8d5cf0
Merge remote-tracking branch
...
'origin/GP-7073_dragonmacher_PR-9302_pgalbraith_manual-page-number'
(Closes #9301 , Closes #9302 )
2026-07-17 14:22:31 -04:00
Ryan Kurtz
13a308a8f9
Merge remote-tracking branch 'origin/patch'
2026-07-17 11:22:48 -04:00
Ryan Kurtz
7442e2c081
GP-6921: Fixing build
2026-07-17 09:24:12 -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
dragonmacher
4b1be46fc1
GP-7073 - Updates the processor manual launcher
2026-07-16 17:28:07 -04:00
d-millar
e1dddb3ec0
GP-6921: from GP-X
...
GP-6921: stashed changes
GP-6921: basic plugin
GP-6921: viable plugin
GP-6921: tags
GP-6921: bug fix
GP-6921: NPE
GP-6921: minor mods
GP-6921: aisle 9
GP-6921: working the bugs...
GP-6921: close to previous script results
GP-6921: intermediate stuff
GP-6921: mostly working
GP-6921: building struct
GP-6921: better action names
GP-6921: suggestions
GP-6921: better messaging
GP-6921: start on docs
GP-6921: docs
GP-6921: doc edits
GP-6921: one more suggestion pass
GP-6921: better conflict resolution
GP-6921: shrink
GP-6921: matching
GP-6921: more options; include offset equals
GP-6921: more options; include offset equals
GP-6921: from review (ongoing)
GP-6921: one more...
GP-6921: actions
GP-6921: from review...
GP-6921: temp
GP-6921: bookmarks?
GP-6921: tag -> bkmk
GP-6921: tag -> bkmk (pt2)
GP-6921: merge?
GP-6921: pinning mod
GP-6921: revert
GP-6921: revert
GP-6921: post-review
GP-6921: skip merge
GP-6921: finally
GP-6921: and release
GP-6921: mo' betta
GP-6921: mo' betta
GP-6921: mo' betta
GP-6921: typo
GP-6921: help oops
GP-6921: help oops
2026-07-16 20:15:26 +00:00
Ryan Kurtz
b24b7fd897
Merge remote-tracking branch 'origin/patch'
2026-07-16 14:33:29 -04:00
Ryan Kurtz
5e337a1276
Merge remote-tracking branch
...
'origin/GP-7066-dragonmacher-configure-extensions--SQUASHED'
(Closes #8984 )
2026-07-16 14:04:52 -04:00