mirror of
https://github.com/lifting-bits/sleigh
synced 2026-06-21 13:56:12 +00:00
bump ghidra in flake
This commit is contained in:
@@ -17,18 +17,12 @@
|
||||
src = fetchFromGitHub {
|
||||
owner = "NationalSecurityAgency";
|
||||
repo = "ghidra";
|
||||
rev = "refs/tags/Ghidra_10.2.3_build";
|
||||
sha256 = "sha256-YhjKRlFlF89H05NsTS69SB108rNiiWijvZZY9fR+Ebc=";
|
||||
rev = "refs/tags/Ghidra_10.3.3_build";
|
||||
sha256 = "sha256-KDSiZ/JwAqX6Obg9UD8ZQut01l/eMXbioJy//GluXn0=";
|
||||
};
|
||||
patches = [
|
||||
./src/patches/stable/0001-Small-improvements-to-C-decompiler-testing-from-CLI.patch
|
||||
./src/patches/stable/0002-Add-include-guards-to-decompiler-C-headers.patch
|
||||
./src/patches/stable/0003-Fix-UBSAN-errors-in-decompiler.patch
|
||||
./src/patches/stable/0004-Use-stroull-instead-of-stroul-to-parse-address-offse.patch
|
||||
./src/patches/stable/0005-1-4-decompiler-Add-using-namespace-std-to-all-.cc.patch
|
||||
./src/patches/stable/0006-2-4-decompiler-Remusing-automated-std-namespace-fix.patch
|
||||
./src/patches/stable/0007-3-4-decompiler-Manually-fix-std-namespace-in-generat.patch
|
||||
./src/patches/stable/0008-4-4-decompiler-Manually-fix-missed-std-variable-usag.patch
|
||||
./src/patches/stable/0001-Fix-UBSAN-errors-in-decompiler.patch
|
||||
./src/patches/stable/0002-Use-stroull-instead-of-stroul-to-parse-address-offse.patch
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user