dmnt: reload modules on NRO load/unload

This commit is contained in:
Michael Scire 2021-07-22 06:01:07 -07:00 committed by SciresM
parent d216a77187
commit 534c2c76f5
3 changed files with 41 additions and 2 deletions

View file

@ -155,6 +155,9 @@ namespace ams::dmnt {
}
Result DebugProcess::CollectModules() {
/* Reset our module count. */
m_module_count = 0;
/* Traverse the address space, looking for modules. */
uintptr_t address = 0;