mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Add new NE resource flags.
This commit is contained in:
@@ -84,5 +84,6 @@ namespace libexeinfo
|
|||||||
const ushort SEGMENT_FLAGS_MASK = 0x3F8;
|
const ushort SEGMENT_FLAGS_MASK = 0x3F8;
|
||||||
const ushort SEGMENT_DISCARD_MASK = 0xF000;
|
const ushort SEGMENT_DISCARD_MASK = 0xF000;
|
||||||
const ushort SEGMENT_IOPRVL_MASK = 0xC00;
|
const ushort SEGMENT_IOPRVL_MASK = 0xC00;
|
||||||
|
const ushort KNOWN_RSRC_FLAGS = 0x1070;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,8 @@ namespace libexeinfo
|
|||||||
{
|
{
|
||||||
Moveable = 0x10,
|
Moveable = 0x10,
|
||||||
Pure = 0x20,
|
Pure = 0x20,
|
||||||
Preload = 0x40
|
Preload = 0x40,
|
||||||
|
Discardable = 0x1000
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user