We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9abcf commit 9116a26Copy full SHA for 9116a26
src/uimports.cpp
@@ -106,7 +106,7 @@ static BOOL UPDATE_IMPORTS_XX(HANDLE hProcess,
106
}
107
108
109
- if (inh.IMPORT_DIRECTORY.VirtualAddress == 0 && inh.IMPORT_DIRECTORY.Size == 0) {
+ if (inh.IMPORT_DIRECTORY.VirtualAddress != 0 && inh.IMPORT_DIRECTORY.Size == 0) {
110
111
// Don't worry about changing the PE file,
112
// because the load information of the original PE header has been saved and will be restored.
0 commit comments