Closed Lichtso closed 2 years ago
Also I never received that binary which was the original impetus for changing string table to avoid DoS attacks :) would still be interested to see such a thing, can send to my email m4b dot github dot io atsign gmail.com
Only parse the last
SHT_SYMTAB
, because all earlier ones are not used anyway. This improves the runtime complexity from O(n^2) to O(n), and makes the parsing more robust against crazy inputs.