finish secrets finding work and audit remarks work save
This commit is contained in:
@@ -513,8 +513,10 @@ public sealed class BinaryCallGraphExtractor : ICallGraphExtractor
|
||||
var shStrTab = reader.ReadBytes((int)shStrTabSize);
|
||||
|
||||
// Find symbol and string tables for resolving names
|
||||
// Note: symtab/strtab values are captured for future use with static symbols
|
||||
long symtabOffset = 0, strtabOffset = 0;
|
||||
long symtabSize = 0;
|
||||
_ = (symtabOffset, strtabOffset, symtabSize); // Suppress unused warnings
|
||||
int symtabEntrySize = is64Bit ? 24 : 16;
|
||||
|
||||
// Find .dynsym and .dynstr for dynamic relocations
|
||||
|
||||
Reference in New Issue
Block a user