mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
BitFields - added preliminary support for composite bitfields
This commit is contained in:
parent
c23ae691e2
commit
a7345527c9
209 changed files with 18617 additions and 6720 deletions
|
@ -103,10 +103,7 @@ public class PdbPlugin extends Plugin {
|
|||
return;
|
||||
}
|
||||
|
||||
// Note: use other constructor if we want to enforce Auto-Analysis before
|
||||
// applying PDB.
|
||||
final PdbParserNEW parser = new PdbParserNEW(pdb, program, service, true);
|
||||
TaskLauncher.launch(new LoadPdbTask(program, parser));
|
||||
TaskLauncher.launch(new LoadPdbTask(program, pdb, service));
|
||||
}
|
||||
catch (Exception pe) {
|
||||
Msg.showError(getClass(), null, "Error", pe.getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue