BearParser
Portable Executable parsing library (from PE-bear)
Loading...
Searching...
No Matches
DebugDirEntryWrapper Class Reference

#include <DebugDirWrapper.h>

Collaboration diagram for DebugDirEntryWrapper:

Public Types

enum  DebugDirFID {
  NONE = FIELD_NONE , CHARACTERISTIC , TIMESTAMP , MAJOR_VER ,
  MINOR_VER , TYPE , DATA_SIZE , RAW_DATA_ADDR ,
  RAW_DATA_PTR , FIELD_COUNTER
}
 

Public Member Functions

 DebugDirEntryWrapper (PEFile *pe, DebugDirWrapper *rootDir, size_t entryNumber)
 
 ~DebugDirEntryWrapper ()
 
bool wrap ()
 
virtual void * getPtr ()
 
virtual bufsize_t getSize ()
 
virtual QString getName ()
 
virtual size_t getFieldsCount ()
 
virtual size_t getSubFieldsCount ()
 
virtual void * getFieldPtr (size_t fieldId, size_t subField)
 
virtual QString getFieldName (size_t fieldId)
 
virtual Executable::addr_type containsAddrType (size_t fieldId, size_t subField=FIELD_NONE)
 
QString translateType (int type)
 
QString translateFieldContent (size_t fieldId)
 
- Public Member Functions inherited from PENodeWrapper
 PENodeWrapper (PEFile *pe, PENodeWrapper *parent=NULL)
 
 PENodeWrapper (PEFile *pe, PENodeWrapper *parent, size_t entryNumber)
 
virtual ~PENodeWrapper ()
 
PEFilegetPE ()
 
virtual PENodeWrappergetParentNode ()
 
- Public Member Functions inherited from ExeNodeWrapper
 ExeNodeWrapper (Executable *pe, ExeNodeWrapper *parent=NULL)
 
 ExeNodeWrapper (Executable *pe, ExeNodeWrapper *parent, size_t entryNumber)
 
virtual ~ExeNodeWrapper ()
 
virtual void reloadMapping ()
 
virtual ExeNodeWrappergetEntryAt (size_t fieldId)
 
virtual size_t getEntriesCount ()
 
virtual size_t getEntriesNum ()
 
size_t getEntryId ()
 
virtual void * getSubfieldPtr (size_t fieldId, size_t subField)
 
virtual bufsize_t getSubfieldSize (size_t fieldId, size_t subField)
 
virtual QString getSubfieldName (size_t fieldId, size_t subField)
 
virtual bool canAddEntry ()
 
virtual ExeNodeWrapperaddEntry (ExeNodeWrapper *entry)
 
ExeNodeWrappergetLastEntry ()
 
virtual offset_t getNextEntryOffset ()
 
virtual bufsize_t geEntrySize ()
 
virtual bool isValid ()
 
- Public Member Functions inherited from ExeElementWrapper
 ExeElementWrapper (Executable *exe)
 
virtual ~ExeElementWrapper ()
 
virtual bufsize_t getContentSize ()
 
virtual BYTE * getContent ()
 
virtual offset_t getOffset ()
 
virtual offset_t getOffset (void *ptr, bool allowExceptions=false)
 
void * getFieldPtr (size_t fieldId)
 
virtual bufsize_t getFieldSize (size_t fieldId, size_t subField=FIELD_NONE)
 
virtual offset_t getFieldOffset (size_t fieldId, size_t subField=FIELD_NONE)
 
virtual bool hasSubfieldWrapper (size_t parentType)
 
virtual WrappedValue getWrappedValue (size_t fieldId, size_t subField)
 
virtual WrappedValue getWrappedValue (size_t fieldId)
 
virtual WrappedValue::data_type containsDataType (size_t fieldId, size_t subField=FIELD_NONE)
 
virtual uint64_t getNumValue (size_t fieldId, size_t subField, bool *isOk)
 
uint64_t getNumValue (size_t fieldId, bool *isOk)
 
virtual bool setNumValue (size_t fieldId, size_t subField, uint64_t val)
 
