Add running order to readme

This commit is contained in:
zaksabeast 2022-01-08 08:44:43 -06:00
parent 5b64c07277
commit 4f22f17725

View File

@ -12,9 +12,18 @@ Features:
These have been built over time for my personal use as needs came up, so results may vary and improvements can be made. If you run into a situation where these don't work as intended, I would happily accept a PR.
## Running order
My preferred order to run these is:
1. Label svcs
1. Label handles
1. Label ipc functions
1. Set tls type
## Credits
Thanks to:
- [3dbrew](https://www.3dbrew.org/wiki/Services_API) for almost everything in the services.py file
- [3dbrew](https://www.3dbrew.org/wiki/Services_API) for almost everything in the ctr_services.py file
- HackOvert for [their ghidra snippets](https://github.com/HackOvert/GhidraSnippets)