4a62409949
* 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 |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
mem_apis.c | ||
sample_all.sh | ||
sample_arm64.c | ||
sample_arm64eb.c | ||
sample_arm.c | ||
sample_armeb.c | ||
sample_batch_reg.c | ||
sample_m68k.c | ||
sample_mips.c | ||
sample_sparc.c | ||
sample_x86_32_gdt_and_seg_regs.c | ||
sample_x86.c | ||
shellcode.c |