标签: .net .net-assembly portable-executable strongname
我正在读取.net程序集的PE标头,并且我拥有StrongNameSignatureDirectory类型的DirectoryEntry。
StrongNameSignatureDirectory
DirectoryEntry
我的问题:
使用RVA读取整个节数据是否正确,或者我可以使用signatureDirectory的偏移量和大小读取签名?
RVA
signatureDirectory
我需要获取一个签名字节数组