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.