contributing: Clarify which executable should be opened in IDA/Ghidra

This commit is contained in:
Léo Lam 2022-02-03 23:41:10 +01:00
parent 154852b763
commit 0b5693c100
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741

View File

@ -45,7 +45,8 @@ CLion interacts with CMake directly, so you need to make sure CLion's build prof
## How to decompile
0. Open the executable in the disassembler of your choice.
0. Open the NSO executable in the disassembler of your choice.
* If you are using IDA, make sure you have the [NSO loader](https://github.com/reswitched/loaders) set up first!
1. **Pick a function that you want to decompile.**
* Prefer choosing a function that you understand or that is already named in your IDA/Ghidra database.