/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/utility/obf.h
13 строк
158 B
PatTheMav
frontend: Add renamed UI utility classes and functions
08 янв 2025, 19:33
08 янв 2025, 19:33
d846b0b
Код
Авторство
О чём код?
#pragma once #include <stdint.h> #ifdef __cplusplus extern "C" { #endif extern void deobfuscate_str(char *str, uint64_t val); #ifdef __cplusplus } #endif