std::unordered_map<std::string, std::string> image_guids_;if this is more than like 8 items large i think we should use a more performant map, say absl::flat_hash_map or whatever it's called
L"advapi32.dll"};in system32: ntoskrnl.exe, dbghelp.dll, user32.dll, apphelp.dll
in chrome: libEGL.dll, libGLESv2.dll, dxil.dll, dxcompiler.dll, vulkan-1.dll, maybe also the other ones
// ⭐⭐⭐ TODO: do we also need age? it's needed to pull symbolsare you typing these stars
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
image_guids.emplace(entry.key(), entry.value());keep in mind that these are gonna be NT kernel pathes (start with `\HardDisk0\` or whatedver)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |