capstone/include/capstone
billow 21f7bc85f9
Xtensa Support (#2380)
* Fix leaks

* Remove unnecessary new lines

* Add checks for actual buffer length before attempting reading it.

* Xtensa: add xtensa support

* Xtensa fixes

- fix MCExpr
- fix Xtensa_add_cs_detail
- add `add_cs_detail`
- add `MCExpr *MCOperand_getExpr(const MCOperand *MC)` `void printExpr(const MCExpr *E, SStream *O)`

autosync fix

- fix StreamOperation.py
- replace `report_fatal_error` with `CS_ASSERT`
- fix patch StreamOperation.py
- replace `assert` with `CS_ASSERT`
- fix AddCSDetail.py
- fix QualifiedIdentifier

* Xtensa fix

* Xtensa fix .py

* add Xtensa to the fuzzer

* Xtensa `LITBASE`: add a basic implementation

* Xtensa `LITBASE`: add a integration test

* Xtensa: fix cs_v6_release_guide.md

* Xtensa: fix `XTENSA_OP_GROUP_MEMOPERAND`

* Xtensa: fix

* Xtensa: fix Targets.py

* Use isUint and isInt all over Xtensa

* Add documentation about LITBASE functionality

* Fix typo

* Replace hard with Capstone assert

* Xtensa: fix arch_config.json

* Xtensa: fix

---------

Co-authored-by: Rot127 <unisono@quyllur.org>
2024-09-30 11:35:51 +08:00
..
aarch64.h Several small fixups (#2489) 2024-09-30 11:33:31 +08:00
alpha.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
arm64.h Several small fixups (#2489) 2024-09-30 11:33:31 +08:00
arm.h ARM fixes (#2477) 2024-09-23 11:30:33 +08:00
bpf.h Add eBPF bswap16/32/64 instruction (#2323) 2024-04-23 22:04:37 +08:00
capstone.h Xtensa Support (#2380) 2024-09-30 11:35:51 +08:00
cs_operand.h Auto-Sync Mips (#2410) 2024-09-07 22:30:47 +08:00
evm.h Adjust comments in arch headers for doxygen style. (#1250) 2018-10-01 20:11:21 +08:00
hppa.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
loongarch.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
m68k.h fix typos (#2344) 2024-04-30 10:37:53 +08:00
m680x.h fix typos (#2344) 2024-04-30 10:37:53 +08:00
mips.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
mos65xx.h fix typos (#2344) 2024-04-30 10:37:53 +08:00
platform.h compile on MSVC 2010 2018-02-14 14:51:58 +08:00
ppc.h Replace assert with CS_ASSERT in modules (#2478) 2024-09-25 14:58:06 +08:00
riscv.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
sh.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
sparc.h Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
systemz_compatibility.h Several small fixups (#2489) 2024-09-30 11:33:31 +08:00
systemz.h Replace assert with CS_ASSERT in modules (#2478) 2024-09-25 14:58:06 +08:00
tms320c64x.h Adjust comments in arch headers for doxygen style. (#1250) 2018-10-01 20:11:21 +08:00
tricore.h Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
wasm.h Avoids leak in wasm details (#1372) 2019-02-20 23:38:11 +08:00
x86.h Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
xcore.h Adjust comments in arch headers for doxygen style. (#1250) 2018-10-01 20:11:21 +08:00
xtensa.h Xtensa Support (#2380) 2024-09-30 11:35:51 +08:00