bool setNumValue (size_t fieldId, uint64_t val)
 
ExecutablegetExe ()
 
bool isBit64 ()
 
bool isBit32 ()
 
- Public Member Functions inherited from AbstractByteBuffer
 AbstractByteBuffer ()
 
virtual ~AbstractByteBuffer ()
 
virtual bool isTruncated ()
 
virtual bool isResized ()
 
BYTE operator[] (size_t idx)
 
virtual BYTE * getContentAt (offset_t offset, bufsize_t size, bool allowExceptions=false)
 
virtual BYTE * getContentAtPtr (BYTE *ptr, bufsize_t size, bool allowExceptions=false)
 
virtual bool setBufferedValue (BYTE *dstPtr, BYTE *srcPtr, bufsize_t srcSize, bufsize_t paddingSize, bool allowExceptions=false)
 
bool setStringValue (offset_t rawOffset, QString newText)
 
QString getStringValue (offset_t rawOffset, bufsize_t len=BUFSIZE_MAX, bool acceptNonTerminated=false)
 
QString getWStringValue (offset_t rawOffset, bufsize_t len)
 
QString getWAsciiStringValue (offset_t rawOffset, bufsize_t len, bool acceptNonTerminated=false)
 
bufsize_t getMaxSizeFromOffset (offset_t startOffset)
 
bufsize_t getMaxSizeFromPtr (BYTE *ptr)
 
bool isAreaEmpty (offset_t rawOffset, bufsize_t size)
 
bool fillContent (BYTE filling)
 
bool pasteBuffer (offset_t rawOffset, AbstractByteBuffer *buf, bool allowTrunc)
 
bool containsBlock (offset_t rawOffset, bufsize_t size)
 
bool intersectsBlock (offset_t rawOffset, bufsize_t size)
 
uint64_t getNumValue (offset_t offset, bufsize_t size, bool *isOk)
 
bool setNumValue (offset_t offset, bufsize_t size, uint64_t newVal)
 
bool setTextValue (char *textPtr, std::string newText, size_t fieldLimitLen=0)
 
virtual bool resize (bufsize_t newSize)
 
offset_t substFragmentByFile (offset_t offset, bufsize_t contentSize, QFile &fIn)
 

Protected Member Functions

IMAGE_DEBUG_DIRECTORY * debugDir ()
 
BYTE * getDebugStruct ()
 
pe::DEBUG_RSDSI * getRDSI ()
 
pe::DEBUG_NB10 * getNB10 ()
 
- Protected Member Functions inherited from ExeNodeWrapper
size_t getEntriesCount (std::vector< ExeNodeWrapper * > &_entries)
 
ExeNodeWrappergetEntryAt (std::vector< ExeNodeWrapper * > &_entries, size_t fieldId)
 
virtual void clear ()
 
virtual void addMapping (ExeNodeWrapper *entry)
 
virtual bool loadNextEntry (size_t entryNum)
 
virtual ExeNodeWrapperaddEntryAt (ExeNodeWrapper *entry, offset_t nextOffset)
 
virtual bool isMyEntryType (ExeNodeWrapper *entry)
 
- Protected Member Functions inherited from ExeElementWrapper
virtual bool canCopyToOffset (offset_t rawOffset)
 
bool copyToOffset (offset_t rawOffset)
 

Protected Attributes

DebugDirWrapperdbgRootDir
 
- Protected Attributes inherited from PENodeWrapper
PEFilem_PE
 
PENodeWrapperpeParentNode
 
- Protected Attributes inherited from ExeNodeWrapper
ExeNodeWrapperparentNode
 
size_t entryNum
 
std::vector< ExeNodeWrapper * > entries
 
- Protected Attributes inherited from ExeElementWrapper
Executablem_Exe
 

Friends

class DebugDirCVEntryWrapper
 

Additional Inherited Members

- Static Public Member Functions inherited from AbstractByteBuffer
static bool isValid (AbstractByteBuffer *buf)
 

Detailed Description

Definition at line 66 of file DebugDirWrapper.h.

Member Enumeration Documentation

◆ DebugDirFID

