Decompile memaFree

This commit is contained in:
Ryan Dwyer
2021-10-30 10:16:13 +10:00
parent 6ecd5fa063
commit 2143bef1df
9 changed files with 20 additions and 27 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ The decomp project wraps all decompiled piracy checks in `#if PIRACYCHECKS` stat
**What It Checks:** Checksums `lvInit` to make sure it hasn't been modified.
**Payload:** Nops `func00012914` entirely. Unsure what effect this has. This means any time that function is called it'll flow into the following function, which just returns.
**Payload:** Nops `_memaFree` entirely, so any time that function is called it'll flow into the following function, which just returns. The effect this has is that the system is unable to free individual mema allocations which makes it more likely to run out of memory.
---