/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/cross/debugger/core/LinuxArchitecture.h
9 строк
238 B
3rdit
extern c null ptr guards, thread-safe quirks, removed [[maybe_unused]], tried formatting again
13 апр 2026, 12:53
Не верифицирован
13 апр 2026, 12:53
eb28c69
Код
Авторство
О чём код?
#pragma once #include <Disassembler/Architecture.h> struct LinuxArchitecture : Architecture { [[nodiscard]] bool disasm64() const override { return true; } [[nodiscard]] bool addr64() const override { return true; } };