예제 #1
0
 internal ResourceDirectoryEntry(PeImage image, uint offset, Structures.IMAGE_RESOURCE_DIRECTORY_ENTRY rawEntry, string customName)
 {
     this._image = image;
     this._offset = offset;
     this._rawEntry = rawEntry;
     this._customName = customName;
 }
예제 #2
0
 internal ResourceDirectoryEntry(PeImage image, uint offset, Structures.IMAGE_RESOURCE_DIRECTORY_ENTRY rawEntry, string customName)
 {
     this._image      = image;
     this._offset     = offset;
     this._rawEntry   = rawEntry;
     this._customName = customName;
 }