How to find strong name signature without calling LoadAssembly
- by Todd Kobus
When reading a Windows PE file directly, I can't seem to find the strong name signature of a delay signed assembly. I can get to the CLR Header and read all those entries. Is the information in the MetaData directory specified within the CLR header? If so does anyone have an example of how to read this table?
I am not interested in calling SN.exe or loading the assembly.