/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/dbg/commands/cmd-analysis.h
21 строка
824 B
Duncan Ogilvie
DBG: implement symunload command
19 июн 2019, 01:12
Не верифицирован
19 июн 2019, 01:12
80d84e7
Код
Авторство
О чём код?
#pragma once #include "command.h" bool cbInstrAnalyse(int argc, char* argv[]); bool cbInstrExanalyse(int argc, char* argv[]); bool cbInstrCfanalyse(int argc, char* argv[]); bool cbInstrAnalyseNukem(int argc, char* argv[]); bool cbInstrAnalxrefs(int argc, char* argv[]); bool cbInstrAnalrecur(int argc, char* argv[]); bool cbInstrAnalyseadv(int argc, char* argv[]); bool cbInstrVirtualmod(int argc, char* argv[]); bool cbDebugDownloadSymbol(int argc, char* argv[]); bool cbDebugLoadSymbol(int argc, char* argv[]); bool cbDebugUnloadSymbol(int argc, char* argv[]); bool cbInstrImageinfo(int argc, char* argv[]); bool cbInstrGetRelocSize(int argc, char* argv[]); bool cbInstrExhandlers(int argc, char* argv[]); bool cbInstrExinfo(int argc, char* argv[]); bool cbInstrTraceexecute(int argc, char* argv[]);