diff --git a/_debug_dir_wrapper_8cpp_source.html b/_debug_dir_wrapper_8cpp_source.html index 7d4b57b1..ce6be597 100644 --- a/_debug_dir_wrapper_8cpp_source.html +++ b/_debug_dir_wrapper_8cpp_source.html @@ -95,7 +95,7 @@ $(function() {
16
17*/
18
-
19bool DebugDirWrapper::loadNextEntry(const size_t cntr)
+
19bool DebugDirWrapper::loadNextEntry(size_t cntr)
20{
21 const size_t dirSize = this->getSize();
22 const size_t entriesCount = dirSize / sizeof(IMAGE_DEBUG_DIRECTORY);
@@ -427,7 +427,7 @@ $(function() {
DebugDirEntryWrapper::containsAddrType
virtual Executable::addr_type containsAddrType(size_t fieldId, size_t subField=FIELD_NONE)
Definition: DebugDirWrapper.cpp:91
DebugDirEntryWrapper::translateType
QString translateType(int type)
Definition: DebugDirWrapper.cpp:100
DebugDirWrapper::DebugDirEntryWrapper
friend class DebugDirEntryWrapper
Definition: DebugDirWrapper.h:59
-
DebugDirWrapper::loadNextEntry
virtual bool loadNextEntry(const size_t cntr)
Definition: DebugDirWrapper.cpp:19
+
DebugDirWrapper::loadNextEntry
virtual bool loadNextEntry(size_t cntr)
Definition: DebugDirWrapper.cpp:19
DebugDirWrapper::getSize
virtual bufsize_t getSize()
Definition: DebugDirWrapper.h:15
ExeElementWrapper::m_Exe
Executable * m_Exe
Definition: ExeElementWrapper.h:65
ExeNodeWrapper::entries
std::vector< ExeNodeWrapper * > entries
Definition: ExeNodeWrapper.h:54
diff --git a/_debug_dir_wrapper_8h_source.html b/_debug_dir_wrapper_8h_source.html index 3bbb5eb4..aff5492f 100644 --- a/_debug_dir_wrapper_8h_source.html +++ b/_debug_dir_wrapper_8h_source.html @@ -118,12 +118,12 @@ $(function() {
39 const size_t LIMIT = (-1);
40 size_t cntr = 0;
41 for (cntr = 0; cntr < LIMIT; cntr++) {
-
42 if (loadNextEntry(cntr) == false) break;
+
42 if (loadNextEntry(cntr) == false) break;
43 }
44 return true;
45 }
46
-
47 virtual bool loadNextEntry(const size_t cntr);
+
47 virtual bool loadNextEntry(size_t cntr);
48
49 IMAGE_DEBUG_DIRECTORY* getDebugDir(size_t index = 0)
50 {
@@ -310,7 +310,7 @@ $(function() {
DebugDirWrapper::getPtr
virtual void * getPtr()
Definition: DebugDirWrapper.h:13
DebugDirWrapper::getName
virtual QString getName()
Definition: DebugDirWrapper.h:20
DebugDirWrapper::getDebugDir
IMAGE_DEBUG_DIRECTORY * getDebugDir(size_t index=0)
Definition: DebugDirWrapper.h:49
-
DebugDirWrapper::loadNextEntry
virtual bool loadNextEntry(const size_t cntr)
Definition: DebugDirWrapper.cpp:19
+
DebugDirWrapper::loadNextEntry
virtual bool loadNextEntry(size_t cntr)
Definition: DebugDirWrapper.cpp:19
DebugDirWrapper::getFieldSize
virtual bufsize_t getFieldSize(size_t fieldId, size_t subField=FIELD_NONE)
Definition: DebugDirWrapper.h:30
DebugDirWrapper::getFieldPtr
virtual void * getFieldPtr(size_t fieldId, size_t subField)
Definition: DebugDirWrapper.h:27
DebugDirWrapper::getSize
virtual bufsize_t getSize()
Definition: DebugDirWrapper.h:15
diff --git a/class_debug_dir_wrapper-members.html b/class_debug_dir_wrapper-members.html index 31591814..d0cc505e 100644 --- a/class_debug_dir_wrapper-members.html +++ b/class_debug_dir_wrapper-members.html @@ -153,7 +153,7 @@ $(function() { isResized()AbstractByteBufferinlinevirtual isTruncated()AbstractByteBufferinlinevirtual isValid(AbstractByteBuffer *buf)AbstractByteBufferstatic - loadNextEntry(const size_t cntr)DebugDirWrapperprotectedvirtual + loadNextEntry(size_t cntr)DebugDirWrapperprotectedvirtual m_ExeExeElementWrapperprotected m_PEPENodeWrapperprotected operator[](size_t idx)AbstractByteBuffer diff --git a/class_debug_dir_wrapper.html b/class_debug_dir_wrapper.html index 324bbc55..7ff04407 100644 --- a/class_debug_dir_wrapper.html +++ b/class_debug_dir_wrapper.html @@ -307,8 +307,8 @@ Public Member Functions Protected Member Functions bool wrap ()   -virtual bool loadNextEntry (const size_t cntr) -  +virtual bool loadNextEntry (size_t cntr) +  IMAGE_DEBUG_DIRECTORY * getDebugDir (size_t index=0)   - Protected Member Functions inherited from DataDirEntryWrapper @@ -402,7 +402,7 @@ Here is the call graph for this function: - + @@ -804,8 +804,8 @@ Here is the call graph for this function: - -

◆ loadNextEntry()

+ +

◆ loadNextEntry()

@@ -816,7 +816,7 @@ Here is the call graph for this function:
bool DebugDirWrapper::loadNextEntry ( - const size_t  + size_t  cntr) @@ -834,8 +834,8 @@ Here is the call graph for this function:
Here is the call graph for this function:
-
- +
+ @@ -890,7 +890,7 @@ Here is the call graph for this function:
- + diff --git a/class_debug_dir_wrapper_a4fca74cef0b781cff0c2323cce79ac64_cgraph.map b/class_debug_dir_wrapper_a71d7b9d4bd5aafbc77a6939b293f14c3_cgraph.map similarity index 100% rename from class_debug_dir_wrapper_a4fca74cef0b781cff0c2323cce79ac64_cgraph.map rename to class_debug_dir_wrapper_a71d7b9d4bd5aafbc77a6939b293f14c3_cgraph.map diff --git a/class_debug_dir_wrapper_a4fca74cef0b781cff0c2323cce79ac64_cgraph.md5 b/class_debug_dir_wrapper_a71d7b9d4bd5aafbc77a6939b293f14c3_cgraph.md5 similarity index 100% rename from class_debug_dir_wrapper_a4fca74cef0b781cff0c2323cce79ac64_cgraph.md5 rename to class_debug_dir_wrapper_a71d7b9d4bd5aafbc77a6939b293f14c3_cgraph.md5 diff --git a/class_debug_dir_wrapper_a4fca74cef0b781cff0c2323cce79ac64_cgraph.png b/class_debug_dir_wrapper_a71d7b9d4bd5aafbc77a6939b293f14c3_cgraph.png similarity index 100% rename from class_debug_dir_wrapper_a4fca74cef0b781cff0c2323cce79ac64_cgraph.png rename to class_debug_dir_wrapper_a71d7b9d4bd5aafbc77a6939b293f14c3_cgraph.png diff --git a/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.map b/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.map index d9a17da0..d6e574b4 100644 --- a/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.map +++ b/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.map @@ -3,7 +3,7 @@ - + diff --git a/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.md5 b/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.md5 index 6405e3fc..dbb61720 100644 --- a/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.md5 +++ b/class_debug_dir_wrapper_aa96f3bd1945636e77a87255916e66729_cgraph.md5 @@ -1 +1 @@ -324b1903ad4591dbee7df806dbda91a0 \ No newline at end of file +a820e0bc0b319ffde2e65a32b481aa32 \ No newline at end of file diff --git a/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.map b/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.map index 9ca04333..26455cf5 100644 --- a/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.map +++ b/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.map @@ -2,7 +2,7 @@ - + diff --git a/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.md5 b/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.md5 index 341e6b74..d7972ca8 100644 --- a/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.md5 +++ b/class_debug_dir_wrapper_ac081e75c9eed3c5f67aa9826bd335b82_cgraph.md5 @@ -1 +1 @@ -9842b7d98a8dfc3743e210462cdeaac7 \ No newline at end of file +a3bc15f67e0271b9d5619552c700078c \ No newline at end of file diff --git a/class_exe_node_wrapper.html b/class_exe_node_wrapper.html index ffaf0e4c..6673acb9 100644 --- a/class_exe_node_wrapper.html +++ b/class_exe_node_wrapper.html @@ -1253,7 +1253,7 @@ Here is the call graph for this function:
-

Reimplemented in DebugDirWrapper, DelayImpDirWrapper, ImportDirWrapper, BoundImpDirWrapper, DelayImpEntryWrapper, ImportEntryWrapper, and SectHdrsWrapper.

+

Reimplemented in DebugDirWrapper, DelayImpDirWrapper, ImportDirWrapper, BoundImpDirWrapper, DelayImpEntryWrapper, ImportEntryWrapper, and SectHdrsWrapper.

Definition at line 46 of file ExeNodeWrapper.h.

diff --git a/functions_func_l.html b/functions_func_l.html index 92785ba5..fdbb2a73 100644 --- a/functions_func_l.html +++ b/functions_func_l.html @@ -76,7 +76,7 @@ $(function() {
  • LdConfigDirWrapper() : LdConfigDirWrapper
  • LdConfigEntryWrapper() : LdConfigEntryWrapper
  • leafEntryPtr() : ResourceLeafWrapper
  • -
  • loadNextEntry() : BoundImpDirWrapper, DebugDirWrapper, DelayImpDirWrapper, DelayImpEntryWrapper, ExeNodeWrapper, ImportDirWrapper, ImportEntryWrapper, SectHdrsWrapper
  • +
  • loadNextEntry() : BoundImpDirWrapper, DebugDirWrapper, DelayImpDirWrapper, DelayImpEntryWrapper, ExeNodeWrapper, ImportDirWrapper, ImportEntryWrapper, SectHdrsWrapper
  • diff --git a/functions_l.html b/functions_l.html index 0be1898e..8fe0572d 100644 --- a/functions_l.html +++ b/functions_l.html @@ -85,7 +85,7 @@ $(function() {
  • LINENUM_PTR : SectionHdrWrapper
  • LINKER_MAJOR : OptHdrWrapper
  • LINKER_MINOR : OptHdrWrapper
  • -
  • loadNextEntry() : BoundImpDirWrapper, DebugDirWrapper, DelayImpDirWrapper, DelayImpEntryWrapper, ExeNodeWrapper, ImportDirWrapper, ImportEntryWrapper, SectHdrsWrapper
  • +
  • loadNextEntry() : BoundImpDirWrapper, DebugDirWrapper, DelayImpDirWrapper, DelayImpEntryWrapper, ExeNodeWrapper, ImportDirWrapper, ImportEntryWrapper, SectHdrsWrapper
  • LOCK_PREFIX : LdConfigDirWrapper
  • diff --git a/search/all_a.js b/search/all_a.js index 189acc04..6be19815 100644 --- a/search/all_a.js +++ b/search/all_a.js @@ -14,7 +14,7 @@ var searchData= ['linenum_5fptr_11',['LINENUM_PTR',['../class_section_hdr_wrapper.html#a5ab13065e15d8a0a487ba80544deb730a8649ebfb0599eea5582af5714a7204c2',1,'SectionHdrWrapper']]], ['linker_5fmajor_12',['LINKER_MAJOR',['../class_opt_hdr_wrapper.html#a50a0ba638e2810426b475714dc23b013a35fcd8f293b68e094adc613bdf54c3ed',1,'OptHdrWrapper']]], ['linker_5fminor_13',['LINKER_MINOR',['../class_opt_hdr_wrapper.html#a50a0ba638e2810426b475714dc23b013afc771dd7e003623b2dc0db9a8387a79a',1,'OptHdrWrapper']]], - ['loadnextentry_14',['loadNextEntry',['../class_exe_node_wrapper.html#a8a0305cc15aefe812f69485bbe82508d',1,'ExeNodeWrapper::loadNextEntry()'],['../class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea',1,'BoundImpDirWrapper::loadNextEntry()'],['../class_debug_dir_wrapper.html#a4fca74cef0b781cff0c2323cce79ac64',1,'DebugDirWrapper::loadNextEntry()'],['../class_delay_imp_dir_wrapper.html#a9a65bd88e9cba04eec4d53c626e1f967',1,'DelayImpDirWrapper::loadNextEntry()'],['../class_delay_imp_entry_wrapper.html#abd79b0c4556c89d51d65d60d947629ee',1,'DelayImpEntryWrapper::loadNextEntry()'],['../class_import_dir_wrapper.html#a4299a35ac29e73bc70c4788a7e7d1099',1,'ImportDirWrapper::loadNextEntry()'],['../class_import_entry_wrapper.html#a5a8b765e428aaf85d898604b50dba99f',1,'ImportEntryWrapper::loadNextEntry()'],['../class_sect_hdrs_wrapper.html#a5d346cfbb674f06a00fceb5fceedadc5',1,'SectHdrsWrapper::loadNextEntry()']]], + ['loadnextentry_14',['loadNextEntry',['../class_exe_node_wrapper.html#a8a0305cc15aefe812f69485bbe82508d',1,'ExeNodeWrapper::loadNextEntry()'],['../class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea',1,'BoundImpDirWrapper::loadNextEntry()'],['../class_debug_dir_wrapper.html#a71d7b9d4bd5aafbc77a6939b293f14c3',1,'DebugDirWrapper::loadNextEntry()'],['../class_delay_imp_dir_wrapper.html#a9a65bd88e9cba04eec4d53c626e1f967',1,'DelayImpDirWrapper::loadNextEntry()'],['../class_delay_imp_entry_wrapper.html#abd79b0c4556c89d51d65d60d947629ee',1,'DelayImpEntryWrapper::loadNextEntry()'],['../class_import_dir_wrapper.html#a4299a35ac29e73bc70c4788a7e7d1099',1,'ImportDirWrapper::loadNextEntry()'],['../class_import_entry_wrapper.html#a5a8b765e428aaf85d898604b50dba99f',1,'ImportEntryWrapper::loadNextEntry()'],['../class_sect_hdrs_wrapper.html#a5d346cfbb674f06a00fceb5fceedadc5',1,'SectHdrsWrapper::loadNextEntry()']]], ['lock_5fprefix_15',['LOCK_PREFIX',['../class_ld_config_dir_wrapper.html#af8859de691d95f0b9a37501e0e38ca45a1d70c5ea2073941962eb465ca089baae',1,'LdConfigDirWrapper']]], ['log_16',['LOG',['../_util_8h.html#a158a8c64f24645c7478298399825737f',1,'Util.h']]], ['logger_17',['Logger',['../namespace_logger.html',1,'']]] diff --git a/search/functions_a.js b/search/functions_a.js index 27440c2b..16c8ee60 100644 --- a/search/functions_a.js +++ b/search/functions_a.js @@ -3,5 +3,5 @@ var searchData= ['ldconfigdirwrapper_0',['LdConfigDirWrapper',['../class_ld_config_dir_wrapper.html#ae5eb16e4b4007b592f8be58fa86b2f7f',1,'LdConfigDirWrapper']]], ['ldconfigentrywrapper_1',['LdConfigEntryWrapper',['../class_ld_config_entry_wrapper.html#af702751103c7d40c035daeec6e4fba92',1,'LdConfigEntryWrapper']]], ['leafentryptr_2',['leafEntryPtr',['../class_resource_leaf_wrapper.html#a00acc594812f9d0e856a7e7a781b6e96',1,'ResourceLeafWrapper']]], - ['loadnextentry_3',['loadNextEntry',['../class_exe_node_wrapper.html#a8a0305cc15aefe812f69485bbe82508d',1,'ExeNodeWrapper::loadNextEntry()'],['../class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea',1,'BoundImpDirWrapper::loadNextEntry()'],['../class_debug_dir_wrapper.html#a4fca74cef0b781cff0c2323cce79ac64',1,'DebugDirWrapper::loadNextEntry()'],['../class_delay_imp_dir_wrapper.html#a9a65bd88e9cba04eec4d53c626e1f967',1,'DelayImpDirWrapper::loadNextEntry()'],['../class_delay_imp_entry_wrapper.html#abd79b0c4556c89d51d65d60d947629ee',1,'DelayImpEntryWrapper::loadNextEntry()'],['../class_import_dir_wrapper.html#a4299a35ac29e73bc70c4788a7e7d1099',1,'ImportDirWrapper::loadNextEntry()'],['../class_import_entry_wrapper.html#a5a8b765e428aaf85d898604b50dba99f',1,'ImportEntryWrapper::loadNextEntry()'],['../class_sect_hdrs_wrapper.html#a5d346cfbb674f06a00fceb5fceedadc5',1,'SectHdrsWrapper::loadNextEntry()']]] + ['loadnextentry_3',['loadNextEntry',['../class_exe_node_wrapper.html#a8a0305cc15aefe812f69485bbe82508d',1,'ExeNodeWrapper::loadNextEntry()'],['../class_bound_imp_dir_wrapper.html#a13b9a7bba1549733fdc60d51abcea5ea',1,'BoundImpDirWrapper::loadNextEntry()'],['../class_debug_dir_wrapper.html#a71d7b9d4bd5aafbc77a6939b293f14c3',1,'DebugDirWrapper::loadNextEntry()'],['../class_delay_imp_dir_wrapper.html#a9a65bd88e9cba04eec4d53c626e1f967',1,'DelayImpDirWrapper::loadNextEntry()'],['../class_delay_imp_entry_wrapper.html#abd79b0c4556c89d51d65d60d947629ee',1,'DelayImpEntryWrapper::loadNextEntry()'],['../class_import_dir_wrapper.html#a4299a35ac29e73bc70c4788a7e7d1099',1,'ImportDirWrapper::loadNextEntry()'],['../class_import_entry_wrapper.html#a5a8b765e428aaf85d898604b50dba99f',1,'ImportEntryWrapper::loadNextEntry()'],['../class_sect_hdrs_wrapper.html#a5d346cfbb674f06a00fceb5fceedadc5',1,'SectHdrsWrapper::loadNextEntry()']]] ];