Kent Adrian Sato
0a2b2b6569
cleanup: updated references to InstallationGuide.html with GettingStarted.md
...
Removed references to InstallationGuide.html and changed it to GettingStarted.md
2025-04-26 09:40:13 +08:00
Ryan Kurtz
4aa78ae6d0
Merge remote-tracking branch
...
'origin/GP-5453-dragonmacher-decompiler-locations--SQUASHED'
(Closes #7518 )
2025-04-23 10:41:54 -04:00
dragonmacher
14c10409ac
GP-5453 - Decompiler - Updated location broadcasting to better navigate the listing
2025-04-22 15:18:09 -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
ghidra1
749ff08737
Merge remote-tracking branch 'origin/patch'
2025-04-14 19:39:39 -04:00
emteere
2d19520b4d
GP-5583 Code review minor changes
2025-04-14 23:00:57 +00:00
Ryan Kurtz
7559acf524
GP-4123: CppExporter can now emit referenced globals
2025-04-13 08:55:41 -04:00
emteere
65409daa6f
GP-5583 fixed default switch case labels and removed default case
...
address from switching instruction
2025-04-10 17:29:18 +00:00
Ryan Kurtz
27394cfb9c
Merge remote-tracking branch
...
'origin/GP-5572-dragonmacher-decompiler-action-dialog--SQUASHED'
(Closes #7893 )
2025-04-08 14:51:45 -04:00
dragonmacher
7bd553d55d
GP-5572 - Decompiler - Updated actions to not show warning dialog if executed while the Decompiler is busy
2025-04-08 14:26:12 -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
Dan
d7f63a9075
GP-5438: Fix 'Select All' and others in Dynamic Listing. (syncing needs follow-up work.)
2025-04-01 12:48:30 +00:00
Ryan Kurtz
3f337a76ba
Merge remote-tracking branch 'origin/patch'
2025-03-21 16:14:23 -04:00
Ryan Kurtz
ed8898cbbb
Merge remote-tracking branch 'origin/GP-5505_ghidra007_RTTIscript_improveLowBitCodeModeUsage--SQUASHED' into patch
2025-03-21 15:12:46 -04:00
ghidra007
2f83e26c0e
GP-5505 Improved RecoverClassesFromRTTIScript abilty to use the LowCodeModeBit to find code references.
2025-03-21 18:40:16 +00:00
Ryan Kurtz
9fb80d2c0a
Merge remote-tracking branch 'origin/patch'
2025-03-20 13:55:18 -04:00
Ryan Kurtz
122bd22317
Merge remote-tracking branch 'origin/GP-5502_ghidra007_rtti_gcc_verify_typeinfonames_are_strings--SQUASHED' into patch
2025-03-20 13:39:10 -04:00
ghidra007
24556abe4b
GP-5502 added extra typeinfo validation by checking that typeinfoname is a string
2025-03-20 16:29:28 +00:00
Ryan Kurtz
b3ed5feaea
Merge remote-tracking branch 'origin/patch'
2025-03-19 13:16:18 -04:00
Ryan Kurtz
595e66d698
Merge remote-tracking branch 'origin/GP-5501_ghidra007_gcc_rtti_improve_typeinfoStruct_validation' into patch
2025-03-19 13:08:49 -04:00
Ryan Kurtz
8d010a877c
Merge remote-tracking branch
...
'origin/GP-5500_ghidra007_addValidBlockCheckForVftableAddresses' into
patch (Closes #7927 )
2025-03-19 13:07:35 -04:00
ghidra007
e9e127da89
GP-5501 improved rtti script gcc typeinfo creation
2025-03-18 19:03:54 +00:00
ghidra007
d43a827c7c
GP-5500 add check that potential vftable address is in valid memory
...
block
2025-03-18 18:11:33 +00:00
Ryan Kurtz
2f581d0ead
Merge remote-tracking branch 'origin/patch'
2025-03-18 12:17:44 -04:00
ghidra007
39a6a73c6d
GP-5487 improved RecoverClassesFromRTTI gcc rtti detection
...
(Closes #7904 )
2025-03-18 12:11:34 -04:00
Ryan Kurtz
6337086703
Merge remote-tracking branch
...
'origin/GP-5477-dragonmacher-decomp-hl-slowness' (Closes #7520 )
2025-03-14 13:44:46 -04:00
Ryan Kurtz
88a35769a2
GP-0: Fixing some more javadoc
2025-03-14 08:34:43 -04:00
dragonmacher
6fa543c2e2
GP-5477 - Decompiler - Fixed performance when using many global
...
highlighters; updated the highlight service to allow for
function-specific highlighting
2025-03-13 17:06:09 -04:00
Ryan Kurtz
f0542ccd6c
Merge remote-tracking branch 'origin/patch'
2025-03-11 06:53:37 -04:00
ghidra007
e2b60a52f9
GP-5461 updated RecoverClassesFromRTTI script to correctly handle case
...
where some vftable addresses have more than one valid vftable symbol.
2025-03-07 21:33:16 +00:00
Ryan Kurtz
ec743e0280
Merge remote-tracking branch
...
'origin/GP-5346-dragonmacher-decompiler-function-color-bug'
(Closes #7453 )
2025-03-06 09:25:37 -05:00
dragonmacher
f078e5fe62
GP-5346 - Decompiler - Fixed sporadic function color bug that caused bad
...
function colors to oscillate
2025-03-04 18:06:51 -05:00
dragonmacher
99659967e2
GP-5414 - Decompiler - Updated highlighting to ignore syntax tokens
2025-03-04 17:26:33 -05:00
ghidragon
6fb115358a
GP-5310 Created global search and replace feature
2025-02-28 20:08:40 -05:00
Ryan Kurtz
85ed9774c0
Merge remote-tracking branch 'origin/patch'
2025-02-19 11:28:28 -05:00
ghidra007
1b6254547c
GP-5389 added check in vmi structure creation so numBases is valid
2025-02-18 21:41:38 +00:00
Ян Ли
bfb5553fc0
RecoverClassesFromRTTIScript.java | Fix misspelling of the word
...
'analyzer' (Closes #7464 )
2025-02-10 07:08:06 -05:00
dragonmacher
3717622c60
GP-5341 - Decompiler - Fixed background not painting fully for undefined
...
functions
2025-02-05 21:04:50 -05:00
Ryan Kurtz
3773ca550b
Merge remote-tracking branch 'origin/Ghidra_11.3'
2025-02-03 15:31:52 -05:00
caheckman
29a443f198
GP-5335 Get rid of refine fencepost
2025-02-03 19:54:34 +00:00
Ryan Kurtz
d23e67a088
GP-0: Cleaning up certain types of javadoc errors
2025-02-03 06:13:50 -05:00
caheckman
00f9789116
GP-5256 ExtraStack, sizes attribute, merge join sequence
2025-01-24 00:05:14 +00:00
Ryan Kurtz
4db0ccc8ec
Merge remote-tracking branch
...
'origin/GP-3858-dragonmacher-console-find--SQUASHED'
(Closes #2567 , #7136 )
2025-01-22 09:09:08 -05:00
dragonmacher
2208c6ef86
GP-3858 - Console Find - Added a find feature the the Console providers
2025-01-21 16:43:07 -05:00
caheckman
eba4fc7803
GP-5262 Adjustments to auto killbycall attribute
2025-01-14 16:49:36 +00:00
Ryan Kurtz
44fb13b292
GP-5257: Fixing Gradle warnings
2025-01-13 13:52:50 -05:00