mandiant / speakeasy

Windows kernel and user mode emulation.
MIT License
1.53k stars 232 forks source link

Fix potential ZwMapViewOfSection and GetKeyboardLayoutList bugs and add support for SystemCodeInformation class #226

Closed stonerhash closed 1 year ago

stonerhash commented 1 year ago

Modified ZwMapViewOfSection in order to use win_perms_to_emu_perms to successfully map Windows permission to emulation engine permissions. Definition of win_perms_to_emu_perms is also added

stonerhash commented 1 year ago

would you accept the formatting changes and then i'm happy to merge? thank you!

Of course! Thank you for the changes