Commit graph

44 commits

Author SHA1 Message Date
Ryan Kurtz cb13b3d6c6 GP-1680: Upping minimum Gradle version to 6.8 2022-01-14 03:30:55 -05:00
Ryan Kurtz 8ca4074c93 GP-0: Framework Utility now requires Java 11+ instead of Java 8+.
LaunchSupport now requires Java 8+ instead of Java 7+.
2021-11-09 09:28:55 -05:00
ben12385 a8fec154e1
Updated instruction in Ghidra Intermediate Class
Under Advanced Data Types slide, there is instruction for creating File and Project Archives. Currently, the Project Archives indicate to click New File Archive instead of New Project Archive
2021-10-10 17:51:34 +08:00
Ryan Kurtz 7452187697 GP-0: Mentioning where scripting API javadocs are in InstallationGuide
(Closes #3353)
2021-09-29 15:08:27 -04:00
Ryan Kurtz 3c07ca2962 GP-1209: Support for building natives from a release. 2021-09-27 08:16:14 -04:00
Ryan Kurtz e83e7004a3 Merge remote-tracking branch 'origin/patch' 2021-08-24 11:42:27 -04:00
Ryan Kurtz 4bfb1d53dd GP-1242: Updating JDK download links 2021-08-24 11:33:38 -04:00
ghidra1 b4e8e39c0e Merge remote-tracking branch
'origin/GP-1138_ryanmkurtz_PR-2987_lyellread_documentation-tweaks'
(Closes #2987)
2021-07-15 18:14:06 -04:00
Ryan Kurtz 3edd25dfd5 GP-1138: A few more tweaks to the InstallationGuide's Java Notes section 2021-07-15 14:08:17 -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 3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
lyellread 74df5ee20c Fix line wrapping in new paragraph. 2021-04-29 08:56:07 -07:00
lyellread 2272edfc0b Updating Java Documentation in InstallationGuide.html
This adds a mention of installing Java through package manager, which
might not need modification of path. Also, it makes more obvious the
choice to place the path to Java in the system path, something that I
have noticed is often mistaken. Lastly updated the Windows Java Path
setup to include the new style of path modification dialog.
2021-04-29 07:13:08 -07:00
ghidra1 1e39c2ac82 Merge remote-tracking branch 'origin/patch' 2021-04-20 17:33:40 -04:00
ghidra1 baeef06672 Certification cleanup 2021-04-20 17:15:14 -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 162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
Kip Hamiltons 9a4ae5feaf Changes incorrect to in pcode manual description for SUBPIECE 2021-02-20 22:38:22 +11:00
ghidra1 7c87062515 GP-0 corrected Lab5Script example for Advanced Development Class 2020-12-18 16:02:08 -05:00
caheckman bf43007117 Fixing some silent exceptions in FillOutStructureCmd 2020-12-07 17:54:28 -05:00
caheckman 017b92ac2e Updating documentation to include token endianess override 2020-10-28 11:38:32 -04:00
ghidravore 0ffdb9c494 updated Coding Standards 2020-09-11 18:57:08 -04:00
Ryan Kurtz d70c6c256f Extensions installed through the GUI now get put in the user settings
directory (rather than installation directory)
2020-07-13 15:11:18 -04:00
ghidra1 6ff98a4098 Modified Memory API for creating Overlay blocks allow for
byte/bit-mapped overlays.  Added ByteMappingScheme for byte-mapped
blocks.
2020-05-14 15:28:27 -04:00
dragonmacher b4ce3012d7 GT-3481 - Gnu Demangler - Checkpoint 2 - Most docs and tests done;
analyzer test remains
2020-02-12 18:21:10 -05:00
Ryan Kurtz 93460f6295 GT-3301: Updating InstallationGuide. 2019-11-13 12:42:38 -05:00
caheckman 28d479f188 Documentation for INSERT, EXTRACT, and POPCOUNT operators 2019-11-04 13:03:58 -05:00
Ryan Kurtz 2839527a23 GT-3190: Fixing Advanced Development Lab 5 Answer (closes #1028). 2019-09-26 09:46:48 -04:00
Ryan Kurtz 0a3574d0c0 GT-3146: Preventing Ghidra from launching with 32-bit Java (fixes #882). 2019-09-12 09:40:36 -04:00
James 8302bef89a GT-3113 x86/64 linux syscalls 2019-08-27 17:06:20 -04:00
ghidra1 e0e2c58eb7 Merge remote-tracking branch 'origin/ghidra1_Emulator'
Conflicts:
	gradle/root/eclipse.gradle
2019-07-12 16:14:17 -04:00
Sinphree a024fa12e0
Update Installation Guide style definitions
Added a couple of missing semi colons in the Installation Guide style definitions
2019-06-20 20:02:07 +12:00
ghidra1 7c5523362c Emulator - added simplified program emulation API via EmulatorHelper 2019-06-14 15:54:44 -04:00
ghidra1 7bece24cae Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/application.properties
2019-05-16 15:54:47 -04:00
ghidra007 6b4d64a2ac Corrected error in version tracking slide exercise 2019-05-16 15:36:27 -04:00
ghidravore 91beac819c Merge remote-tracking branch 'origin/patch'
Conflicts:
	GhidraDocs/certification.manifest
2019-04-29 14:18:05 -04:00
ghidravore a71dc5b94b Merge remote-tracking branch 'origin/GT-2362_ryanmkurtz_HiDPI' into patch 2019-04-29 14:13:16 -04:00
ghidra1 657c9d1f63 Moved language docs to GhidraDocs project 2019-04-26 18:01:29 -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 3402c18b25 GT-2835 updated to commons-lang3-3.9 and corrected some eclipse project
issues
2019-04-25 15:20:35 -04:00
ghidravore f1e50fb079 Major refactoring of the gradle build system. 2019-04-23 15:20:26 -04:00
Dan 5ebb9efbfc GT-2748: Certified errata.
Pulled-from: Ԝеѕ <5124946+wesinator@users.noreply.github.com>
Pulled-from: Xiaoyin Liu <xiaoyinl@users.noreply.github.com>
Pulled-from: 0xflotus <0xflotus@gmail.com>
Pulled-from: LRFLEW <LRFLEW@aol.com>
2019-04-11 14:03:23 -04:00
0xflotus 4dbae188d3
fixed GhidraCodingStandards 2019-04-06 01:03:49 +02:00
Dan 79d8f164f8 Candidate release of source code. 2019-03-26 13:46:51 -04:00