mandiant / speakeasy

Windows kernel and user mode emulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wildcard search not finding directories

mwilliams31 opened this issue · comments

A call like FindFirstFileW("C:\*", X) doesn't find a result despite the default config specifying the file path c:\programdata\mydir\myfile.bin. Improve the search capability to find directories specified in configuration file paths.