mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-1174_dev747368_coffsymbolaux_continuesinterceptor'
This commit is contained in:
commit
ea75c22f2e
1 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ public class DebugCOFFSymbolAux implements StructConverter {
|
|||
return structure;
|
||||
}
|
||||
|
||||
private static class AuxSym implements StructConverter {
|
||||
public static class AuxSym implements StructConverter {
|
||||
private int tagIndex;
|
||||
private short miscLnSzLinenumber;
|
||||
private short miscLnSzSize;
|
||||
|
@ -209,7 +209,7 @@ public class DebugCOFFSymbolAux implements StructConverter {
|
|||
}
|
||||
}
|
||||
|
||||
private static class AuxFile implements StructConverter {
|
||||
public static class AuxFile implements StructConverter {
|
||||
private String name;
|
||||
|
||||
private static AuxFile createAuxFile(FactoryBundledWithBinaryReader reader, int index) throws IOException {
|
||||
|
@ -240,7 +240,7 @@ public class DebugCOFFSymbolAux implements StructConverter {
|
|||
}
|
||||
}
|
||||
|
||||
private static class AuxSection implements StructConverter {
|
||||
public static class AuxSection implements StructConverter {
|
||||
private int length;
|
||||
private short numberOfRelocations;
|
||||
private short numberOfLinenumbers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue