diff options
Diffstat (limited to 'src/PEImage.h')
-rw-r--r-- | src/PEImage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PEImage.h b/src/PEImage.h index ce8e804..fefbf0d 100644 --- a/src/PEImage.h +++ b/src/PEImage.h @@ -90,7 +90,6 @@ public: unsigned long long getImageBase() const { return IMGHDR(OptionalHeader.ImageBase); }
int getRelocationInLineSegment(unsigned int offset) const;
int getRelocationInSegment(int segment, unsigned int offset) const;
- bool areDebugSymbolsStripped() const { return (IMGHDR(FileHeader.Characteristics) & IMAGE_FILE_DEBUG_STRIPPED) != 0; }
int dumpDebugLineInfoCOFF();
int dumpDebugLineInfoOMF();
|