/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/tests/membp/issue.txt
14 строк
473 B
Duncan Ogilvie
Add tests for memory breakpoints
23 мар 2026, 14:45
23 мар 2026, 14:45
95309a4
Код
Авторство
О чём код?
Operating System Irrelevant x64dbg Version Oct 28 22, 15:36:59 Describe the issue Memory access BP aligns to the beginning of a continuous memory region instead of an actually selected range or at least mem page. Steps to reproduce star debugging attached file. Stop at module entry point. plase mem access bp on rva +0x2000 (it is an exported symbol "____") run instead of stopping at +0x1013 (where mov reg, byte [+0x2000] is) it stops at each instruction