mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
fix(gdb.html): correct typo in package directory path.
fix(CreateExampleGDTArchiveScript.java): unify the MSVC version and remove the misspelled SDK version.
This commit is contained in:
@@ -140,7 +140,7 @@ python3 -m pip install --no-index -f Debugger-rmi-trace/pypkg/dist -f Debugger-a
|
|||||||
comprising our plugin for GDB and its dependencies. Copy all of the Python packages from
|
comprising our plugin for GDB and its dependencies. Copy all of the Python packages from
|
||||||
<TT>Ghidra/Debug/Debugger-rmi-trace/pypkg/dist/</TT> and
|
<TT>Ghidra/Debug/Debugger-rmi-trace/pypkg/dist/</TT> and
|
||||||
<TT>Ghidra/Debug/Debugger-agent-gdb/pypkg/dist/</TT> to the remote system. It is easiest to put
|
<TT>Ghidra/Debug/Debugger-agent-gdb/pypkg/dist/</TT> to the remote system. It is easiest to put
|
||||||
them all in one directory, e.g., <TT>~/ghidra-pypgk/</TT>. Then install them:</P>
|
them all in one directory, e.g., <TT>~/ghidra-pypkg/</TT>. Then install them:</P>
|
||||||
|
|
||||||
<UL style="list-style-type: none">
|
<UL style="list-style-type: none">
|
||||||
<LI>
|
<LI>
|
||||||
|
|||||||
@@ -110,11 +110,10 @@ public class CreateExampleGDTArchiveScript extends GhidraScript {
|
|||||||
};
|
};
|
||||||
|
|
||||||
String includeFiles[] = {
|
String includeFiles[] = {
|
||||||
headerFilePath+"/VC/VS22/10.0.190141.0",
|
headerFilePath+"/VC/VS22/Community/VC/Tools/MSVC/14.29.30133/include",
|
||||||
headerFilePath+"/VC/VS22/10.0.19041.0/um",
|
|
||||||
headerFilePath+"/VC/VS22/10.0.19041.0/shared",
|
headerFilePath+"/VC/VS22/10.0.19041.0/shared",
|
||||||
headerFilePath+"/VC/VS22/10.0.19041.0/ucrt",
|
headerFilePath+"/VC/VS22/10.0.19041.0/ucrt",
|
||||||
headerFilePath+"/VC/VS22/Community/VC/Tools/MSVC/14.30.30705/include",
|
headerFilePath+"/VC/VS22/10.0.19041.0/um",
|
||||||
};
|
};
|
||||||
|
|
||||||
String args[] = {
|
String args[] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user