created installer
Created an installer which can create secure folders, create a background process and downloa the main applications files.
This commit is contained in:
@@ -10,5 +10,8 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include <windows.h>
|
||||
#include <sddl.h>
|
||||
#include <stdio.h>
|
||||
int protect_file(char* path);
|
||||
int unprotect_file(char* path);
|
||||
Reference in New Issue
Block a user