/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/Structures/setupstruct.rst
16 строк
518 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
================ PLUG_SETUPSTRUCT ================ This structure is used by the function that allows the creation of plugin menu entries: :: struct PLUG_SETUPSTRUCT { //data provided by the debugger to the plugin. [IN] HWND hwndDlg; //GUI window handle [IN] int hMenu; //plugin menu handle [IN] int hMenuDisasm; //plugin disasm menu handle [IN] int hMenuDump; //plugin dump menu handle [IN] int hMenuStack; //plugin stack menu handle };