We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a8cd4 commit e749e1bCopy full SHA for e749e1b
scripts/build.sh
@@ -20,7 +20,7 @@ echo "[+] Patching gradle script for FlatLaf"
20
21
#flatlaf
22
echo "[+] Patching ARM decompiler callback"
23
-. ../scripts/patchFlatLaf.sh
+. ../scripts/patchArm.sh
24
25
#Processors Manuals
26
echo "[+] Downloading ARM processor Manual"
scripts/patchArm.sh
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-patch ./Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/DecompileCallback.java ../patch/armfix.patch
+patch ./Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/DecompileCallback.java ../patch/armfix.patch
0 commit comments