ghidra1
6960dd5e19
GP-0 Corrected javadocs
2026-06-12 17:32:12 -04:00
ghidra1
b4a25b4c2d
GP-0 Updated VT test javadocs to indicate unsupported use of
...
Program.setLanguage method.
2026-06-12 17:27:27 -04:00
Ryan Kurtz
533e032c57
GP-0: Fixing another typo
2026-05-27 05:14:47 -04:00
Henry Reed
6bd7493ad6
Fix typo
...
desination -> destination
2026-05-21 17:53:44 -07:00
Wiz
bfa992a93c
Use short circuit operators when possible
2026-05-14 17:59:34 -04:00
Ryan Kurtz
f84404aeb4
Merge remote-tracking branch 'origin/GP-6816-dragonmacher-vt-exception'
2026-05-14 05:31:32 -04:00
Ryan Kurtz
76c27af087
Merge remote-tracking branch 'origin/GP-6634_ghidragon_remove_refresh_method--SQUASHED'
2026-05-14 05:30:03 -04:00
ghidragon
1596c588be
GP-6634 Consolidated refresh methods
2026-05-13 12:32:57 -04:00
dragonmacher
2d3f80d5b8
Fixed NPE due to recent lock changes
2026-05-12 17:34:42 -04:00
dragonmacher
960ea4c074
GP-6805 - Added checks for animation option
2026-05-08 16:46:20 -04:00
ghidragon
50c0cef1bd
GP-6679: Changing Ghidra to use read/write locks
2026-04-14 15:35:22 -04:00
Ryan Kurtz
ec56a53744
Merge remote-tracking branch 'origin/GP-1-dragonmacher-dialog-action-context-fix-v2--SQUASHED'
2026-03-27 10:01:46 -04:00
dragonmacher
3a31863dc0
Fixed docking action key bindings in dialogs
2026-03-27 09:53:57 -04:00
dragonmacher
34960e3a46
Test fixes
2026-03-25 15:24:59 -04:00
dragonmacher
b33cc7588b
GP-6583 - Version Tracking - Option to apply empty composites for data
2026-03-20 12:35:14 -04:00
dragonmacher
8edb21f1bd
GP-6438 - Version Tracking - Added support for applying empty composite types
2026-03-17 14:45:40 -04:00
dragonmacher
441a328262
Windows test fixes; Test cleanup
2026-03-02 19:44:32 -05:00
Ryan Kurtz
2a06923b23
GP-6370: Upgrading to JDOM2
2026-01-24 05:39:25 -05:00
dragonmacher
4a329dffd9
GP-4420 - Version Tracking - Updated so that re-importing the default
...
tool will also reset the subordinate tools.
2026-01-08 19:31:07 -05:00
Ryan Kurtz
8deaf30ab9
Merge remote-tracking branch 'origin/GP-6150_ghidra1_BlockCrossAddressUse--SQUASHED'
2025-12-03 06:22:18 -05:00
ghidra1
bed292716f
GP-6150 Improved AddressMapDB address use restriction to prevent invalid mixed use between programs.
2025-12-02 15:09:48 -05:00
dragonmacher
eb10bd7e08
GP-6085 - Flow Arrows - Change to a service-based system for margin providers to allow flow arrows in snapshots
2025-11-21 17:50:32 -05:00
ghidra1
6d0ef4417c
Merge branch
...
'GP-5709_ghidra007_correctVTApplySignatureForThisCalls--SQUASHED'
(Closes #8127 )
2025-11-07 09:38:37 -05:00
ghidra007
374b7599e5
GP-5709 fixed vt apply function signature for this calls to enable copying of source class structure to the destination program if appropriate given the options chosen.
2025-11-06 16:58:52 +00:00
ghidra1
39a015a4bd
GP-6071 Corrected VTSessionDB clearCache for redo
2025-10-23 16:28:50 -04:00
dragonmacher
18f176152c
GP-5996 - Version Tracking - Added option for apply function namespace
2025-10-17 15:28:32 -04:00
Ryan Kurtz
99ed7ea955
Merge remote-tracking branch 'origin/GP-6016-dragonmacher-function-compare-save--SQUASHED'
2025-10-01 05:07:04 -04:00
Ryan Kurtz
ad7f0b0bc9
Merge remote-tracking branch 'origin/GP-6033-dragonmacher-vt-filter-icon-fix'
2025-10-01 05:04:28 -04:00
dragonmacher
85f07ad803
GP-6016 - Updated the Function Comparison provider to save Listing format changes; fixed last used tab not being saved.
2025-09-30 17:05:08 -04:00
dragonmacher
e8c7f70cbd
GP-6033 - Version Tracking - Fixed filter icon that was not updating
...
correctly
2025-09-30 16:31:38 -04:00
dragonmacher
3b14dcf58b
GP-6034 - Version Tracking - Fixed Function Comparison view not being
...
resizable
2025-09-30 16:11:56 -04:00
ghidra1
2b5ba24327
GP-6008 Corrected regression bug for VT function stringable Imported
...
priority check
2025-09-26 11:02:35 -04:00
ghidra1
5df99853af
Merge remote-tracking branch 'origin/GP-6006_ghidra1_added_new_source_type' into Ghidra_12.0
2025-09-24 09:18:53 -04:00
ghidra1
a3bd708160
GP-6008 Changed SourceType examination to base upon priorty instead of specific value equality when appropriate
2025-09-24 09:16:04 -04:00
ghidragon
e346c30205
GP-6006 Added a new source type called 'AI'
2025-09-23 15:18:03 -04:00
Ryan Kurtz
91ec97a946
Merge remote-tracking branch
...
'origin/GP-5769-dragonmacher-combo-box-enter-handling' (Closes #8280 )
2025-08-28 14:19:24 -04:00
dragonmacher
dc72238178
GP-5769 - Updated dialogs with combo boxes to have consistent behavior
...
when the Enter key is pressed
2025-08-27 19:47:35 -04:00
Ryan Kurtz
7a4100d54b
Merge remote-tracking branch 'origin/patch'
2025-08-27 11:30:41 -04:00
ghidra007
f71ae463d2
GP-5948 Improved auto vt dupe match's operand equivalency check to account for internal function ref operands.
2025-08-26 16:05:05 +00:00
dragonmacher
3c90216365
GP-3648 - Add Function Graph to Function Comparison display
2025-08-18 17:14:26 -04:00
ghidra1
1aa7b089c0
GP-3551 Added support for internal project link-files with improved link
...
support within project data tree. Linked-folders are now supported.
Addressed link-support issues related to various actions. Revised
link-file storage to use smaller non-DB storage. This change does impact
the Ghidra Server.
2025-07-09 13:34:22 -04:00
Ryan Kurtz
cd5e163c0a
Merge remote-tracking branch 'origin/Ghidra_11.4'
2025-06-16 14:39:52 -04:00
ghidra007
160dfd1e36
GP-5762 increased AutoVT duplicate inst match correlator min function
...
size
2025-06-16 15:49:44 +00:00
ghidra1
f981f43fad
Merge remote-tracking branch 'origin/Ghidra_11.4'
2025-06-06 18:50:01 -04:00
ghidra1
8c441250f5
GP-5742 Cleanup preferred CommentType enum use. Changed SARIF data component comment JSON serialization from int to String.
2025-06-06 17:58:07 -04:00
Ryan Kurtz
684177702e
GP-0: Fixing deprecated comment API warnings
2025-06-02 09:54:19 -04:00
Ryan Kurtz
2e0c098c25
GP-0: Fixing unnecessary semicolon warnings
2025-05-30 06:46:11 -04:00
Ryan Kurtz
0cbf33d074
GP-0: Fixing raw type warnings
2025-05-29 11:07:48 -04:00
Ryan Kurtz
a6cd5b5dbc
GP-0: Fixing @Override warnings
2025-05-29 11:07:44 -04:00
Ryan Kurtz
9871e01a8f
GP-0: Certify
2025-05-21 11:27:00 -04:00