Merge remote-tracking branch 'origin/Ghidra_11.3'

This commit is contained in:
Ryan Kurtz
2025-01-30 06:27:40 -05:00
3 changed files with 8 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ task ip {
checkExternalLibsInMap(moduleManifestIpMap, p)
// gets the declared external python wheels and verifies they are accounted for in the Module.manifest file
checkExternalPythonWheelsInMap(moduleManifestIpMap, p)
checkExternalPythonWheelsInMap(moduleManifestIpMap, project)
// adds the ip info from the Module.manifest file to the map generated from scanning the module files.
addModuleManifestIp(ipToFileMap, moduleManifestIpMap)