obf.h 158 B

12345678910111213
  1. #pragma once
  2. #include <stdint.h>
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. extern void deobfuscate_str(char *str, uint64_t val);
  7. #ifdef __cplusplus
  8. }
  9. #endif