mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-3571 Numerous changes to datatype resolve/replace addressing
performance and conflict handling. Corrected composite merge deficiencies. Added datatype resolve/equivalence caches for performance improvement. Added deferred pointer resolution for structures and unions. Corrected datatype parent/child update
This commit is contained in:
parent
d5cc72fd14
commit
c2d9629f57
113 changed files with 3515 additions and 1853 deletions
|
@ -32,7 +32,6 @@ import ghidra.app.cmd.function.AddRegisterParameterCommand;
|
|||
import ghidra.app.merge.*;
|
||||
import ghidra.app.merge.listing.*;
|
||||
import ghidra.app.merge.tool.ListingMergePanel;
|
||||
import ghidra.app.plugin.core.datamgr.archive.SourceArchive;
|
||||
import ghidra.app.util.viewer.listingpanel.ListingPanel;
|
||||
import ghidra.app.util.viewer.util.TitledPanel;
|
||||
import ghidra.framework.main.FrontEndTool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue