diff --git a/_d_o_s_exe_8h_source.html b/_d_o_s_exe_8h_source.html
index e03459b5..aa75f8b9 100644
--- a/_d_o_s_exe_8h_source.html
+++ b/_d_o_s_exe_8h_source.html
@@ -120,7 +120,7 @@ $(function() {
-
+
@@ -161,10 +161,10 @@ $(function() {
virtual offset_t dosHeaderOffset()
virtual offset_t rvaToRaw(offset_t rva)
-virtual offset_t getImageBase()
IMAGE_DOS_HEADER * m_dosHdr
offset_t peSignatureOffset()
+virtual offset_t getImageBase(bool recalculate=false)
DosHdrWrapper * dosHdrWrapper
virtual offset_t getEntryPoint(Executable::addr_type aType=Executable::RVA)
virtual offset_t rawToRva(offset_t raw)
diff --git a/_executable_8cpp_source.html b/_executable_8cpp_source.html
index ac1f7a68..5fb49c1f 100644
--- a/_executable_8cpp_source.html
+++ b/_executable_8cpp_source.html
@@ -100,7 +100,7 @@ $(function() {
-
+
27 return (addr >= mappedFrom && addr < mappedTo) ? true :
false;
@@ -110,7 +110,7 @@ $(function() {
-
+
@@ -132,7 +132,7 @@ $(function() {
54 if (inType == outType)
return inAddr;
-
+
@@ -279,13 +279,13 @@ $(function() {
virtual offset_t toRaw(offset_t offset, addr_type addrType, bool allowExceptions=false)
virtual bool isValidAddr(offset_t addr, addr_type addrType)
BYTE * getContentAt(offset_t offset, bufsize_t size, bool allowExceptions=false)
+virtual offset_t getImageBase(bool recalculate=false)=0
Executable(AbstractByteBuffer *v_buf, exe_bits v_bitMode)
virtual offset_t getRawSize() const
virtual bufsize_t getMappedSize(Executable::addr_type aType)=0
virtual offset_t rawToRva(offset_t raw)=0
virtual offset_t rvaToRaw(offset_t rva)=0
-virtual offset_t getImageBase()=0
virtual offset_t convertAddr(offset_t inAddr, Executable::addr_type inType, Executable::addr_type outType)
Executable::addr_type detectAddrType(offset_t addr, Executable::addr_type hintType)
virtual bool dumpFragment(offset_t offset, bufsize_t size, QString fileName)
diff --git a/_executable_8h_source.html b/_executable_8h_source.html
index 65c3d6b3..534c5e19 100644
--- a/_executable_8h_source.html
+++ b/_executable_8h_source.html
@@ -139,7 +139,7 @@ $(function() {
-
+
@@ -171,7 +171,7 @@ $(function() {
-
+
@@ -248,6 +248,7 @@ $(function() {
BYTE * getContentAt(offset_t offset, bufsize_t size, bool allowExceptions=false)
static bool isBit64(Executable *exe)
+virtual offset_t getImageBase(bool recalculate=false)=0
virtual BYTE * getContent()
virtual offset_t vaToRaw(offset_t va)
@@ -260,7 +261,6 @@ $(function() {
virtual offset_t rawToRva(offset_t raw)=0
virtual offset_t rvaToRaw(offset_t rva)=0
-virtual offset_t getImageBase()=0
virtual bufsize_t getAlignment(Executable::addr_type aType) const =0
virtual offset_t convertAddr(offset_t inAddr, Executable::addr_type inType, Executable::addr_type outType)
virtual bool resize(bufsize_t newSize)
diff --git a/_p_e_core_8cpp.html b/_p_e_core_8cpp.html
index 4cbeeb88..690c60d2 100644
--- a/_p_e_core_8cpp.html
+++ b/_p_e_core_8cpp.html
@@ -74,37 +74,12 @@ $(function() {
Go to the source code of this file.
-
-
-
-
◆ DEFAULT_IMGBASE
-
-
-
-
-
- | #define DEFAULT_IMGBASE 0x10000 |
-
-
-
-