Commit graph

105 commits

Author SHA1 Message Date
Ryan Kurtz
a60e2d8637 GP-0: Upping Gradle wrapper to 9.0.0 2025-08-04 06:48:15 -04:00
dragonmacher
17c28209ef GP-5819 - Help - Added validation code to check all Ghidra TOC files after help is built 2025-07-21 11:59:01 -04:00
Ryan Kurtz
08ca670f43 GP-5757: Restricting XML external access 2025-06-12 10:39:53 -04:00
Ryan Kurtz
283790a03e GP-0: Upping Gradle wrapper to 8.14.2 2025-06-09 13:24:27 -04:00
Ryan Kurtz
55bd8de0fa GP-0: Setting Gradle wrapper version to 8.14 2025-05-05 09:45:45 -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
Ryan Kurtz
7c1285d48d GP-0: A few buildExtenion.gradle tweaks
* Excluding .vscode/ from the distro
* Only including src/main/java in lib/*-src.zip
2025-04-02 11:39:13 -04:00
Ryan Kurtz
95060a2dd8 GP-5496: Converting headless readme to markdown 2025-03-18 08:58:07 -04:00
Ryan Kurtz
515fd01489 GP-0: Upping Gradle wrapper to 8.1 2025-03-11 13:32:55 -04:00
Ryan Kurtz
21893b10f6 Merge remote-tracking branch 'origin/Ghidra_11.3' 2025-01-27 10:23:27 -05:00
Ryan Kurtz
749caaf524 GP-0: Upping gradle wrapper to 8.12.1 2025-01-27 10:19:48 -05:00
Ryan Kurtz
44fb13b292 GP-5257: Fixing Gradle warnings 2025-01-13 13:52:50 -05:00
Ryan Kurtz
20285e267d GP-5226: Fixing Gradle 8.12 build issue. Gradle wrapper now uses Gradle
8.12.
2025-01-02 16:28:02 -05:00
Ryan Kurtz
2bebb96f77 Merge branch 'GP-0_ryanmkurtz_PR-7225_hippietrail_the-the' 2024-11-26 09:05:43 -05:00
hippietrail
13598df8db many doubled words in comments etc, plus some nearby typos 2024-11-26 13:18:05 +07:00
Ryan Kurtz
6f0279d281 GP-0: Upping gradle wrapper version to 8.11. 2024-11-14 11:34:01 -05:00
Ryan Kurtz
141e358ca7 GP-0: Upping gradle wrapper version to 8.10.2. 2024-09-25 09:02:57 -04:00
Ryan Kurtz
dc8c4a08e2 GP-0: Upping gradle wrapper version to 8.10.1. 2024-09-11 06:11:29 -04:00
Ryan Kurtz
d33af2b972 GP-0: Upping gradle wrapper to 8.10 2024-08-21 06:28:21 -04:00
Ryan Kurtz
73018adb80 GP-4795: Initial support for Visual Studio Code script and module
development
2024-07-29 08:11:22 -04:00
Ryan Kurtz
ab668ccfc2 GP-0: Upping Gradle wrapper to 8.8 2024-07-05 06:02:31 -04:00
Ryan Kurtz
937191c10e Merge remote-tracking branch
'origin/GP-4486_ryanmkurtz_gradle-wrapper--SQUASHED' (Closes #455)
2024-07-03 08:06:48 -04:00
Ryan Kurtz
78aadd0d8c GP-4486: Adding Gradle wrapper 2024-07-03 08:04:27 -04:00
Ryan Kurtz
34272fd3ff GP-4707: Improved handling of custom headless command line arguments that start with dash 2024-06-25 13:38:53 -04:00
Ryan Kurtz
d3d60ea399 GP-4564: Improvements to library search paths and other loader options 2024-06-05 08:40:08 -04:00
ghidra1
66c7e4ad19 GP-4472 Improved handling of read-only case for headless analyzer and GhidraURL connections. 2024-04-03 09:51:19 -04:00
Ryan Kurtz
c5bad0a88f GP-4358: No longer using XDG_RUNTIME_DIR for temp directory. Ubuntu
defaults it to a too small tmpfs. (Closes #6233)
2024-02-23 08:12:36 -05:00
Ryan Kurtz
e5e488a807 GP-4313: Loaders now echo their message log to the application.log file.
Can be disabled in launch.properties.
2024-02-12 09:46:48 -05:00
ghidra1
c5243f9a95 GP-4178 Added ELF Import option to control undefined data creation (now off by default) 2024-01-03 17:41:16 -05:00
Ryan Kurtz
3c30ada14c GP-1164: Reorganizing Ghidra's user settings/cache/temp directories to support XDG 2023-12-19 08:22:40 -05:00
ghidraffe
83f90d6b3d GP-2774 Implementation of GhidraGo for Linux, Windows, and Mac 2023-12-01 18:35:12 -05:00
Ryan Kurtz
7ee84802b8 GP-4065: Headless -recusive depth now defaults to 1 if importing a file 2023-11-24 07:24:11 -05:00
dragonmacher
0a520b08bd GP-3623 - Extensions - Added an extension-specific class loader; moved ExtensionUtils to Generic 2023-11-21 11:18:28 -05:00
Ryan Kurtz
e3d48916aa GP-3273: The headless analyzer can now recurse into supported GFileSystem container files 2023-10-20 18:44:20 -04:00
Ryan Kurtz
457517669a GP-3569: Fixing regression in buildExtensions.gradle 2023-09-06 09:28:22 -04:00
Ryan Kurtz
1f75605c16 GP-0: Ignoring .pydevproject files 2023-08-07 14:08:27 -04:00
Ryan Kurtz
194e53345c Merge remote-tracking branch 'origin/GP-0_Isabella3412_Updating_analyzeHeadlessREADME.html--SQUASHED' 2023-08-01 10:31:05 -04:00
isabella3412
2af49a1cb4 GP-0 Updated documentation for server authentication methods in analyzeHeadlessREADME.html, as well as fixed spelling mistakes in other files. 2023-08-01 10:29:17 -04:00
dragonmacher
b7583dc0b9 GP-3569 - Cleanup of Extension management 2023-07-26 14:02:56 -04:00
Ryan Kurtz
4df3778181 Merge remote-tracking branch 'origin/patch' 2023-07-10 17:51:25 -04:00
Ryan Kurtz
3793de0af1 GP-0: Tweaking buildExtension.gradle checkGradleVersion() variable usage
(Closes #5540)
2023-07-10 17:35:43 -04:00
Ryan Kurtz
309be1eb05 GP-3566: Adjusted MachoLoader and DyldCacheLoader options 2023-06-22 10:06:31 -04:00
dragonmacher
f199a93352 GP-3555 - fixed gradle build for extensions that do not have help 2023-06-20 17:07:52 -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
ghidra1
cdb286a953 GP-3428 added ELF Max Zero-Segment Discard Size import option 2023-05-11 12:23:00 -04:00
Ryan Kurtz
50a3bc30d2 GP-3111: Enforcing maximum supported Gradle version 2023-04-20 06:19:14 -04:00
dragonmacher
f4a60244b3 GP-3081 - Fixed help build for external plugins 2023-02-13 18:49:23 -05:00
Ryan Kurtz
842890f925 GP-714: Adding PeLoader option to show/hide debug line numbers 2022-12-29 08:01:10 -05:00
Ryan Kurtz
2fbebf42a6 Merge remote-tracking branch 'origin/patch' 2022-11-29 12:35:33 -05:00
ghidra1
bbe86e0ae6 GP-0 updated launch.properties with optional network troubleshooting
VMARG
2022-11-29 11:33:05 -05:00