From 0b5693c100b8643400fa8776f1a29be1bb4547a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Thu, 3 Feb 2022 23:41:10 +0100 Subject: [PATCH] contributing: Clarify which executable should be opened in IDA/Ghidra --- Contributing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index ed8e4560..62d9533a 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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.