Unfinished work

This commit is contained in:
Xpl0itU 2023-07-18 12:27:23 +02:00
commit 0a319d80d8
21 changed files with 3257 additions and 0 deletions

3
cdecrypt/cdecrypt.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
int cdecrypt_main(int argc, char **argv);