Cromon

CMappedModule.cpp

Oct 18th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1.     void CMappedModule::bindModule() {
  2.         for(const CImportModule& mod : mParsedModule.getImportModules()) {
  3.             CModule module(mod.getModuleName());
  4.             mod.bindImports(mBaseOfDll, mMemory, module);
  5.         }
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment