Commit graph

90 commits

Author SHA1 Message Date
Ryan Kurtz
a1dba97a10 Merge remote-tracking branch
'origin/GP-1209_ryanmkurtz_PR-3387_ryanmkurtz_native-release-builds--SQUASHED'
(Closes #3387)
2021-09-27 08:35:49 -04:00
Ryan Kurtz
3c07ca2962 GP-1209: Support for building natives from a release. 2021-09-27 08:16:14 -04:00
Ryan Kurtz
e088d2a4ea GP-1304: Removing illegal access to java.desktop/sun.awt.X11. Has side
effect of changing application name on Linux from "Ghidra" to
"ghidra.Ghidra".
2021-09-23 14:42:11 -04:00
Ryan Kurtz
df99adf2b5 Revert "GP-1300: Prevent illegal access to java.net module." It broke
tests and the workaround isn't known yet.

This reverts commit d590f10238.
2021-09-21 10:14:12 -04:00
Ryan Kurtz
d590f10238 GP-1300: Prevent illegal access to java.net module. 2021-09-16 07:53:57 -04:00
ghidra1
9db26bc7f5 GP-1296 Eliminated use of sun.security package and refactored ApplicationKeyManagerUtils 2021-09-15 13:55:20 -04:00
Ryan Kurtz
8b2ea61e27 Merge remote-tracking branch 'origin/patch' 2021-09-13 08:23:23 -04:00
ghidra1
d93d39a9c6 GP-1287 Improved client/server TLS version restrictions. TLSv1.2 and TLSv1.3 enabled by default. 2021-09-10 16:29:00 -04:00
Ryan Kurtz
5ef6ac96c3 Merge remote-tracking branch
'origin/GP-1106_ryanmkurtz_PR-3197_ryanmkurtz_platforms' (Closes #3197)
2021-08-31 14:02:05 -04:00
Ryan Kurtz
50b48ae63b Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/service/emulation/ReadsTargetMemoryPcodeExecutorState.java
2021-08-31 12:51:51 -04:00
Ryan Kurtz
1d64c7ff29 GP-1193: Including --add-opens java.base/java.util=ALL-UNNAMED for Gson
library (fixes #3355)
2021-08-31 11:47:24 -04:00
Ryan Kurtz
a0bdcee7dd Merge remote-tracking branch 'origin/patch' 2021-08-30 12:45:40 -04:00
Ryan Kurtz
8992402d86 GP-1193: Replacing --illegal-access=permit with --add-opens JVM
arguments for JDK 17 compatibility
2021-08-27 08:22:36 -04:00
Ryan Kurtz
91aea06c98 Merge remote-tracking branch 'origin/patch' 2021-08-26 11:59:28 -04:00
Ryan Kurtz
52fbe65040 GP-1248: Disabling ContinuesIntercepter by default 2021-08-26 11:52:52 -04:00
Ryan Kurtz
00533b2869 GP-1106: Platform naming convention now supports different
architectures. Support for building on ARM.
2021-08-17 13:41:47 -04:00
Ryan Kurtz
0b38608c2e GP-1189: Building extensions now fails gracefully if an unsupported
Gradle version is used.
2021-08-09 08:07:41 -04:00
Ryan Kurtz
155300d6d4 Merge remote-tracking branch 'origin/patch' 2021-07-23 11:32:58 -04:00
Ryan Kurtz
cb8f2b2165 GP-1156: Tweaking comment 2021-07-23 11:22:09 -04:00
Stefan Schmidt
693fe5f85a Fix script directory path expansion in analyzeHeadless.bat 2021-07-23 10:53:21 -04:00
Ryan Kurtz
a17d00bf0c GP-1144: Some tweaks to extension dependency pull-request 2021-07-20 15:27:02 -04:00
Dominic Della Valle
2296256464 Fix: handle whitespace paths for Windows launchers 2021-07-12 08:09:41 -04:00
Ryan Kurtz
38edc05f81 GP-1057: Preventing Ghidra from launching when path contains !. Also
updating Installation Guide's "Known Issues" section.
2021-06-22 13:45:48 -04:00
ghidra1
82c8ba1a1c Merge remote-tracking branch
'origin/GP-1050_ryanmkurtz_PR-3122_M9k_launch-spaces' into Ghidra_10.0
(Closes #2176, Closes #3122)
2021-06-16 15:48:21 -04:00
Ryan Kurtz
a1229a1e56 GP-1050: Removing backslash from SUPPORT_DIR 2021-06-16 11:48:57 -04:00
Mirco Cailotto
c98e6fe3bb
Fix #2176 removing both backslash from path
As suggested #3121 squashed and rebased on brach Ghidra_10.0.
Thanks to @topia for fix a missing \
2021-06-09 20:02:55 +02:00
Florian Magin
0ad1209e65 Add the Debug and Processor jars to the API dependencies 2021-06-09 09:01:23 -04:00
ghidra1
22675e9f39 Merge remote-tracking branch 'origin/GP-42_dev747368_PdbSymbolServer_for_10' 2021-05-18 21:42:23 -04:00
dev747368
522ac50dfc save 2021-05-17 14:37:16 -04:00
dev747368
bb924294a1 GP-42 change pdb logging enablement to jvm property, fix button tooltip 2021-05-14 14:39:57 -04:00
Ryan Kurtz
3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
ghidra1
ec22f78db9 Merge remote-tracking branch 'origin/patch' 2021-04-21 19:30:02 -04:00
Jason P. Leasure
9005a479fb add note to scriptLog documentation regarding print from Python 2021-04-21 08:50:35 -04:00
ghidra1
1e737c7b62 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/Base/.launch/Ghidra.launch
	Ghidra/RuntimeScripts/Common/support/launch.properties
2021-04-02 18:51:58 -04:00
Ryan Kurtz
0b1cc5ea0e GP-824: Explicitly permitting illegal reflective access for improved JDK
16 compatibility
2021-03-31 08:51:43 -04:00
Ryan Kurtz
dc40114ee5 GP-815: New error message in launch.bat and launch.sh to make it more clear what the problem is when launching in dev mode when nothing has been compiled yet. 2021-03-30 14:28:23 -04:00
dragonmacher
ca2a6bbb0a Updated remote vm debug command-line options 2021-03-23 13:45:33 -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
bbd72ed943 Merge branch 'GP-0_ghidra1_CertifySourceFiles' into patch 2021-03-17 19:30:03 -04:00
ghidra1
eda433b67f Merge remote-tracking branch 'origin/GP-781_jpleasu_scriptPath_parser--SQUASHED' 2021-03-17 19:02:36 -04:00
ghidra1
162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
Jason P. Leasure
b8f1b241ba parse $GHIDRA_HOME in analyzeHeadless -scriptPath, fixes GP-781 2021-03-17 13:17:46 -04:00
Ryan Kurtz
2a8afd5296 GP-693: Additional improvements 2021-02-24 14:14:04 -05:00
Ryan Kurtz
df114d13a6 GP-693: Forgot to change linux scripts where needed 2021-02-19 11:40:08 -05:00
Ryan Kurtz
95b37d2ce1 GP-693: Fixed additional issues with Ghidra and its supporting launch
scripts not being able to run correctly on Windows when an ampersand was
in the path. Also fixed an issue with svrAdmin.bat and
buildGhidraJar.bat not working if the Ghidra path contained a space.
2021-02-19 10:46:20 -05:00
Xiaoyin Liu
61096c5fdf Add one more missing quote around JAVA_CMD 2021-02-18 15:04:41 -05:00
Xiaoyin Liu
4602ff4646 Add missing quotes in launch.bat
When set Windows environment variables, they need to be quoted if
special characters like & exists in path.

Fixes #1726
2021-02-18 15:04:38 -05:00
Ryan Kurtz
8bc5229ed7 Code review tweaks 2021-02-12 18:49:21 -05:00
Ryan Kurtz
59cc0bc01c Hide "Archived non-system classes are disabled" warning that appears
when launching Ghidra
2021-02-12 08:59:55 -05:00
ghidra1
bf3876c925 GP-622 revised to allow connections to utilize TLSv1.3 by default with
Java 11
2021-01-22 19:50:02 -05:00