emteere
69ed84a069
GP-5526 bug fix for .plt.sec and pattern matching optimization
2025-09-24 18:03:10 +00:00
Ryan Kurtz
a893955b03
Merge remote-tracking branch 'origin/patch'
2025-09-15 09:45:43 -04:00
emteere
4b6d90366c
GP-5526 Added section tag to function start patterns. New thunk patterns
...
in x86 gcc .plt section. Changed priority of pre analyzer and
disassembly.
2025-09-10 22:55:14 +00:00
ghidra_blue
7db176b2bd
GP-3952 Updated the script categories to simplify and reduce the number of folders.
2025-06-13 15:00:15 +00:00
Ryan Kurtz
d3131e319a
GP-0: Fixing unused import warnings
2025-05-30 07:07:43 -04:00
Ryan Kurtz
2e0c098c25
GP-0: Fixing unnecessary semicolon warnings
2025-05-30 06:46:11 -04:00
Ryan Kurtz
a6cd5b5dbc
GP-0: Fixing @Override warnings
2025-05-29 11:07:44 -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
GhidraKraken
6121818cd3
GP-4555 set accessible names for components
2025-03-03 15:24:58 -05:00
Ryan Kurtz
2bebb96f77
Merge branch 'GP-0_ryanmkurtz_PR-7225_hippietrail_the-the'
2024-11-26 09:05:43 -05:00
Ryan Kurtz
9b77447764
GP-0: Certify
2024-11-26 08:54:23 -05:00
hippietrail
13598df8db
many doubled words in comments etc, plus some nearby typos
2024-11-26 13:18:05 +07:00
Ryan Kurtz
89198b3bf9
Merge branch 'GP-0_ryanmkurtz_PR-7152_hippietrail_two-spellos'
2024-11-05 08:45:31 -05:00
Ryan Kurtz
6f7acdc65c
GP-0: Certify
2024-11-05 08:44:22 -05:00
hippietrail
f531fc0513
misspellings of "choosen" and "preceed"
2024-11-05 19:36:00 +07:00
Ryan Kurtz
faf55a8de6
GP-5078: Improvements to Ghidra Module directory layout
2024-10-31 10:34:26 -04:00
ghidra1
af160d946d
GP-4057 Corrected ProjectLocator bug and corrected use of various
...
directory preferences to varefy directory existance.
2023-11-20 16:35:20 -05:00
dragonmacher
999fe21b33
GP-3709 - Updated GhidraTable to simplify navigation installation
2023-08-07 18:55:47 -04:00
dragonmacher
a7668c7f85
GP-3430 - Updated the gradle buildHelp task to better handle its inputs up-do-date state
2023-06-06 15:25:25 -04:00
Ryan Kurtz
78d9a6c6e3
Merge remote-tracking branch
...
'origin/GP-3349_ghidragon_adding_support_for_mutliple_default_contexts--SQUASHED'
Conflicts:
Ghidra/Features/ByteViewer/src/test.slow/java/ghidra/app/plugin/core/byteviewer/ByteViewerPlugin2Test.java
2023-05-11 06:43:59 -04:00
ghidragon
5da5af23fb
GP-3349 added support for mulitple default action context providers. Previously, all default (non-focused) context was provided by the Listing. Now the default provider is registered for each ActionContext class.
2023-05-08 12:30:01 -04:00
Ryan Kurtz
7fa3389119
GP-2974: Fixing warnings
2023-05-01 07:23:48 -04:00
dragonmacher
c252e3b905
GP-2986 - ComponentProvder and dialog cleanup on dispose
2023-02-02 17:51:15 -05:00
Ryan Kurtz
55124ff249
Merge remote-tracking branch 'origin/patch'
2022-12-28 09:02:06 -05:00
Ryan Kurtz
70a155cb70
GP-0: Using TaskMonitor.DUMMY instead of deprecated
...
TaskMonitorAdapter.DUMMY_MONITOR
2022-12-28 08:06:16 -05:00
dragonmacher
63d6063fa0
GP-2910 - Fixed missing theme definitions; removed unused theme
...
definitions; fixed module theme dependencies
2022-12-14 17:53:29 -05:00
dragonmacher
e3aad672ce
GP-2894 - Icon Cleanup - Moved icons from Generic into Gui; Deleted
...
shared icons not in the Help module
2022-12-12 13:39:30 -05:00
dragonmacher
f091a084c2
GP-2868 - Image Cleanup - Removed unused images; removed duplicate
...
images; fixed image module dependency issues
2022-12-02 21:38:30 -05:00
ghidragon
a92a27e9f1
GP-1981 Review fixes
2022-11-15 14:56:05 -05:00
ghidragon
45395d7575
GP-1981 converting option colors to theme colors and font usages to
...
theme properties
2022-11-15 14:55:49 -05:00
dragonmacher
79b95702ba
GP-1981 - Theming - Icon Conversions - Software Modeling, Project,
...
Docking
2022-11-15 14:55:43 -05:00
ghidragon
9a0d7892da
GP-1981 Theme help and module conversions
2022-11-15 14:53:46 -05:00
emteere
ed8234f465
GP-2773 Fix single byte functions created infrequently due to subtle analysis priority
2022-10-31 16:49:53 -04:00
dragonmacher
a2a5a6e354
GP-2663 - Removed deprecated methods
2022-10-07 15:06:59 -04:00
emteere
b9496de7f5
GP-2504,GP-2494 Arm switch patterns moved into pattern matching, adding additional pattern, fixed issues in function start patterns and validcode precondition. Added after='ptr'.
2022-10-03 22:02:19 -04:00
Wiz
d8bf2f9875
Fix FunctionStartAnalyzer's control flow
...
The continue keyword has no effect, when it should be breaking out of both loops to the outer one.
2022-06-23 12:28:52 -04:00
Ryan Kurtz
3a0ae8ee39
GP-849: Gradle 7 support
2021-05-12 13:45:16 -04:00
ghidra1
d377d90e14
Merge remote-tracking branch 'origin/patch'
...
Conflicts:
Ghidra/Features/GraphServices/certification.manifest
2021-03-17 19:38:50 -04:00
ghidra1
162f203395
Updated certification headers
2021-03-17 18:22:50 -04:00
dragonmacher
f0474b13be
Fixed bug in recent update that prevents dialogs from closing
2021-01-26 15:36:08 -05:00
dragonmacher
8be90db260
Fixed table dispose not accounting for a wrapped model; Fixed missing
...
dispose calls of GTableFilterPanel
2020-12-07 17:28:24 -05:00
emteere
86ac0e1297
GT-2884 code review changes, refactored code to simplify and reduce
...
redundant call
2020-11-02 10:02:11 -05:00
emteere
a579854efc
GT-2884_GT-3583 fix for patterns and function signatures starting at 0x0
...
address, also after=function in function start patterns
2020-10-30 15:39:23 -04:00
emteere
74284a2820
GT-0_emteere bugfix - performance issue for function start patterns post
...
function existence check
2020-07-09 18:51:39 -04:00
dragonmacher
378c9a5ae0
GT-3607 - Added a version of the Number Input dialog that allows for
...
numbers larger than int
2020-03-18 13:25:12 -04:00
ghidorahrex
024a6190e0
Merge remote-tracking branch 'origin/GT-3341_emteere_RTTIPerformance'
2020-02-19 12:06:25 -05:00
emteere
edfff3a267
GT-3341_emteere_RTTIPerformance Code Review changes
2020-02-18 21:11:37 +00:00
emteere
b51a9d7ff4
GT-3341_emteere_RTTIPerformance code review changes, refactored progress
...
monitor
2020-02-14 18:58:14 +00:00
dragonmacher
b4ce3012d7
GT-3481 - Gnu Demangler - Checkpoint 2 - Most docs and tests done;
...
analyzer test remains
2020-02-12 18:21:10 -05:00