├── Anti suspend.sln ├── Anti suspend ├── Anti suspend.cpp ├── Anti suspend.vcxproj ├── Anti suspend.vcxproj.filters ├── Anti suspend.vcxproj.user ├── NtApiDef.h ├── Struct.h ├── lazy_importer.hpp └── remote_protect.h ├── LICENSE └── README.md /Anti suspend.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend.sln -------------------------------------------------------------------------------- /Anti suspend/Anti suspend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/Anti suspend.cpp -------------------------------------------------------------------------------- /Anti suspend/Anti suspend.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/Anti suspend.vcxproj -------------------------------------------------------------------------------- /Anti suspend/Anti suspend.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/Anti suspend.vcxproj.filters -------------------------------------------------------------------------------- /Anti suspend/Anti suspend.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/Anti suspend.vcxproj.user -------------------------------------------------------------------------------- /Anti suspend/NtApiDef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/NtApiDef.h -------------------------------------------------------------------------------- /Anti suspend/Struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/Struct.h -------------------------------------------------------------------------------- /Anti suspend/lazy_importer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/lazy_importer.hpp -------------------------------------------------------------------------------- /Anti suspend/remote_protect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/Anti suspend/remote_protect.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ahora57/Anti_suspend/HEAD/README.md --------------------------------------------------------------------------------