mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-13 13:57:25 -05:00
Updated Decompiling a function (markdown)
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user