This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
unicorn
Watch
1
Star
0
Fork
0
You've already forked unicorn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
unicorn
/
samples
History
Nguyen Anh Quynh
5b25f3f53e
Merge branch 'master' of
https://github.com/simigo79/unicorn-ppc
into next
2020-05-27 14:02:32 +08:00
..
.gitignore
…
Makefile
Fix C sample output to match python sample
2020-05-11 23:11:52 +03:00
mem_apis.c
…
sample_all.sh
Initial update for PPC
2020-05-08 21:54:29 +03:00
sample_arm64.c
Fixed register mistake in comments (
#894
)
2017-09-17 16:40:01 +07: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
…
sample_armeb.c
update armeb & arm64eb samples
2017-04-25 12:55:26 +08:00
sample_batch_reg.c
…
sample_m68k.c
…
sample_mips.c
…
sample_ppc.c
Fixed some comments in the samples
2020-05-21 22:08:53 +03:00
sample_sparc.c
…
sample_x86_32_gdt_and_seg_regs.c
fixed leaks in test cases (
#1247
)
2020-05-02 18:18:18 +08:00
sample_x86.c
remove UC_ERR_TIMEOUT, so timeout on uc_emu_start() is not considered error. added UC_QUERY_TIMEOUT to query exit reason
2020-05-24 23:54:45 +08:00
shellcode.c
…