mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 00:59:51 -06:00
Update TamperMachine and disable write-to-code prevention (#2506)
* Enable write to memory and improve logging * Update tamper machine opcodes and improve reporting * Add Else support * Add missing private statement
This commit is contained in:
@ -20,6 +20,16 @@ namespace Ryujinx.HLE.HOS.Tamper
|
||||
/// <summary>
|
||||
/// The address of the heap, as determined by the kernel.
|
||||
/// </summary>
|
||||
Heap = 0x1
|
||||
Heap = 0x1,
|
||||
|
||||
/// <summary>
|
||||
/// The address of the alias region, as determined by the kernel.
|
||||
/// </summary>
|
||||
Alias = 0x2,
|
||||
|
||||
/// <summary>
|
||||
/// The address of the code region with address space layout randomization included.
|
||||
/// </summary>
|
||||
Asrl = 0x3,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user