From 604cd282a69ee09bd0f6bf9115f43716db292b82 Mon Sep 17 00:00:00 2001 From: estr3llas <126114608+estr3llas@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:39:54 -0300 Subject: [PATCH] Fixed URL to ghidra's SLEIGH page. (#368) Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c6360..9aaea32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sleigh Library -[Sleigh](https://ghidra.re/courses/languages/html/sleigh.html) is a language used to describe the semantics of instruction sets of general-purpose microprocessors, with enough detail to facilitate the reverse engineering of software compiled for these architectures. It is part of the [Ghidra reverse engineering platform](https://github.com/NationalSecurityAgency/ghidra) and underpins two of its major components: its disassembly and decompilation engines. +[Sleigh](https://ghidra.re/ghidra_docs/languages/html/sleigh.html) is a language used to describe the semantics of instruction sets of general-purpose microprocessors, with enough detail to facilitate the reverse engineering of software compiled for these architectures. It is part of the [Ghidra reverse engineering platform](https://github.com/NationalSecurityAgency/ghidra) and underpins two of its major components: its disassembly and decompilation engines. This repository provides a CMake-based build project for Sleigh so that it can be built and packaged as a standalone library and be reused in projects other than Ghidra.