ghidra/Ghidra/Features/VersionTracking/ghidra_scripts
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
..
AddVTSessionToVersionControl.java Many typo's 2025-04-19 18:06:41 +02:00
AutoVersionTrackingScript.java GP-4085 Improved AutoVersionTrackingScript script to accomodate new 2024-03-13 15:40:27 -04:00
CreateAppliedExactMatchingSessionScript.java Many typo's 2025-04-19 18:06:41 +02:00
FindChangedFunctionsScript.java GP-4085 Added ability to add VTSession to a shared repository 2024-03-13 15:40:23 -04:00
OpenVersionTrackingSessionScript.java GP-4085 Added ability to add VTSession to a shared repository 2024-03-13 15:40:23 -04:00
OverrideFunctionPrototypesOnAcceptedMatchesScript.java Candidate release of source code. 2019-03-26 13:46:51 -04:00
SetAutoVersionTrackingOptionsScript.java GP-3934 Added options to autoVT task and script. Made example options script for headless. Updated Documentation. Updated and added tests. 2023-11-20 22:32:31 +00:00