Umar Farook (ir2re)
Umar Farook (ir2re)
can anyone point me why filename is empty ? **Function:** https://github.com/tklengyel/drakvuf/blob/a6a6f302afbcb7535b7d9adaf0348a588152f43a/src/plugins/filedelete/filedelete.cpp#L192 **Filename** https://github.com/tklengyel/drakvuf/blob/a6a6f302afbcb7535b7d9adaf0348a588152f43a/src/plugins/filedelete/filedelete.cpp#L208 **Reference:** https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/wdm/ns-wdm-_file_object 
Sample Code ``` let mut map = SysnoMap:: i32>::new(); let sys_no = syscalls::x86::Sysno::from(0x10); map.insert(sys_no, || 1); ``` Error: ```expected enum `syscalls::Sysno`, found enum `syscalls::x86::Sysno```