Commit Graph

181 Commits

Author SHA1 Message Date
49f9f81079 First pass of const_generator still requires manual tweak of UC_MODE_BIG_ENDIAN 2015-08-28 19:43:45 -07:00
1a081c5ed8 Initial changes to support use of const_generator.py 2015-08-28 19:41:13 -07:00
3f8370b4f8 Merge remote-tracking branch 'upstream/master' 2015-08-28 18:50:46 -07:00
ff46b91a80 chmod -x some more 2015-08-29 09:30:31 +08:00
4697d99d79 update .gitignore 2015-08-29 09:29:16 +08:00
6bd5e2efa7 chmod -x qemu/softmmu_template.h 2015-08-29 09:28:32 +08:00
c0c24db4c6 chmod -x uc.c 2015-08-29 09:27:24 +08:00
0db7d9ea4e reset emulation_done in uc_emu_start() 2015-08-29 09:22:53 +08:00
ab27c6aa04 return immediately if emulation is already done. this fixes issue #65 2015-08-29 09:10:18 +08:00
8aba3170c6 bindings: update consts after the latest change in the core 2015-08-29 09:03:12 +08:00
dab01c1329 Merge branch 'lunixbochs-const-gen' 2015-08-29 09:02:25 +08:00
3de12d37f8 regress: add shebang for emu_stop_segfault.py 2015-08-29 08:52:07 +08:00
acf5edf333 Merge branch 'master' of https://github.com/unicorn-engine/unicorn 2015-08-29 08:48:28 +08:00
220faed3e8 Merge branch 'cseagle-mem_map_ex' 2015-08-29 08:47:46 +08:00
07b9cd15b1 Merge pull request #67 from SeanHeelan/master
Added a regression script for issue #65
2015-08-29 08:46:50 +08:00
340acf9176 Added a regression script for issue #65 2015-08-29 00:31:27 +07:00
10464408a5 Merge branch 'const-gen' of https://github.com/lunixbochs/unicorn into lunixbochs-const-gen 2015-08-29 00:42:38 +08:00
3f771abe73 python: add sample_all.sh 2015-08-29 00:26:34 +08:00
d3de7aa567 samples: add sample code for hooking SYSCALL instruction in sample_x86.c 2015-08-29 00:22:11 +08:00
162728c1b1 samples: add shellcode to sample_all.sh 2015-08-29 00:02:52 +08:00
110dc9c248 regress: fix nr_mem_test.c 2015-08-28 22:56:25 +08:00
40ba1ea1b0 improve const generator; emit unicorn.h consts 2015-08-28 07:32:25 -07:00
c7c5226142 regress: code style 2015-08-28 22:23:44 +08:00
07286c811d regress: add nr_mem_test.c to Makefile 2015-08-28 22:23:26 +08:00
cb2da12e94 Merge branch 'mem_map_ex' of https://github.com/cseagle/unicorn into mem_map_ex 2015-08-28 22:20:43 +08:00
b57d120a72 indentation 2015-08-28 22:20:14 +08:00
6e75340363 regress: fix Makefile & ro_mem_test.c 2015-08-28 18:55:58 +08:00
c8d64cfdb0 Add regress check to handle non-readable memory 2015-08-28 03:52:51 -07:00
b69180ad5a Merge branch 'mem_map_ex' of https://github.com/cseagle/unicorn into cseagle-mem_map_ex 2015-08-28 18:47:18 +08:00
3452b47f7c Add code to handle non-readable memory 2015-08-28 03:42:25 -07:00
b0ba598981 update .gitignore 2015-08-28 18:27:55 +08:00
d957d1efee regress: fix code style 2015-08-28 18:21:36 +08:00
5de0d5ca70 regress: fix an warning in map_write.c 2015-08-28 18:15:38 +08:00
3b5df362d7 chmod -x <some source code> 2015-08-28 18:12:56 +08:00
96a274c4aa Merge branch 'mem_map_ex' of https://github.com/cseagle/unicorn into cseagle-mem_map_ex 2015-08-28 18:11:10 +08:00
aa509cc00f delete redundant function 2015-08-28 02:20:56 -07:00
adc254cc74 Roll back uc_mem_protect changes 2015-08-28 01:37:49 -07:00
4a1c5ff071 x86: verify until address early when translating block in frontend. this should fix issue #63 2015-08-28 16:06:06 +08:00
71ddad9474 Doc cleanup 2015-08-28 00:30:50 -07:00
4f11d88d28 Makefile cleanup 2015-08-28 00:17:33 -07:00
b31bb9638c cleanup for pull request 2015-08-28 00:00:09 -07:00
a4b87ed840 Merge branch 'master' into mem_map_ex 2015-08-27 23:33:02 -07:00
ef1d70a514 Merge remote-tracking branch 'upstream/master' 2015-08-27 23:32:07 -07:00
9530b2daff Remove MemoryBlock struct by consolidating in MemoryRegion. add new API uc_mem_protect. Add regress/mem_protect.c. Drop UC_PROT_EXEC for time being 2015-08-27 23:19:32 -07:00
adec227dad Merge pull request #64 from lunixbochs/go-bindings
add Go bindings
2015-08-28 12:22:46 +08:00
c5bcb02847 add Go bindings 2015-08-27 21:22:30 -07:00
bf32753c29 Merge branch 'master' into mem_map_ex 2015-08-27 19:17:06 -07:00
527f4e7ff4 Merge remote-tracking branch 'upstream/master' 2015-08-27 19:16:15 -07:00
140e9f9ae2 fix perms on files 2015-08-27 18:04:05 -07:00
686acb7e6e Detect all occurences of write to read only page. Add callback capability on write to read only. Add new error type UC_ERR_MEM_WRITE_RO and new access type UC_MEM_WRITE_RO for use in callback 2015-08-27 18:03:17 -07:00