Commit graph

57 commits

Author SHA1 Message Date
ghidra1
5f338723b6 GP-5161 Corrected Ghidra Server CME, document updates, and launch script improvements to control Java home determination. 2025-01-03 13:19:43 -05:00
Ryan Kurtz
faf55a8de6 GP-5078: Improvements to Ghidra Module directory layout 2024-10-31 10:34:26 -04:00
Ryan Kurtz
5b81139197 Renaming Pyhidra to PyGhidra 2024-09-09 10:50:12 -04:00
DC3-TSD
92d0f1dacf Python3 support 2024-09-09 09:58:05 -04:00
Dan
42b73252f1 GP-4876: JShell launcher for Ghidra 2024-08-28 11:19:29 -04:00
Ryan Kurtz
78aadd0d8c GP-4486: Adding Gradle wrapper 2024-07-03 08:04:27 -04:00
Ryan Kurtz
fb1f725f5b GP-4659: Renaming "Python" module to "Jython" 2024-06-07 07:40:43 -04:00
Ryan Kurtz
54b4f4cacb Merge remote-tracking branch 'origin/patch' 2024-01-08 06:52:00 -05:00
ghidra1
ad532036ab GP-4173 Change bsim command line script to not specify MAXMEM 2024-01-05 16:51:39 -05:00
Ryan Kurtz
43572fea78 Merge remote-tracking branch 'origin/patch' 2024-01-04 09:10:34 -05:00
ghidra1
735cb1a5c3 GP-4173 Complete transition to using --option params with bsim and bsim_ctl commands 2024-01-03 17:29:45 -05:00
Ryan Kurtz
3b0aac92d0 Merge remote-tracking branch 'origin/GP-1164_ryanmkurtz_XDG--SQUASHED'
(Closes #908)
2023-12-19 16:10:19 -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
ghidra1
b6100233dd Merge remote-tracking branch 'origin/GP-4132_fixGadpLauncherScripts'
into Ghidra_11.0 (Closes #4132)
2023-12-15 21:14:25 -05:00
Dan
152bddd4b2 GP-4132: GADP Launch scripts should pass args through. 2023-12-15 14:43:13 -05:00
caheckman
0865a3dfb0 GP-4009 Introduced BSim functionality including support for postgresql,
elasticsearch and h2 databases.  Added BSim correlator to Version
Tracking.
2023-12-05 08:30:51 -05:00
ghidra1
32d3fc4c70 Merge branch 'GP-2774_ghidraffe_GhidraGo_final' 2023-12-01 19:05:18 -05:00
ghidraffe
83f90d6b3d GP-2774 Implementation of GhidraGo for Linux, Windows, and Mac 2023-12-01 18:35:12 -05:00
ghidraffe
d79a1a9c34 GP-0: Allow special characters
in cli args to launch.bat. The question mark character was preventing
args from being passed to GhidraLaunchables.
2023-10-03 13:25:38 -04:00
Simon Kissane
41f38c355d pythonRun.bat ignored its arguments 2023-06-10 17:29:56 +10:00
Ryan Kurtz
0069538469 GP-3140: Ghidra can now run from development/repository mode using Gradle's compiled classes/jars, instead of just relying on Eclipse's compilation output 2023-03-03 16:02:58 -05:00
d-millar
b4698475b6 GP-1999: mods for windows
GP-1999: launchers for the agents
GP-1999: launchers for the agents
2023-01-26 13:02:14 -05:00
Ryan Kurtz
82ac8f7143 Merge remote-tracking branch 'origin/patch' 2023-01-13 08:17:56 -05:00
Ryan Kurtz
af042aa2d1 GP-2987: Fixing a few launch issues (#4872, Closes #4893) 2023-01-13 07:50:53 -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
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
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
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
Ryan Kurtz
c788a01228 GP-0: Updating MAXMEM comments in launch .bat scripts 2021-11-04 07:12:23 -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
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
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
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
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
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
ghizard
bd5a983708 GP-575 - Also allow batch argument to contain spaces; also certify. 2021-01-07 13:38:54 -05:00