An application to monitor/log Windows System Calls in order to understand malicious behaviour.
- Visual Studio Code
- Windows 32bit system
- [Microsoft Detours Library] (https://github.com/Microsoft/Detours)
- [API Hooking] (https://www.codeproject.com/Articles/30140/API-Hooking-with-MS-Detours)
- [Peering Into PE] (http://bytepointer.com/resources/pietrek_peering_inside_pe.htm)
- [Microsoft Docs] (https://docs.microsoft.com/en-us/windows/desktop/winmsg/)
- Microsoft Error Codes
- Microsoft DLL Walkthrough
- PE Dump Library