unicorn/samples
Eric Poole cfee2139a0
TriCore Support (#1568)
* TriCore Support

python sample

* Update sample_tricore.py

Correct attribution

* Update sample_tricore.py

Fixed byte code to execute properly.

* Update sample_tricore.py

Removed testing artifact

* Added tricore msvc config-file.h

* Added STATIC to tricore config and added helper methods to symbol file generation.

* Update op_helper.c

Use built in crc32

* Fix tricore samples and small code blocks are now handled properly

* Add CPU types

* Generate bindings

* Format code

Co-authored-by: lazymio <mio@lazym.io>
2022-04-29 23:11:34 +02:00
..
Makefile TriCore Support (#1568) 2022-04-29 23:11:34 +02:00
mem_apis.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_all.sh import Unicorn2 2021-10-03 22:14:44 +08:00
sample_arm.c Implement coprocessor register read/write for arm 2022-02-11 21:45:37 +01:00
sample_arm64.c Update sample for MRS hook 2022-02-27 15:28:32 +01:00
sample_batch_reg.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_ctl.c Slightly change UC_CTL_TB_REMOVE_CACHE 2021-11-08 22:09:33 +01:00
sample_m68k.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_mips.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_ppc.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_riscv.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_s390x.c Make s390x stopping mechanism work 2021-12-27 23:48:20 +01:00
sample_sparc.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
sample_tricore.c TriCore Support (#1568) 2022-04-29 23:11:34 +02:00
sample_x86.c Add a handy example to show how to handle invalid memory read/write 2021-11-16 23:15:38 +01:00
sample_x86_32_gdt_and_seg_regs.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00
shellcode.c Add clang-format and format code to qemu code style 2021-10-29 12:44:49 +02:00