mirror of
https://github.com/vxcontrol/MemoryModule.git
synced 2026-07-21 14:16:03 -04:00
Merge pull request #22 from dismantl/findresource-bugfix
small fix relating to searching memory-loaded modules for named resources
This commit is contained in:
+1
-1
@@ -633,7 +633,7 @@ static PIMAGE_RESOURCE_DIRECTORY_ENTRY _MemorySearchResourceEntry(
|
||||
int searchKeyLength = 0;
|
||||
#endif
|
||||
start = 0;
|
||||
end = resources->NumberOfIdEntries;
|
||||
end = resources->NumberOfNamedEntries;
|
||||
while (end > start) {
|
||||
// resource names are always stored using 16bit characters
|
||||
int cmp;
|
||||
|
||||
Reference in New Issue
Block a user