An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
354 matches across 8 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/conf.py | 1 | # -*- coding: utf-8 -*- |
| LOW | docs/conf.py | 61 | copyright = u'2016, x64dbg' |
| LOW | docs/conf.py | 81 | # non-false value, then it is used: |
| LOW | docs/conf.py | 101 | # add_function_parentheses = True |
| LOW | docs/conf.py | 141 | # |
| LOW | docs/conf.py | 161 | # The name of an image file (relative to this directory) to use as a favicon of |
| LOW | docs/conf.py | 181 | # |
| LOW | docs/conf.py | 201 | |
| LOW | docs/conf.py | 221 | |
| LOW | docs/conf.py | 241 | # |
| LOW | docs/conf.py | 261 | # 'pointsize': '10pt', |
| LOW | docs/conf.py | 281 | # the title page. |
| LOW | docs/conf.py | 321 | # -- Options for Texinfo output ------------------------------------------- |
| LOW | .github/FUNDING.yml | 1 | # These are supported funding model platforms |
| LOW | src/dbg_assert.h | 21 | // Dispatching macros |
| LOW | src/dbg_assert.h | 41 | #define ASSERT_FALSE2(expr, message) assert(!(expr) && (message)) |
| LOW | src/dbg_assert.h | 61 | // Trigger an exception if expression is not a nullptr |
| LOW | src/dbg_types.h | 1 | #ifndef _DBG_TYPES_H_ |
| LOW | src/launcher/x64dbg_launcher.cpp | 1 | #define UNICODE |
| LOW | src/bridge/bridgemain.cpp | 761 | |
| LOW | src/bridge/bridgemain.cpp | 821 | #define x87STATUSWORD_FLAG_I 0x1 |
| LOW | src/bridge/bridgemain.h | 1 | #ifndef _BRIDGEMAIN_H_ |
| LOW | src/bridge/bridgemain.h | 21 | #ifdef _WIN64 |
| LOW | src/bridge/bridgemain.h | 61 | BRIDGE_IMPEXP HMODULE BridgeLoadLibraryCheckedA(const char* szDll, bool allowFailure); |
| LOW | src/bridge/bridgemain.h | 81 | /// <summary> |
| LOW | src/bridge/bridgemain.h | 101 | /// <param name="value">Output value.</param> |
| LOW | src/bridge/bridgemain.h | 121 | BRIDGE_IMPEXP bool BridgeSettingSetUint(const char* section, const char* key, duint value); |
| LOW | src/bridge/bridgemain.h | 141 | |
| LOW | src/bridge/bridgemain.h | 161 | /// Returns the user directory (without trailing backslash). |
| LOW | src/bridge/bridgemain.h | 181 | { |
| LOW | src/bridge/bridgemain.h | 1121 | /// <summary> |
| LOW | src/bridge/bridgemain_checker.c | 1 | #include "bridgemain.h" |
| LOW | src/dbg/_plugins.h | 1 | #ifndef _PLUGINS_H |
| LOW | src/dbg/memory.cpp | 1 | /** |
| LOW | src/dbg/TraceRecord.cpp | 1 | #include "TraceRecord.h" |
| LOW | src/dbg/_global.h | 1 | #pragma once |
| LOW | src/dbg/_global.h | 21 | #include "stringutils.h" |
| LOW | src/dbg/breakpoint.h | 1 | #pragma once |
| LOW | src/dbg/module.cpp | 1 | #include "ntdll/ntdll.h" |
| LOW | src/dbg/x64dbg.cpp | 1 | /** |
| LOW | src/dbg/x64dbg.cpp | 21 | #include "_exports.h" |
| LOW | src/dbg/stringutils.h | 1 | #ifndef _STRINGUTILS_H |
| LOW | src/dbg/threading.h | 21 | // |
| LOW | src/dbg/_apichecker.c | 1 | // HACK: pretend we are in the same environment as a plugin |
| LOW | src/dbg/_scriptapi.h | 1 | #ifndef _SCRIPT_API_H |
| LOW | src/dbg/exprfunc.cpp | 1 | #include "exprfunc.h" |
| LOW | src/dbg/bridgemain.h | 1 | // NOTE: this file is only here to make _apichecker.c compile |
| LOW | src/dbg/database.cpp | 1 | /** |
| LOW | src/dbg/_dbgfunctions.cpp | 1 | /** |
| LOW | src/dbg/_dbgfunctions.cpp | 21 | #include "stringformat.h" |
| LOW | src/dbg/value.cpp | 1 | /** |
| LOW | src/dbg/database.h | 21 | #endif // _DATABASE_H |
| LOW | src/dbg/symbolsourcebase.h | 1 | #pragma once |
| LOW | src/dbg/debugger.cpp | 1 | /** |
| LOW | src/dbg/debugger.cpp | 21 | #include "module.h" |
| LOW | src/dbg/stackinfo.cpp | 1 | /** |
| LOW | src/dbg/plugin_loader.cpp | 1 | /** |
| LOW | src/dbg/debugger.h | 1 | #ifndef _DEBUGGER_H |
| LOW | src/dbg/murmurhash.cpp | 1 | //----------------------------------------------------------------------------- |
| LOW | src/dbg/_scriptapi_misc.h | 1 | #ifndef _SCRIPTAPI_MISC_H |
| 222 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/test/screenreader/ui_dump.py | 25 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 33 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 38 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 44 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 68 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 74 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 80 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 90 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 100 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 106 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 113 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 351 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 356 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 362 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 548 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 554 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 559 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 568 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 574 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 579 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 588 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 594 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 599 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 608 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 614 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 619 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 655 | except Exception as exc: |
| LOW | src/test/screenreader/ui_dump.py | 663 | except Exception as exc: |
| LOW | src/test/screenreader/ui_dump.py | 671 | except Exception as exc: |
| LOW | src/test/screenreader/ui_dump.py | 680 | except Exception as exc: |
| LOW | src/test/screenreader/ui_dump.py | 127 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 134 | except Exception as exc: |
| LOW | src/test/screenreader/ui_dump.py | 162 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 193 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 221 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 257 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 307 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 386 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 398 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 518 | except Exception: |
| LOW | src/test/screenreader/ui_dump.py | 642 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 39 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 60 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 74 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 90 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 94 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 112 | except Exception as exc: |
| LOW | src/test/screenreader/screenreader_check.py | 134 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 138 | except Exception: |
| LOW | src/test/screenreader/screenreader_check.py | 148 | except Exception as exc: |
| LOW | src/test/screenreader/ui_common.py | 22 | except Exception: |
| LOW | src/test/screenreader/ui_common.py | 30 | except Exception: |
| LOW | src/cross/remote_server/main.py | 64 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/dbg/analysis/FunctionPass.cpp | 76 | // Step 1: Use any defined functions in the PE function table |
| LOW | src/dbg/analysis/FunctionPass.cpp | 81 | // Step 2: for each block that contains a CALL flag, |
| LOW | src/dbg/analysis/FunctionPass.cpp | 116 | // Step 3: Sort and remove duplicates |
| LOW | src/dbg/analysis/FunctionPass.cpp | 122 | // Step 4: Find function ends |
| LOW | src/dbg/analysis/FunctionPass.cpp | 127 | // Step 5: Find all orphaned blocks and repeat analysis process |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/gui/Src/ThirdPartyLibs/md4c/md4c.c | 2541 | #define MD_MARK_OPENER 0x04 /* Definitely opener. */ |
| MEDIUM | src/gui/Src/ThirdPartyLibs/md4c/md4c.c | 2542 | #define MD_MARK_CLOSER 0x08 /* Definitely closer. */ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/format/AStyleHelper.py | 9 | |
| LOW | src/test/screenreader/ui_dump.py | 1 | |
| LOW | src/test/screenreader/screenreader_check.py | 1 | |
| LOW | src/test/screenreader/ui_common.py | 1 | |
| LOW | src/tests/run.py | 1 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | docs/conf.py | 6 | # This file is execfile()d with the current directory set to its |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/format/AStyleHelper.py | 169 | |
| LOW | .github/format/AStyleHelper.py | 309 | |
| LOW | src/test/screenreader/ui_dump.py | 131 | |
| LOW | src/test/screenreader/ui_dump.py | 421 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/test/screenreader/ui_dump.py | 244 | def _dump_visible_table_by_dataitems( |
| LOW | src/tests/run.py | 171 | def ensure_debug_engine_runtime(headless: Path, engine: str) -> None: |