addBoundImport(const std::string &strModuleName, dword dwTds, word dwOmn, word wWfr) | BoundImportDirectory | |
addForwardedModule(dword dwBidnr, const std::string &name, dword timeStamp=0, word offsetModuleName=0, word forwardedModules=0) (defined in BoundImportDirectory) | BoundImportDirectory | |
calcNumberOfModuleForwarderRefs(dword dwBidnr) const (defined in BoundImportDirectory) | BoundImportDirectory | |
clear() | BoundImportDirectory | |
getModuleIndex(const std::string &strModuleName) const | BoundImportDirectory | |
getModuleName(dword dwBidnr) const | BoundImportDirectory | |
getModuleName(dword dwBidnr, dword forwardedModule) const (defined in BoundImportDirectory) | BoundImportDirectory | |
getNumberOfModuleForwarderRefs(dword dwBidnr) const | BoundImportDirectory | |
getNumberOfModuleForwarderRefs(dword dwBidnr, dword forwardedModule) const (defined in BoundImportDirectory) | BoundImportDirectory | |
getNumberOfModules() const | BoundImportDirectory | |
getOffsetModuleName(dword dwBidnr) const | BoundImportDirectory | |
getOffsetModuleName(dword dwBidnr, dword forwardedModule) const (defined in BoundImportDirectory) | BoundImportDirectory | |
getTimeDateStamp(dword dwBidnr) const | BoundImportDirectory | |
getTimeDateStamp(dword dwBidnr, dword forwardedModule) const (defined in BoundImportDirectory) | BoundImportDirectory | |
m_vIbd | BoundImportDirectory | [private] |
read(const std::string &strFileName, dword dwOffset, dword dwSize) | BoundImportDirectory | |
rebuild(std::vector< byte > &vBuffer, bool fMakeValid=true) const | BoundImportDirectory | |
removeBoundImport(const std::string &strModuleName) | BoundImportDirectory | |
removeForwardedModule(dword dwBidnr, word forwardedModule) (defined in BoundImportDirectory) | BoundImportDirectory | |
setModuleName(dword dwBidnr, const std::string &strModuleName) | BoundImportDirectory | |
setModuleName(dword dwBidnr, dword forwardedModule, const std::string &strModuleName) (defined in BoundImportDirectory) | BoundImportDirectory | |
setNumberOfModuleForwarderRefs(dword dwBidnr, word wMfr) | BoundImportDirectory | |
setNumberOfModuleForwarderRefs(dword dwBidnr, dword forwardedModule, word wMfr) (defined in BoundImportDirectory) | BoundImportDirectory | |
setOffsetModuleName(dword dwBidnr, word wOmn) | BoundImportDirectory | |
setOffsetModuleName(dword dwBidnr, dword forwardedModule, word wOmn) (defined in BoundImportDirectory) | BoundImportDirectory | |
setTimeDateStamp(dword dwBidnr, dword dwTds) | BoundImportDirectory | |
setTimeDateStamp(dword dwBidnr, dword forwardedModule, dword dwTds) (defined in BoundImportDirectory) | BoundImportDirectory | |
size() const | BoundImportDirectory | |
write(const std::string &strFilename, dword dwOffset, bool fMakeValid=true) const | BoundImportDirectory | |