Upgrade capstone 5 and 6

This commit is contained in:
pancake 2024-09-08 16:12:11 +02:00 committed by pancake
parent 2b8bd307fe
commit 52bb37409b
2 changed files with 4 additions and 4 deletions

View File

@ -49,14 +49,14 @@ CS_ARCHIVE=https://$(CS_URL_BASE)/archive
CS_UPD=20201203
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/meson.build
ifeq ($(USE_CSNEXT),1)
CS_TIP=58528853111377ba2f8ecb781f8d3bdc595900ed
CS_TIP=6a7fef60eaa377c048163bf0d5b00199cf402c49
CS_BRA=next
else
ifeq ($(USE_CS4),1)
CS_TIP=0efa3cc530ea188c0e03c945ab884ee19dd16342
CS_BRA=v4
else
CS_TIP=00b961a680c488081a165cc31e98699d45a0a515
CS_TIP=5cca00533dadfe53181f1de3525f859769f69b65
CS_BRA=v5
endif
endif

View File

@ -21,13 +21,13 @@ else
patches_files = []
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
if capstone_version == 'next'
CS_TIP = 'a4df92eda647e739432860682be638da1b8b901a'
CS_TIP = '6a7fef60eaa377c048163bf0d5b00199cf402c49'
CS_BRA = 'next'
patches_files = [
'fix-x86-16.patch',
]
elif capstone_version == 'v5'
CS_TIP = '00b961a680c488081a165cc31e98699d45a0a515'
CS_TIP = '5cca00533dadfe53181f1de3525f859769f69b65'
CS_BRA = 'v5'
patches_files = [
'fix-x86-16.patch'