mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-04 09:58:35 +08:00
Merge remote-tracking branch 'origin/GT-2748_Dan_PR-Errata'
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ On macOS:
|
|||||||
gradle buildNatives_osx64
|
gradle buildNatives_osx64
|
||||||
```
|
```
|
||||||
|
|
||||||
On macOS:
|
On Windows:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gradle buildNatives_win64
|
gradle buildNatives_win64
|
||||||
|
|||||||
+1
-1
@@ -73,7 +73,7 @@ class VarnodeInfo {
|
|||||||
type = VarnodeType.Memory;
|
type = VarnodeType.Memory;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new IllegalArgumentException("Illegal varode address type");
|
throw new IllegalArgumentException("Illegal varnode address type");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ public class PdbSymbolServerPlugin extends Plugin {
|
|||||||
// srv*[local cache]*[private symbol server]*https://msdl.microsoft.com/download/symbols
|
// srv*[local cache]*[private symbol server]*https://msdl.microsoft.com/download/symbols
|
||||||
// srv*c:\symbols*https://msdl.microsoft.com/download/symbols
|
// srv*c:\symbols*https://msdl.microsoft.com/download/symbols
|
||||||
|
|
||||||
if (!envString.startsWith("srv")) {
|
if (!envString.startsWith("srv") && !envString.startsWith("SRV")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
<H4> The design pattern of an interface with one or more implementations should use the following naming conventions:</H4>
|
<H4> The design pattern of an interface with one or more implementations should use the following naming conventions:</H4>
|
||||||
<UL>
|
<UL>
|
||||||
<LI> Foo - The interface should be named the fundamental thing. </LI>
|
<LI> Foo - The interface should be named the fundamental thing. </LI>
|
||||||
<LI> AbstractFoo - An abstract implementation intended to be used as the base of a hierachy of classes. </LI>
|
<LI> AbstractFoo - An abstract implementation intended to be used as the base of a hierarchy of classes. </LI>
|
||||||
<LI> DefaultFoo - A "default" implementation that would be appropriate for the majority of use cases. </LI>
|
<LI> DefaultFoo - A "default" implementation that would be appropriate for the majority of use cases. </LI>
|
||||||
<LI> {descriptive}Foo - Other implementations should describe what makes them unique. </LI>
|
<LI> {descriptive}Foo - Other implementations should describe what makes them unique. </LI>
|
||||||
</UL>
|
</UL>
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
##VERSION: 2.0
|
##VERSION: 2.0
|
||||||
##MODULE IP: Creative Commons Attribution 2.5
|
##MODULE IP: Creative Commons Attribution 2.5
|
||||||
##MODULE IP: LGPL 2.1
|
|
||||||
##MODULE IP: Nuvola Icons - LGPL 2.1
|
|
||||||
##MODULE IP: Modified Nuvola Icons - LGPL 2.1
|
|
||||||
##MODULE IP: Tango Icons - Public Domain
|
|
||||||
##MODULE IP: FAMFAMFAM Icons - CC 2.5
|
##MODULE IP: FAMFAMFAM Icons - CC 2.5
|
||||||
|
##MODULE IP: LGPL 2.1
|
||||||
|
##MODULE IP: Modified Nuvola Icons - LGPL 2.1
|
||||||
|
##MODULE IP: Nuvola Icons - LGPL 2.1
|
||||||
##MODULE IP: Public Domain
|
##MODULE IP: Public Domain
|
||||||
|
##MODULE IP: Tango Icons - Public Domain
|
||||||
.classpath||GHIDRA||||END|
|
.classpath||GHIDRA||||END|
|
||||||
.project||GHIDRA||||END|
|
.project||GHIDRA||||END|
|
||||||
CheatSheet.html||GHIDRA||||END|
|
CheatSheet.html||GHIDRA||||END|
|
||||||
|
|||||||
Reference in New Issue
Block a user