unicorn/samples
zhangwm 4a62409949 arm64eb: arm64 big endian also using little endian instructions. (#816)
* arm64eb: arm64 big endian also using little endian instructions.

* arm64: using another example that depends on endians.

example:
1. store a word: 0x12345678
2. load a byte:
   * little endian : 0x78
   * big endian    : 0x12
2017-05-04 20:00:48 +08:00
..
.gitignore samples: more flexible .gitignore 2016-06-16 09:23:00 +08:00
Makefile arm64eb: add support for ARM64 big endian. 2017-04-24 23:30:01 +08:00
mem_apis.c Fixed some conflicts 2017-01-23 11:35:00 +11:00
sample_all.sh Added arm64eb sample to sample_all.sh script (#809) 2017-04-25 13:42:13 +08:00
sample_arm64.c arm64eb: arm64 big endian also using little endian instructions. (#816) 2017-05-04 20:00:48 +08:00
sample_arm64eb.c arm64eb: arm64 big endian also using little endian instructions. (#816) 2017-05-04 20:00:48 +08:00
sample_arm.c Fixed some conflicts 2017-01-23 11:35:00 +11:00
sample_armeb.c update armeb & arm64eb samples 2017-04-25 12:55:26 +08:00
sample_batch_reg.c Fixed some conflicts 2017-01-23 11:35:00 +11:00
sample_m68k.c Fixed some conflicts 2017-01-23 11:35:00 +11:00
sample_mips.c Fixed some conflicts 2017-01-23 11:35:00 +11:00
sample_sparc.c Fixed some conflicts 2017-01-23 11:35:00 +11:00
sample_x86_32_gdt_and_seg_regs.c Fix for MIPS issue. (#733) 2017-01-23 12:39:34 +08:00
sample_x86.c Automated leading tab to spaces conversion. 2017-01-21 12:28:22 +11:00
shellcode.c Fixed some conflicts 2017-01-23 11:35:00 +11:00