mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 05:09:43 +00:00
Update the capstone/v5 to the latest commit from git
This commit is contained in:
parent
da6919189a
commit
59f1cb573d
@ -56,7 +56,7 @@ ifeq ($(USE_CS4),1)
|
||||
CS_TIP=0efa3cc530ea188c0e03c945ab884ee19dd16342
|
||||
CS_BRA=v4
|
||||
else
|
||||
CS_TIP=1bd848fc745656fcc867c58a52483b6491e10b1c
|
||||
CS_TIP=30a4ecf01b43abed8527d0d84c1ea182e6e3da8b
|
||||
CS_BRA=v5
|
||||
endif
|
||||
endif
|
||||
|
@ -25,7 +25,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
|
||||
'fix-x86-16.patch',
|
||||
]
|
||||
elif capstone_version == 'v5'
|
||||
CS_TIP = '1bd848fc745656fcc867c58a52483b6491e10b1c'
|
||||
CS_TIP = '30a4ecf01b43abed8527d0d84c1ea182e6e3da8b'
|
||||
CS_BRA = 'v5'
|
||||
patches_files = [
|
||||
'fix-x86-16.patch'
|
||||
|
@ -1109,7 +1109,7 @@ za fcn.10002d70 b 38a0000038c000004bfffed4:ffffffffffffffffff000000
|
||||
za fcn.10002d70 g cc=3 nbbs=8 edges=9 ebbs=1 bbsum=232
|
||||
za fcn.10002d70 o 0x10002d70
|
||||
za fcn.10002d70 t void fcn.10002d70 (int32_t arg1, int32_t arg2, int32_t arg_1030h, int32_t arg_1034h)
|
||||
za fcn.10002d70 v fs-4136:var_8h:int32_t, ts4:arg_1034h:int32_t, fs-36:var_100ch:int32_t, ts0:arg_1030h:int32_t, tr5:arg1:int32_t, tr6:arg2:int32_t
|
||||
za fcn.10002d70 v fs-4136:var_8h:int32_t, ts4:arg_1034h:int32_t, fs-36:var_100ch:int32_t, ts0:arg_1030h:int32_t, fb-4096:var_1000h:int32_t, tr5:arg1:int32_t, tr6:arg2:int32_t
|
||||
za fcn.10002d70 h 5f59f157d9e3548e81fed794bff828e7fc6ab90932a879b643d6d2a30c20c3b0
|
||||
EOF
|
||||
RUN
|
||||
|
Loading…
Reference in New Issue
Block a user