mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 04:08:00 -05:00
core: Track load offsets of NSO modules
Needed for backtrace decomposition
This commit is contained in:
@ -164,6 +164,9 @@ std::optional<VAddr> AppLoader_NSO::LoadModule(Kernel::Process& process,
|
||||
// Register module with GDBStub
|
||||
GDBStub::RegisterModule(file.GetName(), load_base, load_base);
|
||||
|
||||
// Register module for ARMInterface with System
|
||||
Core::System::GetInstance().RegisterNSOModule(file.GetName(), load_base);
|
||||
|
||||
return load_base + image_size;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user