We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d99e1 commit e487cfdCopy full SHA for e487cfd
PE.Common.pas
@@ -44,6 +44,11 @@ interface
44
45
TParserFlags = set of TParserFlag;
46
47
+ TPEImageKind = (
48
+ PEIMAGE_KIND_DISK,
49
+ PEIMAGE_KIND_MEMORY
50
+ );
51
+
52
TPEImageObject = TObject; // Meant to cast TObject -> TPEImage
53
54
TParserOption = (
PE.Image.pas
@@ -53,8 +53,6 @@ interface
type
55
56
- TPEImageKind = (PEIMAGE_KIND_DISK, PEIMAGE_KIND_MEMORY);
57
-
58
{ TPEImage }
59
60
TPEImage = class
0 commit comments