mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 14:15:44 +08:00
GP-0 Fixed updated archive category path name case to agree with old
archive category path names
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -56,6 +56,8 @@ public class SynchronizeGDTCategoryPaths extends GhidraScript {
|
|||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
secondArchive.endTransaction(transactionID, true);
|
secondArchive.endTransaction(transactionID, true);
|
||||||
|
secondArchive.save();
|
||||||
|
secondArchive.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user