Commit graph

41 commits

Author SHA1 Message Date
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
ghidra1
65e19b869e Merge remote-tracking branch 'origin/GP-575_ghizard_PR-2167_andv2_Allow_white_spaces_in_paths_used_by_createPdbXmlFiles.bat' into patch 2021-01-11 18:38:12 -05:00
ghizard
bd5a983708 GP-575 - Also allow batch argument to contain spaces; also certify. 2021-01-07 13:38:54 -05:00
ghidra1
998258a442 GP-83 Added XML limit property to launch.properties 2020-08-27 17:00:29 -04:00
andv2
eda95d9f55
Allow white-spaces in GHIDRA_PATH for createPdbXmlFiles.bat 2020-08-03 23:16:50 +02:00
ghidra1
0c316a9236 Merge branch 'GT-0_ghidra1_PR-1929_astrelsky_ExtensionJavaVersion' 2020-07-30 13:44:33 -04:00
astrelsky
4ef1da7053
Set source and target compatibility to 11 for extensions 2020-07-29 18:09:39 -04:00
ghidra1
8f65942fd0 GT-3640 added support for specifying user password for server add/reset
commands
2020-07-13 17:31:28 -04:00
Elliott Childre
68f532627c Add Gradle Wrapper to exclude from extension build
Gradle Wrapper:
https://docs.gradle.org/current/userguide/gradle_wrapper.html

Is "recommended way to execute any Gradle build" so more and more
extensions have the wrapper files in the repository.  They serve no
purpose once built, so ignore it from the zip.
2020-06-29 13:37:03 -04:00
ghidra1
251e14562d PIC24/30/33 corrections and ELF import improvements for Harvard
Architecture
2020-05-14 15:29:52 -04:00
Xiaoyin Liu
6d0055c7fb
Avoid potentially running wrong files in launch.bat
Use full path for "timeout.exe", "tasklist.exe" and "findstr.exe", so that even if there are executables with same names in the user's %PATH% directories, we always run the ones from System32.
2020-03-06 19:18:45 +08:00
adamopolous
b4d3f7a89f changed "find" command to "findstr" in windows launcher 2020-03-04 18:08:52 -05:00
Ryan Kurtz
dd05514657 GT-3280: Fixing ConcurrentModificationException in python interpreter
plugin.
2019-11-01 13:35:03 -04:00
dev747368
70c377886a GT-3187 GT-3186 - tweak GhidraServer startup option processing and html
Make the -jaas option work the same as the other startup options that
can handle the path value as either part of the same arg value or as the
next arg value.

Fix html oopsie.
2019-09-26 14:05:28 -04:00
Ryan Kurtz
4e01601a38 GT-3128: Removing broken dumpGhidraThreads scripts. Users should use
jstack until we can reimplement something better.
2019-09-19 13:44:35 -04:00
ghidra1
e17797f4dc Minor cleanup to Ghidra Server 2019-09-06 17:28:50 -04:00
ghidra1
900ae33c46 GT-2658 revised server readme text 2019-09-06 15:57:33 -04:00
dev747368
58f93ea0e7 GT-2658 - more finishing touches
docs, exception handling, direct config file parsing instead of system
property.
2019-09-06 14:27:12 -04:00
dev747368
eff84e30d6 GT-2658 JAAS tweaks, javadoc, docs. 2019-09-05 12:59:49 -04:00
dev747368
220c3ff8d2 GT-2658 - JAAS auth - minor doc tweaks, cleanup 2019-09-04 10:30:22 -04:00
dev747368
841e75ad8d GT-2658 - Active Directory via Kerberos authentication 2019-09-03 17:38:51 -04:00
dev747368
a62730477e GT-2658 GhidraServer authentication via JAAS
Add JAAS auth mode -a4.
Supply some example JAAS config files.
2019-09-03 12:23:51 -04:00
Sandor Nemes
6446bb2cf1 Fixed argument passing when run with sudo 2019-08-14 13:31:33 +02:00
Ryan Kurtz
7f2dde2c27 Tweaking a couple more default display settings. 2019-07-30 11:29:42 -04:00
Ryan Kurtz
fa20ba3762 GT-2913: launch.properties can now take platform-specific VMARGS. 2019-07-25 11:31:08 -04:00
Ryan Kurtz
0bb15a2ad4 GT-2913: Tweaking default rendering settings in
support/launch.properties (closes #341).
2019-07-23 14:23:37 -04:00
ghidra1
5c1127b085 GT-2685 minor text revisions 2019-05-31 17:51:11 -04:00
ghidra1
17bb619048 GT-2685 Improved Ghidra Server interface binding and remote address
identification.  Minor fixes to database cleanup and project conversion.
2019-05-31 12:55:51 -04:00
ghidra1
9f3e323a79 Merge remote-tracking branch 'origin/patch' 2019-05-15 15:28:42 -04:00
ghidra1
e1e2992593 GT-2874 corrected severe error in svrAdmin.bat preventing its' use for
Windows install of Ghidra Server
2019-05-15 15:27:09 -04:00
Saagar Jha
5b69bfe129 Add option to hoist menu bar out of window on macOS 2019-05-07 13:21:56 -07:00
ghidravore
91beac819c Merge remote-tracking branch 'origin/patch'
Conflicts:
	GhidraDocs/certification.manifest
2019-04-29 14:18:05 -04:00
Ryan Kurtz
a7026ecb9b GT-2362: Improving guidance on dealing with HiDPI monitors in Linux
(#1).
Also no longer recommending official OpenJDK 11 since it's not LTS.
Recommending AdoptOpenJDK or Amazon Corretto.
2019-04-26 09:48:15 -04:00
ghidra1
1cae5552f6 Merge branch 'patch'
Conflicts:
	gradleScripts/distribution.gradle
2019-04-25 17:32:19 -04:00
ghidravore
f1e50fb079 Major refactoring of the gradle build system. 2019-04-23 15:20:26 -04:00
ghidra1
038d4462d3 GT-2740 script corrections 2019-04-10 17:42:12 -04:00
ghidra1
00acea89c2 GT-2740 corrected svrAdmin and createPdbXmlFiles script use in
development mode.  Other minor cleanup.
2019-04-09 18:36:36 -04:00
Jeremy O'Brien
9996620802 Make bash scripts more portable 2019-04-04 20:58:57 -04:00
Ryan Kurtz
a252ec1c1f GT-2725: Preventing log4j from using optional jansi.dll on Windows
(#286).
2019-04-03 10:27:34 -04:00
ghidra1
cf8af65354 GT-2717: Corrected ghidraSvr.bat problems, and avoiding 8.3 filename hack. 2019-03-29 12:17:48 -04:00
Dan
79d8f164f8 Candidate release of source code. 2019-03-26 13:46:51 -04:00