├── Disk_Part.cpp ├── LICENSE ├── README.md ├── syscals.c ├── syscals.h └── syscalsx64stubs.asm /Disk_Part.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Offensive-Panda/on-disk-detection-bypass/HEAD/Disk_Part.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Offensive-Panda/on-disk-detection-bypass/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Offensive-Panda/on-disk-detection-bypass/HEAD/README.md -------------------------------------------------------------------------------- /syscals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Offensive-Panda/on-disk-detection-bypass/HEAD/syscals.c -------------------------------------------------------------------------------- /syscals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Offensive-Panda/on-disk-detection-bypass/HEAD/syscals.h -------------------------------------------------------------------------------- /syscalsx64stubs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Offensive-Panda/on-disk-detection-bypass/HEAD/syscalsx64stubs.asm --------------------------------------------------------------------------------