Commit Graph

49 Commits

Author SHA1 Message Date
RainRat
972bd066bb
fix typos (#2346)
* fix typos

* fix typos

* fix typos
2024-05-12 21:17:20 +08:00
RainRat
b91c727481
fix typos (#2344) 2024-04-30 10:37:53 +08:00
Wu ChenXu
5d2ed996bd Update ChangeLog v5.0 Final 2023-07-05 22:58:24 +08:00
Nguyen Anh Quynh
bd72f9db52 ChangeLog 2023-07-05 13:42:49 +08:00
Wu ChenXu
019fc85a8e Update ChangeLog to Version 5.0.0 2023-07-03 17:21:29 +08:00
Wu ChenXu
3ba1530537 Update ChangeLog to Version 5.0.0 2023-06-27 21:55:36 +08:00
kabeor
8c613df710 update ChangeLog to 5.0.0-rc3 2023-06-17 10:37:29 +08:00
kabeor
e6aa4850cf Update ChangeLog for v5.0.0-rc2 2022-02-28 22:13:21 +08:00
Nguyen Anh Quynh
28447a6c87 fix Changelog 2022-02-27 23:02:59 +08:00
Wu ChenXu
6927e666b4 Update ChangeLog to v5.0.0-rc1 (#1825)
* Update ChangeLog to v4.0.2

* Update ChangeLog to v5.0.0-rc1

* ignore fuzz build for users

* Update ChangeLog v5.0.0-rc1 date

* update makefile
2022-01-20 19:51:12 +08:00
Nguyen Anh Quynh
0859963255 ChangeLog 2019-01-10 13:18:49 +08:00
Nguyen Anh Quynh
573743919d ChangeLog 2019-01-02 09:57:12 +08:00
Disconnect3d
6e29dfa2c0 Fix arm thb instruction shift value (#1330)
* Fixes #1317 - arm thb operand.shift.value

For a more detailed description, see issue #1317.

Release 4.0.0 introduced a new field for ARM operands:
`operand.mem.lshift`. This field was supposed to be a bug fix for #246.
The #246 issue has been fixed in the meantime and the proper shift value
was stored in `operand.shift.value`.

The 4.0.0 changes created a regression in which `operand.shift.value`
was not set for a `tbh [r0, r1, lsl #1]` instruction on ARM and the
value was set in a `operand.mem.lshift` field instead.

As the regression broke some of users codebase (e.g. in
[manticore](https://github.com/trailofbits/manticore/pull/1312) project), we fix it by setting
`operand.shift.value` back again.

As a result, the shift value is set in two fields: `operand.shift.value`
and `operand.mem.lshift`. As the `operand.shift` also stores a `.type`
field, we might want to deprecate `operand.mem.lshift` in the future.

* Add changelog stub
2019-01-02 09:51:22 +08:00
disconnect3d
b3ef04c092 Add ChangeLog stub for endbrXX fix (#1129) 2019-01-01 07:29:57 -08:00
Nguyen Anh Quynh
33e097d2a5 ChangeLog for v4.0 2018-12-18 22:25:39 +08:00
Nguyen Anh Quynh
a532e67efa fix ChangeLog 2018-12-17 19:10:31 +08:00
Nguyen Anh Quynh
d601b8971c Merge branch 'v4' 2018-07-23 21:20:46 +08:00
Nguyen Anh Quynh
76c1c3c4e9 merge next to master 2018-07-20 12:36:50 +08:00
Nguyen Anh Quynh
91918b2608 ChangeLog 2018-07-19 00:17:10 +08:00
Nguyen Anh Quynh
d739e3f5bd ChangeLog 2018-07-18 13:48:32 +08:00
Nguyen Anh Quynh
90963c0cb1 ChangeLog for v3.0.5 2018-07-17 15:59:51 +08:00
Nguyen Anh Quynh
32ef93461c ChangeLog for 3.0.5-rc3 2017-07-31 13:15:18 +07:00
Nguyen Anh Quynh
ef24b5e29a update ChangeLog 2017-03-02 22:21:24 +08:00
Andreas Kirschbaum
f03176a1e2 Java: Support cs_strerror() and cs_regs_access() 2016-11-27 13:59:12 +01:00
Andreas Kirschbaum
18300bc0cf Java: Fix a bug where Arm.OpInfo.memBarrier and Arm.OpInfo.op is wrongly calculated 2016-11-27 10:13:57 +01:00
Andreas Kirschbaum
ae41e2beb5 Java: Fix a bug where Arm.Operand is wrongly calculated for the second and following operands 2016-11-26 13:15:53 +01:00
Nguyen Anh Quynh
b55ce3522f update ChangeLog 2015-07-15 13:01:12 +08:00
Nguyen Anh Quynh
4c930ba917 update ChangeLog for 3.0.4 2015-07-15 11:38:05 +08:00
Nguyen Anh Quynh
fa4232ec31 update Changelog for 3.0.3 2015-05-08 15:17:01 +08:00
Nguyen Anh Quynh
6eeb4a5ddd update ChangeLog for 3.0.2 2015-03-12 00:10:50 +08:00
Nguyen Anh Quynh
359a8b7c72 update ChangeLog for 3.0.2 2015-03-11 12:12:33 +08:00
Nguyen Anh Quynh
59bc84de1d python: distribute msvcr120.dll for Windows installer 2015-02-04 10:33:55 +08:00
Nguyen Anh Quynh
c6b1be8b0b python: distribute msvcr120.dll for Windows installer 2015-02-03 16:28:27 +08:00
Nguyen Anh Quynh
b53a59af53 update ChangeLog for 3.0 2014-11-19 17:56:04 +08:00
Nguyen Anh Quynh
89460299c3 python: python2.6 does not understand sys.versionn_info.major 2014-11-19 14:37:08 +08:00
Nguyen Anh Quynh
fadbddcbf8 update ChangeLog for 3.0 2014-11-18 22:53:32 +08:00
Nguyen Anh Quynh
2f43c39027 update Changelog for 2.1.2 2014-04-01 16:28:55 +08:00
Nguyen Anh Quynh
025a345229 Changelog for 2.1.2 2014-03-30 22:39:22 +08:00
Nguyen Anh Quynh
a96d25ed45 update ChangeLog & RELEASE_NOTES for 2.1.1 2014-03-11 11:41:09 +08:00
Nguyen Anh Quynh
56db6390ec update for 2.1.1 stable release 2014-03-11 11:24:46 +08:00
Nguyen Anh Quynh
f51971d128 update ChangeLog 2014-03-05 00:09:49 +08:00
Nguyen Anh Quynh
7fc8121e6b python: rename cs_version_bind() to version_bind() 2014-03-04 23:56:42 +08:00
Nguyen Anh Quynh
b0b7308455 update README 2014-03-03 17:57:15 +08:00
Nguyen Anh Quynh
e6c378e1ed minor fixes for Changelog 2014-03-03 17:25:53 +08:00
Nguyen Anh Quynh
6cfabcd298 fixes Changelog 2014-03-03 17:04:15 +08:00
Nguyen Anh Quynh
6e6ada2c84 update Changelog for 2.1 2014-03-03 16:50:04 +08:00
Nguyen Anh Quynh
6c5eec5ae5 minor fix for ChangeLog 2014-01-22 18:33:35 +08:00
Nguyen Anh Quynh
1ee2326ede update Changelog 2014-01-22 18:27:39 +08:00
Nguyen Anh Quynh
8282dc628c add ChangeLog file, and rename some documentation files 2014-01-15 21:20:47 +08:00