├── Beep.cpp ├── BeepAPIisHook.cpp ├── Check-Inter-VT.cpp ├── CheckParentProcess.cpp ├── MonitorSyscalls.cs ├── README.md └── atomicSleep.cpp /Beep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/Beep.cpp -------------------------------------------------------------------------------- /BeepAPIisHook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/BeepAPIisHook.cpp -------------------------------------------------------------------------------- /Check-Inter-VT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/Check-Inter-VT.cpp -------------------------------------------------------------------------------- /CheckParentProcess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/CheckParentProcess.cpp -------------------------------------------------------------------------------- /MonitorSyscalls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/MonitorSyscalls.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/README.md -------------------------------------------------------------------------------- /atomicSleep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/INotGreen/Check-SandBox/HEAD/atomicSleep.cpp --------------------------------------------------------------------------------