From cf50531807a125a47ec03044b3cd09d9eaf15c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 21 Aug 2020 12:30:15 +0200 Subject: [PATCH] readme: Add binutils-aarch64-linux-gnu to the list of dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c03b6c41..98b8cbeb 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Using a decompiler such as Hex-Rays or Ghidra is strongly recommended. You'll also need: +* aarch64 binutils (Debian/Ubuntu package: `binutils-aarch64-linux-gnu`) * pip (for the diff script) * The original 1.5.0 `main` executable, converted to ELF format with [nx2elf](https://github.com/shuffle2/nx2elf). * Copy it to data/main.elf -- it is used for the diff script and other tools.