Wu ChenXu
6824f4b250
Merge branch 'next' into next
2022-01-09 11:13:49 +08:00
kabeor
dbc83d69f2
fix UnicodeDecodeError in python test
2022-01-09 11:10:31 +08:00
Wu ChenXu
e04a6f13df
Merge pull request #1819 from trufae/fix-cov
...
Fix unterminated string regression
2022-01-09 09:48:30 +08:00
pancake
141d2c3b7a
Fix unterminated string regression
2022-01-08 23:32:42 +01:00
Carlo Marcelo Arenas Belón
ed7fb42d96
test_customized_mnem: avoid abort() if x86 not supported
...
if the library is built without X86, then cs_open() should fail
but that shouldn't be treated as an error, so return instead after
checking.
2022-01-08 00:25:26 -08:00
Wu ChenXu
daa6e5cda7
Merge pull request #1816 from trufae/fix-regression
...
Fix insn initialization when instruction have no operands or have a prefix
2022-01-07 13:16:10 +08:00
pancake
81b4871555
fix insn initialization when instruction have no operands or have a prefix
2022-01-07 00:52:45 +01:00
lazymio
074a9266c9
Merge pull request #1815 from trufae/fix-build
...
Fix warning about Unused variables
2022-01-06 20:31:46 +01:00
pancake
170aef07f4
Fix warning about Unused variables
2022-01-06 19:48:50 +01:00
Wu ChenXu
a6958056da
Merge pull request #1813 from kabeor/next
...
clean up code
2022-01-05 16:07:26 +08:00
kabeor
cecc6c1c10
clean up code
2022-01-05 15:49:11 +08:00
Wu ChenXu
651b371b1e
Merge pull request #1812 from kabeor/next
...
update benchmark
2022-01-05 11:11:31 +08:00
kabeor
dc091cb9e5
update .gitignore
2022-01-04 23:47:08 +08:00
kabeor
8ae012ab77
update benchmark
2022-01-04 23:44:22 +08:00
Wu ChenXu
5345911774
Merge pull request #1811 from kabeor/next
...
add benchmark
2022-01-04 23:01:08 +08:00
kabeor
5b073dbe60
Merge branch 'next' of https://github.com/kabeor/capstone into next
2022-01-04 22:39:44 +08:00
kabeor
f0fd578909
windows ci WIP
2022-01-04 22:38:45 +08:00
Wu ChenXu
5c16b5d4ce
Merge branch 'capstone-engine:next' into next
2022-01-04 22:35:33 +08:00
kabeor
dbdaae1717
add brenchmark
2022-01-04 22:34:15 +08:00
Wu ChenXu
2fbf7a56ce
Merge pull request #1809 from wtdcode/perf_improvement
...
Some performance improvement
2022-01-04 22:27:19 +08:00
Wu ChenXu
76cc1db210
Merge branch 'capstone-engine:next' into next
2022-01-04 21:48:06 +08:00
radare
8eb793afec
Some performance improvement
2021-12-31 22:20:51 +01:00
Nguyen Anh Quynh
e491da1324
update CREDITS.TXT
2021-12-22 16:29:37 +08:00
Wu ChenXu
5345fde034
Merge branch 'capstone-engine:next' into next
2021-12-22 10:50:48 +08:00
Wu ChenXu
85759d8722
Merge pull request #1804 from bSr43/next
...
Fixes a few issues
2021-12-10 21:26:41 +08:00
Wu ChenXu
42a96ea19f
Merge pull request #1805 from trufae/nofmt
...
Dont format sstreams when there's nothing to format
2021-12-10 21:23:26 +08:00
kabeor
4fb4a1aa07
update windows cmake CI build
2021-12-10 20:25:32 +08:00
pancake
a5259aab30
Dont format sstreams when there's nothing to format
2021-12-10 10:59:16 +01:00
kabeor
a81407632c
fix windows cmake build path
2021-12-09 22:58:45 +08:00
kabeor
a3aa8ddc1c
add windows cmake build in CI
2021-12-09 22:46:24 +08:00
Vincent Bénony
77606769ff
Wrong register mapping
2021-12-09 15:06:53 +01:00
Vincent Bénony
fa9310e63f
Missing writeback information on ldraa / ldrab
2021-12-09 15:06:26 +01:00
Vincent Bénony
593c2c5c86
Missing vector arrangement specifiers
2021-12-09 15:05:11 +01:00
Wu ChenXu
634469919a
Merge pull request #1802 from rofl0r/release_action
...
CI: automatically build release tarball
2021-12-06 18:30:42 +08:00
rofl0r
a9527fe5da
CI: automatically build release tarball
...
after a tag is pushed, and "create release from tag" is clicked, CI
will now create an xz-compressed release tarball, containing all sources
and submodules (if used).
closes #582
2021-12-02 20:03:31 +00:00
Wu ChenXu
14cfacaa68
Merge pull request #1800 from kabeor/mxz297-x86-access
...
Mxz297 x86 access
2021-12-02 16:18:06 +08:00
kabeor
0eeef66ea9
trigger CI Test
2021-12-01 11:59:34 +08:00
kabeor
ff652fe877
Merge branch 'x86-access' of git://github.com/mxz297/capstone into mxz297-x86-access
2021-12-01 11:52:30 +08:00
Wu ChenXu
768575231f
Merge pull request #1799 from kabeor/next
...
Add ci_test steps && Fixed suite test for python3
2021-11-26 11:12:28 +08:00
kabeor
1b1fc100ba
exclude python3.9 in ubuntu18.04
2021-11-26 10:43:33 +08:00
kabeor
f118fc70cf
Merge branch 'next' of https://github.com/kabeor/capstone into next
2021-11-26 10:33:15 +08:00
kabeor
80dc0b1498
add ci test for python2.7
2021-11-26 10:31:11 +08:00
kabeor
9057f42a89
add ci_test steps&&Fixed suite test for python3
2021-11-23 12:27:39 +08:00
Wu ChenXu
8190cf1b82
Merge branch 'capstone-engine:next' into next
2021-11-23 10:47:08 +08:00
Wu ChenXu
8a6e28d215
Merge pull request #1798 from bezita/next
...
fix eflags effects for adc/sbb
2021-11-22 14:47:37 +08:00
oosris
e2cc7fe2a2
fixed eflags effects for adc/sbb
2021-11-22 13:13:20 +08:00
oosris
4914b43cef
fix eflags effects for adc/sbb
2021-11-22 09:09:53 +08:00
kabeor
da364d89aa
fix fuzz.py path
2021-11-21 12:39:03 +08:00
kabeor
baa94b26df
adapt to python3
2021-11-21 12:37:28 +08:00
kabeor
b02309d404
add more ci_test cases.
2021-11-21 12:26:57 +08:00