UI: Add obfuscation func

You could also say..  obs-fuscation.
This commit is contained in:
jp9000
2019-02-06 22:29:52 -08:00
parent 08fb29a035
commit ccc64df371
3 changed files with 42 additions and 0 deletions

13
UI/obf.h Normal file
View File

@@ -0,0 +1,13 @@
#pragma once
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern void deobfuscate_str(char *str, uint64_t val);
#ifdef __cplusplus
}
#endif