/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/dbg/historycontext.h
12 строк
239 B
Duncan Ogilvie
Implement StepIntoUser and StepIntoSystem helper functions
23 фев 2023, 03:23
23 фев 2023, 03:23
e00ccff
Код
Авторство
О чём код?
#ifndef HISTORYCONTEXT_H #define HISTORYCONTEXT_H #include "_global.h" #include "TitanEngine/TitanEngine.h" void HistoryRecord(); void HistoryRestore(); void HistoryClear(); bool HistoryIsEmpty(); #endif //HISTORY_CONTEXT_H