/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/Callbacks/plugcbloadsavedb.rst
16 строк
340 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
PLUG_CB_LOADSAVEDB ================== Load or save data to database. Data is retrieved or stored or retrieved in a JSON format: Two constants are defined in the _plugins.h file for the loadSaveType: PLUG_DB_LOADSAVE_DATA PLUG_DB_LOADSAVE_ALL :: struct PLUG_CB_LOADSAVEDB { json_t* root; int loadSaveType; };