/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/API/debugskipexceptions.rst
21 строка
521 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
=========================== _plugin_debugskipexceptions =========================== This function returns sets if the debugger should skip first-chance exceptions. This is useful when creating unpackers or other plugins that run the debuggee. :: void _plugin_debugskipexceptions( bool skip //skip flag ); ---------- Parameters ---------- :skip: Flag if we need to skip first-chance exceptions or not. ------------- Return Values ------------- This function does not return a value.