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:
nblog
2025-12-31 10:18:57 +08:00
parent 6560dbcf56
commit e0ba8f4740
2 changed files with 3 additions and 4 deletions

View File

@@ -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
<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
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">
<LI>

View File

@@ -110,11 +110,10 @@ public class CreateExampleGDTArchiveScript extends GhidraScript {
};
String includeFiles[] = {
headerFilePath+"/VC/VS22/10.0.190141.0",
headerFilePath+"/VC/VS22/10.0.19041.0/um",
headerFilePath+"/VC/VS22/Community/VC/Tools/MSVC/14.29.30133/include",
headerFilePath+"/VC/VS22/10.0.19041.0/shared",
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[] = {