mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
[FEATURE] In PEFile : added wrapper function for getDelayedImports
This commit is contained in:
@@ -103,6 +103,11 @@ public:
|
||||
{
|
||||
return dynamic_cast<ImportDirWrapper*>(getWrapper(PEFile::WR_DIR_ENTRY + pe::DIR_IMPORT));
|
||||
}
|
||||
|
||||
DelayImpDirWrapper* getDelayedImports()
|
||||
{
|
||||
return dynamic_cast<DelayImpDirWrapper*>(getWrapper(PEFile::WR_DIR_ENTRY + pe::DIR_DELAY_IMPORT));
|
||||
}
|
||||
|
||||
BufferView* createSectionView(size_t secNum);
|
||||
//---
|
||||
|
||||
Reference in New Issue
Block a user