How to find strong name signature without calling LoadAssembly

Posted by Todd Kobus on Stack Overflow See other posts from Stack Overflow or by Todd Kobus
Published on 2010-05-02T09:04:53Z Indexed on 2010/05/02 9:07 UTC
Read the original article Hit count: 544

Filed under:

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.

© Stack Overflow or respective owner

Related posts about c#