mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
16 lines
340 B
ReStructuredText
16 lines
340 B
ReStructuredText
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;
|
|
};
|