/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libobs/util/windows/obfuscate.h
16 строк
314 B
Richard Stanway
libobs, win-capture: Don't export ms_get_obfuscated_func
07 авг 2022, 20:41
Не верифицирован
07 авг 2022, 20:41
86963f6
Код
Авторство
О чём код?
#pragma once #include "../c99defs.h" #include <Windows.h> #ifdef __cplusplus extern "C" { #endif /* this is a workaround to A/Vs going crazy whenever certain functions (such as * OpenProcess) are used */ void *ms_get_obfuscated_func(HMODULE module, const char *str, uint64_t val); #ifdef __cplusplus } #endif