Commit graph

4940 commits

Author SHA1 Message Date
Ryan Kurtz
a810c384f4 Merge remote-tracking branch 'origin/GP-1-dragonmacher-escape-confirmation' 2025-04-21 14:12:54 -04:00
Ryan Kurtz
6f6f1fccd4 Merge remote-tracking branch
'origin/GP-5602_dev747368_dwarf_create_func_at_occupied_addr'
(Closes #6866)
2025-04-21 12:01:42 -04:00
Ryan Kurtz
39e5485389 GP-0: Fixing Mach-O DYLD_CHAINED_IMPORT_ADDEND64 weak_import value
(Closes #8023)
2025-04-21 08:40:02 -04:00
Ryan Kurtz
f8ce5b4b3b Merge branch 'GP-0_ryanmkurtz_PR-8025_LukeSerne_fix-typo' 2025-04-21 07:55:21 -04:00
Ryan Kurtz
6730154316 GP-0: Certify 2025-04-21 07:54:19 -04:00
Luke Serné
8303061629 Many typo's
These were found using the command below searching for duplicated words,
and manually going through the results to remove the false positives and
reword the true positives. Sometimes I removed the doubled word and
sometimes I replaced the duplicated word.

The grep command:
grep -nIEr '\b([a-zA-Z]+)[[:space:]*]+\1\b' ./Ghidra
2025-04-19 18:06:41 +02:00
Luke Serné
b7e91e80a2 Fix various "function" typos 2025-04-19 17:20:51 +02:00
dragonmacher
c942158416 Memory Search - Updated the search provider to prompt users before
closing a provider with user-modified results
2025-04-18 19:42:22 -04:00
dev747368
08d9871b85 GP-5602 dwarf: check for conflicting data at func addr 2025-04-18 17:37:06 +00:00
dragonmacher
a052d9e227 Test fixes 2025-04-18 13:06:37 -04:00
Ryan Kurtz
712303165a Merge remote-tracking branch 'origin/GP-5570_dev747368_copy_symbols_from_external_reversestripped_debugfiles--SQUASHED' 2025-04-18 06:16:15 -04:00
Ryan Kurtz
bf1659f11d Merge remote-tracking branch 'origin/GP-5599-dragonmacher-shared-key-binding-fix--SQUASHED' 2025-04-18 06:14:45 -04:00
Ryan Kurtz
3143f7ad99 Merge remote-tracking branch 'origin/GP-5110_dev747368_associate_with_archive_action_builtin_datatypes' 2025-04-18 06:13:05 -04:00
Ryan Kurtz
84ef8f685b Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-4-17-25' 2025-04-18 06:07:20 -04:00
dragonmacher
fa5938ab41 GP-5599 - Fix for shared key bindings to get correctly updated when options are restored at tool load time 2025-04-17 19:43:39 -04:00
dragonmacher
fb76362903 Test fixes 2025-04-17 19:16:58 -04:00
dev747368
c621406c5f GP-5110 don't enable "Associate With Archive" action if built-in dt 2025-04-17 20:36:15 +00:00
dev747368
07d1280515 GP-5570 copy symbols found in external debug files 2025-04-17 14:57:20 -04:00
Ryan Kurtz
0ea368f36d Merge remote-tracking branch 'origin/GP-5585_dev747368_fsb_nonblocking_project_index--SQUASHED' 2025-04-17 14:23:25 -04:00
dev747368
a3a0870b66 GP-5585 non blocking project index for the FileSystemBrowser 2025-04-17 10:57:56 -04:00
Ryan Kurtz
8a2a91b562 Merge remote-tracking branch
'origin/GP-5597_ghidra_bad_name_in_search_window_title' (Closes #8015)
2025-04-16 06:12:56 -04:00
Ryan Kurtz
1db3ee3edd Merge remote-tracking branch 'origin/GP-1-dragonmacher-escape-key-updates--SQUASHED' 2025-04-16 06:11:35 -04:00
dragonmacher
d59d6e7d92 Update key processing to have the notion of both valid and enabled 2025-04-15 19:08:17 -04:00
ghidragon
203854966d GP-5597 fixed bug where memory search title with control chars breaks
saving tools.
2025-04-15 16:43:40 -04:00
Ryan Kurtz
7559acf524 GP-4123: CppExporter can now emit referenced globals 2025-04-13 08:55:41 -04:00
Ryan Kurtz
13834fabaa Merge branch 'GP-5564_ryanmkurtz_ext' (Closes #5940) 2025-04-11 12:56:19 -04:00
Ryan Kurtz
0ef0447601 Merge remote-tracking branch 'origin/GP-3405_Dan_syncDynamicViews--SQUASHED' 2025-04-11 12:55:14 -04:00
Ryan Kurtz
3c17cc6441 GP-5564: Clicking on Symbol Table Imports with no external linkage no
longer reports an error when it is data
2025-04-11 12:49:11 -04:00
Dan
da89fe5fe9 GP-3405: Emit events and sync for dynamic loc/sel/hl. 2025-04-11 16:43:49 +00:00
ghidra1
56df61cb0b Merge remote-tracking branch 'origin/patch' 2025-04-11 10:24:24 -04:00
ghidra1
3725eb0b39 Merge branch 'GP-5557_ghidra1_CompositeEditorFixes' into patch 2025-04-11 10:01:09 -04:00
ghidra1
0ef28cb54b GP-5557 Composite editor transaction and update notification fixes 2025-04-11 09:58:01 -04:00
Ryan Kurtz
8b9d65484b Revert "GP-5564: Clicking on Symbol Table Imports with no external linking now takes you to the appropriate external program instead of reporting an error message"
This reverts commit 7b0d88fd23.
2025-04-10 13:57:20 -04:00
Ryan Kurtz
b5e404f499 Merge remote-tracking branch 'origin/patch' 2025-04-10 09:27:23 -04:00
Ryan Kurtz
9b5080adcf Merge remote-tracking branch 'origin/GP-5577_dev747368_fsb_projectindexing' into patch 2025-04-10 09:24:30 -04:00
ghidra1
1044bf5f7e Merge remote-tracking branch 'origin/patch' 2025-04-09 20:46:42 -04:00
ghidra1
7c67a103cd GP-5580 Corrected Union editor issue with shift up/down and create
array.  Removed obsolete method within editor model.
2025-04-09 19:14:13 -04:00
dev747368
96e0532f8d GP-5577 avoid indexing large projects 2025-04-09 18:04:30 +00:00
Ryan Kurtz
b8996c89be Merge remote-tracking branch 'origin/patch' 2025-04-09 06:28:40 -04:00
Ryan Kurtz
baef3c9b6c Merge remote-tracking branch 'origin/GP-5564_ryanmkurtz_ext--SQUASHED'
(Closes #5940)
2025-04-09 06:10:14 -04:00
Ryan Kurtz
7b0d88fd23 GP-5564: Clicking on Symbol Table Imports with no external linking now takes you to the appropriate external program instead of reporting an error message 2025-04-09 06:06:11 -04:00
ghidra1
2c5669dbd0 GP-0 Minor cleanup 2025-04-08 15:15:53 -04:00
Ryan Kurtz
f1a135d8bb Merge remote-tracking branch
'origin/GP-5326_ghidragon_adding_address_and_data_options'
(Closes #7407)
2025-04-07 14:53:12 -04:00
dragonmacher
e9fb18faee GP-5326 - Decompiler - Added a quick field edit action to the Decompiler 2025-04-07 12:54:20 -04:00
dragonmacher
812b02652d GP-5565 - Decompiler - Updated the edit label dialog to pick the correct
namespace for an existing symbol
2025-04-04 19:25:22 -04:00
Ryan Kurtz
1fb758e5ae Merge remote-tracking branch 'origin/patch' 2025-04-03 13:18:59 -04:00
James
861c0c93d4 GP-5561 correct dwarf source file path parsing error 2025-04-03 14:12:45 +00:00
Ryan Kurtz
fa87e70af4 Merge remote-tracking branch
'origin/GP-0_ryanmkurtz_PR-7957_peterbelm_omf51-libfs' (Closes #7957)
2025-04-02 13:34:14 -04:00
Ryan Kurtz
8701d22356 GP-0: Certify and cleanup 2025-04-02 13:26:21 -04:00
dragonmacher
413cd88a87 test fixes 2025-04-02 09:56:49 -04:00