From b0b1a49eb7bc0bbb77fae155807e39da204a8da3 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 29 May 2023 17:39:26 +0200 Subject: [PATCH] Update capstone to fix arm64/cr0 bug and better ppc --- shlr/Makefile | 2 +- shlr/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shlr/Makefile b/shlr/Makefile index 4bc1d4eeee..34b50c53e7 100644 --- a/shlr/Makefile +++ b/shlr/Makefile @@ -52,7 +52,7 @@ ifeq ($(USE_CS4),1) CS_TIP=1d230532840a37ac032c6ab80128238fc930c6c1 CS_BRA=v4 else -CS_TIP=798f81420fbe497668a8203ca7ca4fcf62bbae39 +CS_TIP=7674d8808e8c10cb0478c956ad177a8327186217 CS_BRA=next endif ifeq ($(CS_COMMIT_ARCHIVE),1) diff --git a/shlr/meson.build b/shlr/meson.build index 3cc4ea96f0..9eadd43566 100644 --- a/shlr/meson.build +++ b/shlr/meson.build @@ -19,7 +19,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone') patches_files = [] # NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile if capstone_version == 'v5' - CS_TIP = '798f81420fbe497668a8203ca7ca4fcf62bbae39' + CS_TIP = '7674d8808e8c10cb0478c956ad177a8327186217' CS_BRA = 'next' patches_files = [ 'fix-x86-16.patch',