Enumerator
NONE 
CHARACTERISTIC 
TIMESTAMP 
MAJOR_VER 
MINOR_VER 
TYPE 
DATA_SIZE 
RAW_DATA_ADDR 
RAW_DATA_PTR 
FIELD_COUNTER 

Definition at line 70 of file DebugDirWrapper.h.

Constructor & Destructor Documentation

◆ DebugDirEntryWrapper()

DebugDirEntryWrapper::DebugDirEntryWrapper ( PEFile * pe,
DebugDirWrapper * rootDir,
size_t entryNumber )
inline

Definition at line 83 of file DebugDirWrapper.h.

Here is the call graph for this function:

◆ ~DebugDirEntryWrapper()

DebugDirEntryWrapper::~DebugDirEntryWrapper ( )
inline

Definition at line 89 of file DebugDirWrapper.h.

Here is the call graph for this function:

Member Function Documentation

◆ containsAddrType()

Executable::addr_type DebugDirEntryWrapper::containsAddrType ( size_t fieldId,
size_t subField = FIELD_NONE )
virtual

Reimplemented from ExeElementWrapper.

Definition at line 105 of file DebugDirWrapper.cpp.

◆ debugDir()

IMAGE_DEBUG_DIRECTORY * DebugDirEntryWrapper::debugDir ( )
inlineprotected

Definition at line 115 of file DebugDirWrapper.h.

Here is the call graph for this function:

◆ getDebugStruct()

BYTE * DebugDirEntryWrapper::getDebugStruct ( )
protected

Definition at line 148 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getFieldName()

QString DebugDirEntryWrapper::getFieldName ( size_t fieldId)
virtual

Implements ExeNodeWrapper.

Definition at line 90 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getFieldPtr()

void * DebugDirEntryWrapper::getFieldPtr ( size_t fieldId,
size_t subField )
virtual

Implements ExeElementWrapper.

Definition at line 72 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getFieldsCount()

virtual size_t DebugDirEntryWrapper::getFieldsCount ( )
inlinevirtual

Implements ExeElementWrapper.

Definition at line 103 of file DebugDirWrapper.h.

◆ getName()

virtual QString DebugDirEntryWrapper::getName ( )
inlinevirtual

Implements ExeElementWrapper.

Definition at line 96 of file DebugDirWrapper.h.

Here is the call graph for this function:

◆ getNB10()

pe::DEBUG_NB10 * DebugDirEntryWrapper::getNB10 ( )
protected

Definition at line 175 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getPtr()

void * DebugDirEntryWrapper::getPtr ( )
virtual

Implements ExeElementWrapper.

Definition at line 61 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getRDSI()

DEBUG_RSDSI * DebugDirEntryWrapper::getRDSI ( )
protected

Definition at line 160 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getSize()

bufsize_t DebugDirEntryWrapper::getSize ( )
virtual

Implements ExeElementWrapper.

Definition at line 66 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ getSubFieldsCount()

virtual size_t DebugDirEntryWrapper::getSubFieldsCount ( )
inlinevirtual

Reimplemented from ExeNodeWrapper.

Definition at line 104 of file DebugDirWrapper.h.

◆ translateFieldContent()

QString DebugDirEntryWrapper::translateFieldContent ( size_t fieldId)
virtual

Reimplemented from ExeElementWrapper.

Definition at line 138 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

◆ translateType()

QString DebugDirEntryWrapper::translateType ( int type)

Definition at line 114 of file DebugDirWrapper.cpp.

◆ wrap()

bool DebugDirEntryWrapper::wrap ( )
virtual

Reimplemented from ExeNodeWrapper.

Definition at line 52 of file DebugDirWrapper.cpp.

Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ DebugDirCVEntryWrapper

friend class DebugDirCVEntryWrapper
friend

Definition at line 127 of file DebugDirWrapper.h.

Member Data Documentation

◆ dbgRootDir

DebugDirWrapper* DebugDirEntryWrapper::dbgRootDir
protected

Definition at line 125 of file DebugDirWrapper.h.


The documentation for this class was generated from the following files: