1
0
Fork 0

DBG: Don't show pointless module size in ModLoad

This commit is contained in:
Duncan Ogilvie 2017-12-19 04:08:23 +01:00
parent 995153cfc0
commit a9782ac6c6
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 0 additions and 2 deletions

View File

@ -257,8 +257,6 @@ bool ModLoad(duint Base, duint Size, const char* FullPath)
Size = GetPE32DataFromMappedFile(info.fileMapVA, 0, UE_SIZEOFIMAGE);
info.size = Size;
dprintf("Module Size: %08X\n", info.size);
}
else
{