Commit Graph

90 Commits

Author SHA1 Message Date
Ben Zanin
89f4b88503 Change CDT 8.6.0 d/l to use auto mirrors + checksums
Per https://bugs.eclipse.org/bugs/show_bug.cgi?id=134634#c3 this
mirror redirection feature is not well known, but it works and it
removes a decision point from an otherwise copy-and-paste set of
steps.

The `r=1` query fragment causes Eclipse.org's download.php to pass
a redirect directly back to the client rather than a mirror list:
https://git.eclipse.org/c/www.eclipse.org/downloads.git/tree/download.php#n97

Sadly it appears that including the `protocol=https` query element
is wasted effort since that value is unconditionally overridden:
https://git.eclipse.org/c/www.eclipse.org/downloads.git/tree/download.php#n173

Add CDT 8.6.0 checksum verification (via HTTPS)

Per https://wiki.eclipse.org/CBI/How_to_check_integrity_of_downloads_from_the_Eclipse_Foundation
the Eclipse Foundation mirror system offers the ability to retrieve
checksums for mirrored packages to provide an additional degree of
certainty about the absence of tampering in transit, since mirrored
files are provided via HTTP.  (The link cites performance concerns
as the reason for transferring mirrored files unencrypted, but that
concern, while common, is well known to be less worrisome than has
been the case even recently, [eg.][1] )

The `sums.php` [source][2] shows three checkum types may be used as
valid options: md5, sha1, and sha512.  We'll prefer sha512.  We'll
also assume that the `sha512sum` tool is available and supports the
`-c`/`--check` invocation option.

I have observed these three checksum values for `cdt-8.6.0.zip` as
returned by the Eclipse Foundation mirror, and I'm noting them here
rather than in `DevGuide.md` directly on the assumption that it is
a better idea to let `sha512sum` do the verification instead of the
user following the guide:

| Type   | Value |
| ------ | ----- |
| md5    | `8e9438a6e3947d614af98e1b58e945a2` |
| sha1   | `6363c3eece78277cc6b6748bb4eba0166db30a6a` |
| sha512 | `2b8bb498146aa29995e807c5b4e9d5dab0f6afe89a5ce256978b7b2c478677a0cb5a0f15913a32bd99cb7b4bb31230521f70b9c26cdef1cb983dfcea599737c0` |

[1]: https://istlsfastyet.com

[2]: https://git.eclipse.org/c/www.eclipse.org/downloads.git/tree/sums.php
2019-04-11 16:56:31 -04:00
emteere
49c2010b63 Update README.md 2019-04-03 15:53:27 -04:00
ghidra1
ce4584174f Merge branch 'stable' 2019-04-03 15:45:25 -04:00
ghidra1
5de10ed2a9 Merge tag 'Ghidra_9.0.2_build' into stable 2019-04-03 15:41:31 -04:00
ghidra1
31b449327a Updated version to 9.0.2 and restored missing file 2019-04-03 13:38:23 -04:00
ghidra1
e5246c633d Merge remote-tracking branch 'origin/emteere_GT-2723' into Ghidra_9.0.2 2019-04-03 12:04:04 -04:00
ghidravore
b82a0115a1 Merge remote-tracking branch 'origin/dragonmacher-GT-2705-9.0' into Ghidra_9.0.2 2019-04-03 12:00:05 -04:00
gslilly
644fb9f823 Update CONTRIBUTING.md 2019-04-03 11:36:08 -04:00
ghidravore
8dd29af64b Merge remote-tracking branch 'origin/drgaonmacher-GT-2716' into Ghidra_9.0.2 2019-04-03 11:26:20 -04:00
ghidravore
af4cc9a301 Merge remote-tracking branch 'origin/ryanmkurtz_GT-2707_jsondocs' into Ghidra_9.0.2 2019-04-03 11:11:34 -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
Ryan Kurtz
02df1b134c GT-2707: Adding in interfaces and package-level stuff to jsondocs. 2019-04-03 08:13:28 -04:00
ghidravore
9ba25cb99c Merge remote-tracking branch 'origin/emteere_GT-2722' into Ghidra_9.0.2 2019-04-02 18:42:37 -04:00
ghidravore
d321dc5316 Merge remote-tracking branch 'origin/caheckman_GT-2726' into Ghidra_9.0.2 2019-04-02 18:37:37 -04:00
ghidravore
da7a2e2235 Merge remote-tracking branch 'origin/caheckman_GT-2708' into Ghidra_9.0.2 2019-04-02 18:36:30 -04:00
ghidravore
e23cc6b72b Merge remote-tracking branch 'origin/caheckman_GT-2704' into Ghidra_9.0.2 2019-04-02 18:35:30 -04:00
ghidravore
3f5f837044 Merge remote-tracking branch 'origin/caheckman_GT-2682' into Ghidra_9.0.2 2019-04-02 18:24:22 -04:00
ghidravore
2fcf698408 Merge remote-tracking branch 'origin/ryanmkurtz_GT-2702_listner' into Ghidra_9.0.2 2019-04-02 18:07:12 -04:00
ghidravore
21f5528df5 Merge remote-tracking branch 'origin/ghidra5_GT-2706' into Ghidra_9.0.2 2019-04-02 18:05:06 -04:00
ghidravore
21d040f586 Merge remote-tracking branch 'origin/dev747368_GT-2712_MyProgramChangesDisplayPlugin' into Ghidra_9.0.2 2019-04-02 17:58:36 -04:00
ghidravore
39563bed8d Merge remote-tracking branch 'origin/adamopolous_GT-2703' into Ghidra_9.0.2 2019-04-02 17:42:05 -04:00
ghidravore
04f3fbba74 added patch readme 2019-04-02 17:39:54 -04:00
ghidra4
50e8c43577 Merge branch 'master' of ssh://ghidragit/git/public/ghidra 2019-04-02 16:23:41 -04:00
ghidra4
0fb7ac036d Removed extra filter 2019-04-02 16:23:33 -04:00
Dan
c41cda4a7e Fixing typos in DevGuide.md. 2019-04-02 15:59:13 -04:00
ghidravore
21fc990c15 fixed GT-2719 also updated version number 2019-04-02 15:36:37 -04:00
Dan
eedf651247 Merge branch 'Dan_DevGuide-updates'
Conflicts:
	Ghidra/Features/PDB/src/global/docs/README_PDB.html
