powerfulsam
|
213f50299f
|
Make the title bar adaptable to macOS theme
|
2022-11-25 01:11:06 -05:00 |
|
Ryan Kurtz
|
45640e9bc6
|
GP-0: Removing some unneeded JVM args now that "Inverted Color Mode" is
gone
|
2022-11-16 08:42:19 -05:00 |
|
xEgoist
|
14ef4bc4a6
|
remove check for OS architecture in createPdbXmlFiles.bat
due to removal of 32-bit support it's no longer needed to check for OS
type.
|
2022-10-24 00:21:57 -05:00 |
|
xEgoist
|
bea9b645a2
|
Fix directory for PDB.exe in createPdbXmlFiles.bat script
|
2022-10-23 20:05:08 -05:00 |
|
ghizard
|
3bbba9602b
|
GP-2647 Add/Modify system properties for PDB Universal
|
2022-10-04 06:57:48 -04:00 |
|
Ryan Kurtz
|
fdda6b672e
|
GP-2604: More load library options
|
2022-10-03 01:10:02 -04:00 |
|
Ryan Kurtz
|
f62320a50b
|
GP-2541: Redesigned the importer's load library option set. The user now has finer grained control over where libraries are loaded from, as well as how many libraries are loaded.
|
2022-09-16 01:01:23 -04:00 |
|
Ryan Kurtz
|
2536099c0e
|
GP-0: Updating reference to supported java version in ghidraSvr scripts
|
2022-08-26 14:13:00 -04:00 |
|
Ryan Kurtz
|
6845463e06
|
GP-2269: Preventing AWTError when checking Taskbar.isTaskbarSupported()
|
2022-08-21 01:52:28 -04:00 |
|
Xiaoyin Liu
|
dd8c0c627d
|
Fix typo in launch.bat help message
Related to 5db208df2e
|
2022-08-18 11:48:23 +04:00 |
|
Ryan Kurtz
|
4491a0fd6e
|
GP-2301: Each launch script can now specify if they require a JDK or JRE
to run. Allows svrAdmin to run with just a JRE, like the GhidraServer.
|
2022-08-12 03:39:36 -04:00 |
|
Ryan Kurtz
|
82eeb9c904
|
GP-2209: Disabling wildcard path expansion on foreground tasks
|
2022-08-04 13:00:38 -04:00 |
|
Ryan Kurtz
|
96674d4f62
|
GP-1907: Removing ContinuesInterceptor and associated API
|
2022-04-15 01:51:58 -04:00 |
|
Ryan Kurtz
|
22b62d766b
|
GP-1909: Upgrading Gson to 2.9.0 (Closes #3992)
|
2022-04-09 04:32:49 -04:00 |
|
Ryan Kurtz
|
5a688dab29
|
GP-1300: No longer allowing illegal reflective accesses to the java.net
module. Allowing this was only necessary to support an old version of
Apache Felix.
|
2022-04-07 03:17:22 -04:00 |
|
Ryan Kurtz
|
65a2cc42dc
|
Merge remote-tracking branch 'origin/GP-394_ghidra1_SvrAdmin--SQUASHED'
(Closes #1703, Closes #2467)
|
2022-03-15 16:17:54 -04:00 |
|
ghidra1
|
8446a00aff
|
GP-394 Added svrAdmin grant and revoke repository access command support. Added Ghidra Server asynchronous command processing and improved svrAdmin -list command usage.
|
2022-03-15 14:35:38 -04:00 |
|
Ryan Kurtz
|
824723e492
|
GP-0: Force Java to run in headless mode when Ghidra is launched from
analyzeHeadless script
|
2022-03-08 11:47:59 -05:00 |
|
ghidra1
|
8c209ce76e
|
GP-1769 improved Ghidra Server SSH key use and error handling. Replaced use of ganymed-ssh2 library with Bouncy Castle library use.
|
2022-03-03 17:26:09 -05:00 |
|
Ryan Kurtz
|
44a428d6d4
|
GP-1735: Fixed analyzeHeadless.bat maximum setlocal recursion level
being reached when too many command line arguments were specified
|
2022-02-10 06:28:54 -05:00 |
|
Ryan Kurtz
|
6b8813dbbc
|
GP-1607: Fixed the "ERROR StatusLogger Reconfiguration failed" message
that appeared in the log when Ghidra was launched with
support/ghidraDebug.
|
2021-12-15 08:58:14 -05:00 |
|
ghidra1
|
3578de3671
|
Updated svrREADME.html to flag Mac OS service issue
|
2021-11-29 18:53:08 -05:00 |
|
Ryan Kurtz
|
7e6eea065f
|
GP-1266: Upgrading YAJSW to 13.01-beta to support JDK 17
|
2021-11-05 07:11:46 -04:00 |
|
Ryan Kurtz
|
c788a01228
|
GP-0: Updating MAXMEM comments in launch .bat scripts
|
2021-11-04 07:12:23 -04:00 |
|
Ryan Kurtz
|
98c82b688d
|
GP-1193: Using extra = in --add-opens JVM arguments
|
2021-11-01 14:15:17 -04:00 |
|
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 |
|