From 2523fcdf37afc38bcb81a4aa7aa5db487d9a7b92 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sun, 26 May 2024 19:26:48 -0300 Subject: [PATCH] remove dead mat dark theme link --- handbook/vol2/chap2_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/vol2/chap2_1.md b/handbook/vol2/chap2_1.md index a5bcb61..4716f88 100644 --- a/handbook/vol2/chap2_1.md +++ b/handbook/vol2/chap2_1.md @@ -27,7 +27,7 @@ First, [download Ghidra](https://ghidra-sre.org/) and install it on your machine ![Image showing the project page of Ghidra](/assets/handbook/vol2/ghidra_start.png) -> :information_source: The dark theme used is [Mat Dark](https://cdn.discordapp.com/attachments/651480005536383009/1186912004775092345/Mat_Dark_Theme.theme) +> :information_source: You can switch themes by going in `Edit > Theme > Switch...` Now, drag Geometry Dash's binary (e.g. `GeometryDash.exe`) into the window, add it with the default settings, open it, and **Analyze it** with the default settings (if you're reverse engineering Android, disable the `Non returning functions: discovered` option). Depending on your computer, analyzing might take a while - go grab another cup of orange juice while waiting for it to finish.