CoffFileHeader.NumberOfSymbols

The number of entries in the symbol table. This data can be used to locate the string table, which immediately follows the symbol table. This value should be zero for an image because COFF debugging information is deprecated.

struct CoffFileHeader
uint NumberOfSymbols;

Meta