add: elements of strings are now 1 byte, string encryption for Windows APIs, fix: nullptr

This commit is contained in:
2024-08-24 19:32:57 +02:00
parent e5603117d4
commit 5e230e1e02
4 changed files with 70 additions and 27 deletions

View File

@@ -5,6 +5,9 @@
#include <Windows.h>
extern HANDLE _crt_heap_;
#define KEY 5
char* PCAESAR_DECRYPT(char* in);
#endif
void* malloc_(size_t _Size);