From 6471e45aabd0fcd868ddcde0be52d46c9e83b263 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Fri, 2 Aug 2024 21:31:46 -0400 Subject: [PATCH] Updated Decompiling a function (markdown) --- Decompiling-a-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decompiling-a-function.md b/Decompiling-a-function.md index 3720275..d735d0a 100644 --- a/Decompiling-a-function.md +++ b/Decompiling-a-function.md @@ -284,7 +284,7 @@ The example function in this guide shows the overall process of decompiling a fu * Play with the structure of conditionals and loops. * Surround parts of the function with no-op `do while(0)` loops. -## Permuter +### Permuter Another option for dealing with regswaps is the [decomp permuter](https://github.com/simonlindholm/decomp-permuter). This program will randomly change a function with some of the regswap tricks above to try matching the function. For pmd-sky, there are a couple of steps to set up the permuter.