2019-04-02 15:29:22 -04:00
Dan
9cb8e07ccb Added GDT/FIDDB instructions and point to ghidra-data repo. 2019-04-02 15:27:40 -04:00
caheckman
89d4c981a7 Reverting decompiler window to have no timeout 2019-04-02 15:26:15 -04:00
dragonmacher
41f4e2cdde GT-2716 - review fixes 2019-04-02 13:05:40 -04:00
caheckman
c595e60c65 Fix for "Free Varnodes" exceptions in RuleConditionalMove 2019-04-02 12:56:35 -04:00
emteere
a57a7a3533 GT-2723 Finish configuration for min/max address changes for constant
reference propagation.
2019-04-02 11:51:32 -04:00
adamopolous
b874111ae7 GT-2703: added new help image for intel hex options dialog 2019-04-02 11:13:27 -04:00
emteere
8cf5b0f2c6 GT-2722 updates for CMP.W and LSL instruction decodes 2019-04-02 10:45:18 -04:00
adamopolous
a3121e19a4 GT-2703: changed label on intel hex option to be intelligible 2019-04-02 10:40:08 -04:00
dragonmacher
1626d2ee1b GT-2716 - Decompiler - Fixed 'Find' highlight ghosts 2019-04-01 18:25:05 -04:00
ghidra1
3a27a22fed Merge remote-tracking branch 'origin/Ghidra_9.0' 2019-03-29 18:01:04 -04:00
ghidra1
7179c6de81 GT-2667 added support for generating sleigh build.xml files 2019-03-29 17:24:31 -04:00
dev747368
65ed72ab0e Fix exception when MyProgramChangesDisplayPlugin is uninstalled. 2019-03-29 17:18:20 -04:00
ghidra1
9edd697171 GT-2718, Issue#30 corrected PDB DIA SDK error handling, VS post-build
syntax and documentation
2019-03-29 16:40:32 -04:00
ghidra5
e75c28afd6 GT-2706 Fixed exceptions in Diff View 2019-03-29 14:39:40 -04:00
Dan
6f91910a3d Merge branch 'Ghidra_9.0' 2019-03-29 12:20:47 -04:00
Dan
1d74d2eacb Merge branch 'ghidra1_GT-2717_GhidraSvrBat' into Ghidra_9.0 2019-03-29 12:20:23 -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
af61d1d937 Merge remote-tracking branch 'origin/ryanmkurtz_UpdateGhidraMasterVersion'
Conflicts:
	Ghidra/application.properties
2019-03-29 11:47:17 -04:00
Dan
002942cbbd Merge branch 'Ghidra_9.0' 2019-03-29 11:45:10 -04:00
Dan
9cbf4b5ef0 Merge remote-tracking branch 'origin/ryanmkurtz_excludeVSfromBuild' into Ghidra_9.0 2019-03-29 11:44:39 -04:00
Dan
cfa2b7d350 Updated documentation for building natives. 2019-03-29 11:40:04 -04:00
Ryan Kurtz
47430356fc Updating Ghidra version number. 2019-03-29 11:25:47 -04:00
Ryan Kurtz
3510e5e5ae Updating Ghidra version number. 2019-03-29 11:24:20 -04:00