Skip to content

Persistence in C building blocks based off of a never-ending service

Notifications You must be signed in to change notification settings

cantwont/persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Persistence in C

This C program installs a customizable Windows service with high-level privileges under the LocalSystem account. The service can be configured with any name and description as needed. It continuously runs in the background and is designed to simulate critical system functionality. You can use this to automatically start an executabale file you want whenever the system is rebooted.

Key Features:

  • Customizable Service Name & Description: You can easily modify the name and description of the service to suit your use case.
  • Automatic System Crash on Stop Attempt: If the service receives a stop or restart command, it triggers a Blue Screen of Death (BSOD), preventing it from being stopped by regular means.
  • Service Auto-Start: The service starts automatically when the system boots and runs with system-level privileges.

The only possible way to delete this service is by first turning off Automatic Start-Up in the Services app, restarting the machine, and then deleting wherever the executable is stored.

video.mp4

About

Persistence in C building blocks based off of a never-ending service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published