symbolic
symbolic copied to clipboard
feat: Allow accessing the CLR metadata buffer for a PE file
The metadata buffer is in ECMA 335 format and should contain one module record with a Module Version ID that we are ultimately interested in.
Based on #658