We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda4e99 commit 2f6683bCopy full SHA for 2f6683b
quark/config.py
@@ -9,9 +9,9 @@
9
DIR_PATH = f"{HOME_DIR}quark-rules"
10
11
DEBUG = False
12
-COMPATIBLE_RAZIN_VERSIONS = ["0.4.0"]
+COMPATIBLE_RAZIN_VERSIONS = ["0.3.4"]
13
14
RIZIN_DIR = f"{HOME_DIR}rizin/"
15
-RIZIN_COMMIT = "de8a5cac5532845643a52d1231b17a7b34feb50a"
+RIZIN_COMMIT = "2373c53880e017be86afed5454bca5b5017b920e"
16
17
Path(HOME_DIR).mkdir(parents=True, exist_ok=True)
0 commit comments