mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-28 05:14:33 +00:00
parse: Remove debug print
This commit is contained in:
parent
2c775e5d6a
commit
b3ab75577d
@ -2241,8 +2241,6 @@ const void *GetDataDirectoryEntry(parsed_pe *pe, data_directory_kind dirnum) {
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cerr << "off: 0x" << std::hex << off << std::endl;
|
|
||||||
|
|
||||||
std::vector<uint8_t> rawEntry(sec.sectionData->buf + off,
|
std::vector<uint8_t> rawEntry(sec.sectionData->buf + off,
|
||||||
sec.sectionData->buf + off + dir.Size);
|
sec.sectionData->buf + off + dir.Size);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user