Esempio n. 1
0
 internal TLSDirectory32(TLSContent tlsContent, long directoryOffset, IMAGE_TLS_DIRECTORY32 tlsDirectory) : base(tlsContent)
 {
     location = new StreamLocation(directoryOffset,TLSDirectory.Size32);
     directory = tlsDirectory;
 }
Esempio n. 2
0
 internal TLSDirectory(TLSContent tlsContent)
 {
     content = tlsContent;
 }