From 312ceea00be4f4182b5eb6c985cd5feb8efd9ecb Mon Sep 17 00:00:00 2001 From: hasherezade Date: Sat, 20 Jan 2024 15:48:07 +0000 Subject: [PATCH] deploy: 1024e147ac27004346ce26d224af03b47b2b9aed --- _data_dir_entry_wrapper_8cpp_source.html | 2 +- _data_dir_wrapper_8cpp_source.html | 2 +- _export_dir_wrapper_8cpp_source.html | 2 +- _file_hdr_wrapper_8cpp_source.html | 4 +- _import_dir_wrapper_8cpp_source.html | 2 +- _opt_hdr_wrapper_8cpp_source.html | 4 +- _p_e_file_8cpp_source.html | 1202 +++++++++-------- _p_e_file_8h_source.html | 912 ++++++------- _resource_dir_wrapper_8cpp_source.html | 2 +- _resources_album_8cpp_source.html | 2 +- _rich_hdr_wrapper_8cpp_source.html | 4 +- _sect_hdrs_wrapper_8cpp_source.html | 14 +- class_p_e_file-members.html | 17 +- class_p_e_file.html | 382 ++++-- ...b054b54b98eb26bda27760d876622b1_cgraph.map | 65 + ...b054b54b98eb26bda27760d876622b1_cgraph.md5 | 1 + ...b054b54b98eb26bda27760d876622b1_cgraph.png | Bin 0 -> 201273 bytes ...16ee06f43de71d1885443d861edfb8d_cgraph.map | 125 +- ...16ee06f43de71d1885443d861edfb8d_cgraph.md5 | 2 +- ...16ee06f43de71d1885443d861edfb8d_cgraph.png | Bin 202202 -> 202363 bytes functions_func_w.html | 1 + functions_w.html | 5 +- search/all_14.js | 15 +- search/functions_14.js | 7 +- 24 files changed, 1474 insertions(+), 1298 deletions(-) create mode 100644 class_p_e_file_a4b054b54b98eb26bda27760d876622b1_cgraph.map create mode 100644 class_p_e_file_a4b054b54b98eb26bda27760d876622b1_cgraph.md5 create mode 100644 class_p_e_file_a4b054b54b98eb26bda27760d876622b1_cgraph.png diff --git a/_data_dir_entry_wrapper_8cpp_source.html b/_data_dir_entry_wrapper_8cpp_source.html index fd65de87..c6e1708b 100644 --- a/_data_dir_entry_wrapper_8cpp_source.html +++ b/_data_dir_entry_wrapper_8cpp_source.html @@ -170,7 +170,7 @@ $(function() { codefold.init(0); });
virtual bufsize_t getContentSize()
Definition Executable.h:51
Definition PEFile.h:45
@ WR_DATADIR
Definition PEFile.h:53
-
IMAGE_DATA_DIRECTORY * getDataDirectory()
Definition PEFile.cpp:284
+
IMAGE_DATA_DIRECTORY * getDataDirectory()
Definition PEFile.cpp:292
PEFile * m_PE
diff --git a/_data_dir_wrapper_8cpp_source.html b/_data_dir_wrapper_8cpp_source.html index 26911928..e70d4c2f 100644 --- a/_data_dir_wrapper_8cpp_source.html +++ b/_data_dir_wrapper_8cpp_source.html @@ -222,7 +222,7 @@ $(function() { codefold.init(0); });
@ RVAS_SIZES_NUM
PEFile * m_PE
-
offset_t peDataDirOffset()
Definition PEFile.cpp:278
+
offset_t peDataDirOffset()
Definition PEFile.cpp:286
@ WR_OPTIONAL_HDR
Definition PEFile.h:52
diff --git a/_export_dir_wrapper_8cpp_source.html b/_export_dir_wrapper_8cpp_source.html index a1cab9f7..a55466a7 100644 --- a/_export_dir_wrapper_8cpp_source.html +++ b/_export_dir_wrapper_8cpp_source.html @@ -515,7 +515,7 @@ $(function() { codefold.init(0); });
char * getForwarder()
virtual QString getName()
Definition PEFile.h:45
-
bool isReproBuild()
Definition PEFile.h:332
+
bool isReproBuild()
Definition PEFile.h:333
size_t forwarderNameLen(const char *ptr, size_t max_len)
Definition Util.cpp:113
bool isStrLonger(const char *inp, size_t maxLen)
Definition Util.cpp:38
diff --git a/_file_hdr_wrapper_8cpp_source.html b/_file_hdr_wrapper_8cpp_source.html index 8241e324..fdfce5c1 100644 --- a/_file_hdr_wrapper_8cpp_source.html +++ b/_file_hdr_wrapper_8cpp_source.html @@ -338,8 +338,8 @@ $(function() { codefold.init(0); });
static QString translateCharacteristics(DWORD charact)
PEFile * m_PE
Definition PEFile.h:45
-
offset_t peFileHdrOffset() const
Definition PEFile.h:75
-
bool isReproBuild()
Definition PEFile.h:332
+
offset_t peFileHdrOffset() const
Definition PEFile.h:76
+
bool isReproBuild()
Definition PEFile.h:333
QString getDateString(const quint64 timestamp)
diff --git a/_import_dir_wrapper_8cpp_source.html b/_import_dir_wrapper_8cpp_source.html index 1d902190..183a844f 100644 --- a/_import_dir_wrapper_8cpp_source.html +++ b/_import_dir_wrapper_8cpp_source.html @@ -567,7 +567,7 @@ $(function() { codefold.init(0); });
virtual IMAGE_IMPORT_BY_NAME * getImportByNamePtr()
virtual bufsize_t getFieldSize(size_t fieldId, size_t subField=FIELD_NONE)
Definition PEFile.h:45
-
IMAGE_DATA_DIRECTORY * getDataDirectory()
Definition PEFile.cpp:284
+
IMAGE_DATA_DIRECTORY * getDataDirectory()
Definition PEFile.cpp:292
PEFile * m_PE
bool isStrLonger(const char *inp, size_t maxLen)
Definition Util.cpp:38
diff --git a/_opt_hdr_wrapper_8cpp_source.html b/_opt_hdr_wrapper_8cpp_source.html index 568e90e1..0dff311b 100644 --- a/_opt_hdr_wrapper_8cpp_source.html +++ b/_opt_hdr_wrapper_8cpp_source.html @@ -535,8 +535,8 @@ $(function() { codefold.init(0); });
static std::map< std::pair< WORD, WORD >, QString > s_osVersion
static std::map< DWORD, QString > s_subsystem
PEFile * m_PE
-
offset_t peNtHdrOffset() const
Definition PEFile.h:76
-
exe_bits getHdrBitMode()
Definition PEFile.h:94
+
offset_t peNtHdrOffset() const
Definition PEFile.h:77
+
exe_bits getHdrBitMode()
Definition PEFile.h:95