danielplohmann / apiscout

This project aims at simplifying Windows API import recovery on arbitrary memory dumps
BSD 2-Clause "Simplified" License
239 stars 41 forks source link

Bug not processing uppercase extension (.DLL,.DRV...) #27

Closed Dump-GUY closed 3 years ago

Dump-GUY commented 3 years ago

There are plenty of libraries which are all in uppercase. These dlls are not processed and are skipped. examples: WSHTCPIP.DLL, IPHLPAPI.DLL etc...

danielplohmann commented 3 years ago

good catch, thx!