SECTION HEADER #5
.text name
0 physical address
0 virtual address
24 size of raw data
1B78 file pointer to raw data (00001B78 to 00001B9B)
1B9C file pointer to relocation table
0 file pointer to line numbers
2 number of relocations
0 number of line numbers
60101020 flags
Code
COMDAT; sym= __setdefaultprecision
1 byte align
Execute Read
I've looked into the documentation of COFF and couldn't understand how I get the symbol of the section (__setdefaultprecision
), I have the pointer to the symbol table , string table, and array of sections, but how can I know the symbol of each section? Any help appreciated.