Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void CMappedModule::bindModule() {
- for(const CImportModule& mod : mParsedModule.getImportModules()) {
- CModule module(mod.getModuleName());
- mod.bindImports(mBaseOfDll, mMemory, module);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment