Commit Graph

1062 Commits

Author SHA1 Message Date
Nguyen Anh Quynh
6e8f3e7409 Merge pull request #483 from lunixbochs/go-binding-version
expose version from Go bindings
2016-03-25 10:07:45 +07:00
Ryan Hileman
79ec6145db expose version from Go bindings 2016-03-24 08:56:44 -07:00
Nguyen Anh Quynh
86823f53da Merge branch 'master' of https://github.com/unicorn-engine/unicorn 2016-03-22 20:58:24 +08:00
Nguyen Anh Quynh
56c670509f update list of bindings in README.md 2016-03-22 20:58:06 +08:00
Nguyen Anh Quynh
c49c7f7c07 update CREDITS.TXT 2016-03-22 20:55:41 +08:00
Nguyen Anh Quynh
16f77061d9 ruby: spaces & indentation 2016-03-22 20:54:51 +08:00
Sascha Schirra
a6b570d033 Version changed 2016-03-22 13:30:52 +01:00
Sascha Schirra
9379d41764 blank lines removed 2016-03-22 13:30:29 +01:00
Nguyen Anh Quynh
2a514e1b25 Merge pull request #473 from adrianherrera/typos-fix
Another typo
2016-03-22 20:13:47 +08:00
Adrian Herrera
903fb04f29 Another typo 2016-03-22 23:09:38 +11:00
Nguyen Anh Quynh
be73f9b30f Merge pull request #472 from adrianherrera/typos-fix
Fixed minor typos
2016-03-22 19:52:56 +08:00
Adrian Herrera
b5ea277900 Fixed minor typos 2016-03-22 22:32:59 +11:00
Sascha Schirra
a9de03edfb README format changed 2016-03-22 12:26:12 +01:00
Sascha Schirra
04cad5cd8c README format changed 2016-03-22 12:23:08 +01:00
Sascha Schirra
80b2f45178 README format changed 2016-03-22 12:22:02 +01:00
Sascha Schirra
937b3bc22c README changed 2016-03-22 12:19:26 +01:00
Sascha Schirra
5e72ce39f0 ruby binding added 2016-03-22 12:17:23 +01:00
Nguyen Anh Quynh
d2ffea0e88 Makefile: do not recompile samples/ for install target 2016-03-21 13:02:17 +08:00
Nguyen Anh Quynh
859111f8f5 x86: return immediately after handling FPSW/FPCW/FPTAG registers 2016-03-20 18:15:41 +08:00
Nguyen Anh Quynh
ad6bb8c9f8 unit: fix test_hookcounts.c 2016-03-20 01:54:37 +08:00
Nguyen Anh Quynh
5d22d6c7f4 Merge pull request #467 from sashs/master
Bugfix: uc_x86_mmr has no attribute limits
2016-03-18 17:21:33 +08:00
Sascha Schirra
25864b589d Bugfix: uc_x86_mmr has no attribute limits 2016-03-18 07:44:05 +01:00
Nguyen Anh Quynh
0af4baac31 unit: fix warnings in printing uint64_t in test_hookcounts.c 2016-03-17 17:49:22 +08:00
egberts
ac21e74641 Issues #465
Pull Request #466
Added one more test case
Fixed two test case into passing (for a total of 3 passing out of 7)
2016-03-16 11:49:25 -07:00
egberts
881360d60f Issue #465 - Added test_hookcounts to .gitignore 2016-03-16 11:01:59 -07:00
egberts
ab5ed15044 Issue #465 - Enhanced test for more scenarios; fixed some semantic bugs. 2016-03-16 10:54:20 -07:00
Nguyen Anh Quynh
d6fee1fd6a add Travis build status to README.md 2016-03-01 13:54:32 +08:00
Nguyen Anh Quynh
9eb1c57c34 add Travis support for automated tests 2016-03-01 13:49:27 +08:00
Nguyen Anh Quynh
5a4d9609d6 Merge pull request #448 from zaddach/jonas/load_eflags_after_helper
Fixed restoring of eflags after helper call
2016-03-01 08:53:27 +08:00
Jonas Zaddach
5fa6705d7a Fixed restoring of eflags after helper call 2016-02-29 22:57:41 +01:00
Nguyen Anh Quynh
df98b7c88b Merge pull request #445 from lunixbochs/master
Go: add RegReadMmr and test
2016-02-29 09:59:03 +08:00
Ryan Hileman
4f1c88e70c Go: add RegReadMmr and test 2016-02-28 12:01:24 -08:00
Nguyen Anh Quynh
5ede98abec Merge pull request #444 from lunixbochs/master
catch up on Go bindings
2016-02-28 03:45:42 +08:00
Ryan Hileman
43eb9ec351 Go: add uc_query api 2016-02-27 11:15:06 -08:00
Ryan Hileman
9f1603c157 Go: add MemRegions 2016-02-27 11:10:15 -08:00
Ryan Hileman
74f783a274 Go: add x86 RegWriteMmr method 2016-02-27 10:56:04 -08:00
Ryan Hileman
475c8de3de Go: update test hooks 2016-02-27 10:56:04 -08:00
Ryan Hileman
693719e732 Go: update hook interface 2016-02-27 10:55:59 -08:00
Nguyen Anh Quynh
aabcb95f01 unit: remove ^M from test_x86_soft_paging.c 2016-02-22 14:02:28 +08:00
Nguyen Anh Quynh
2f28f3f210 unit: make test_x86_soft_paging.c compilable. also update .gitignore for its binary 2016-02-22 14:01:00 +08:00
Ramirez57
2ab2b229ce test case: x86 guest paging
Test case for x86 paging using virtual addresses mapped by Unicorn, as well as unmapped.

Attempting to read/write from virtual address ranges unmapped by Unicorn wrongly causes protection faults, even when the virtual address points to read/write regions of Unicorn memory.
2016-02-22 00:03:14 -05:00
Nguyen Anh Quynh
b7d55e2d67 update CREDITS.TXT 2016-02-21 21:21:15 +08:00
Nguyen Anh Quynh
4ba29a4ed3 Merge pull request #435 from emdel/master
Added assert and set zf to 1
2016-02-18 22:35:36 +08:00
emdel
f010219a0f zf set to 1 2016-02-18 06:29:59 -08:00
emdel
0383db9d27 Added assert 2016-02-18 06:26:01 -08:00
Nguyen Anh Quynh
6e5a3a6d5b regress: chmod +x jumping.py 2016-02-18 21:58:48 +08:00
Nguyen Anh Quynh
72f929da64 Merge pull request #434 from emdel/master
Testcase to set ZF and modify eflags in x86/x86_64
2016-02-18 16:08:09 +08:00
emdel
de5a887ed2 testcase to set ZF and modify eflags 2016-02-17 13:56:20 -08:00
Nguyen Anh Quynh
8bf1257ac7 update CREDITS.TXT 2016-02-17 23:24:10 +08:00
Nguyen Anh Quynh
871cdb692f Merge branch 'hook' 2016-02-17 09:37:17 +08:00