Updated Decompiling a function (markdown)

AnonymousRandomPerson
2024-08-02 21:31:46 -04:00
parent d6fa29b45d
commit 6471e45aab

@@ -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.