Commit Graph

  • 8c58da4416 Merge pull request #489 from lunixbochs/dynamic-tcg-buf Nguyen Anh Quynh 2016-03-26 09:14:28 +07:00
  • 977863401e static -> dynamic code buffer, and shrink 32M->8M Ryan Hileman 2016-03-25 18:28:03 -07:00
  • 9467254fc0 strip out per cpu thread code Chris Eagle 2016-03-25 17:24:28 -07:00
  • a7d89a8c63 merge from lunixbochs Chris Eagle 2016-03-25 14:15:11 -07:00
  • 90cefeb167 regress: adapt all C code to latest change in uc_hook_add() API Nguyen Anh Quynh 2016-03-26 00:32:32 +08:00
  • 3bb05fa8e9 samples: clean executable binaries before building Nguyen Anh Quynh 2016-03-25 22:29:50 +08:00
  • 5995c95f23 Merge pull request #486 from cseagle/bindings Nguyen Anh Quynh 2016-03-25 19:07:56 +07:00
  • b63866e30a update java bindings to reflect changes in uc_hook_add Chris Eagle 2016-03-25 02:27:56 -07:00
  • 08bd4b3f61 regress chmod +x x86_gdt.py tcg_liveness_analysis_bug_issue-287.py Nguyen Anh Quynh 2016-03-25 11:11:32 +08:00
  • c9b36c1b1d Merge pull request #475 from sashs/master Nguyen Anh Quynh 2016-03-25 10:09:04 +07:00
  • 6e8f3e7409 Merge pull request #483 from lunixbochs/go-binding-version Nguyen Anh Quynh 2016-03-25 10:07:45 +07:00
  • dc7ec51c6d file permissions Chris Eagle 2016-03-24 08:57:00 -07:00
  • 79ec6145db expose version from Go bindings Ryan Hileman 2016-03-24 08:56:44 -07:00
  • 2825cfd07a add sample to Makefile Chris Eagle 2016-03-24 08:56:13 -07:00
  • f0af8f8282 execute cpus in same thread as uc_emu_start() Ryan Hileman 2016-03-23 22:31:23 -07:00
  • 4c4203cec8 fix x86 segment setup by updating cached segment registers on reg_write Chris Eagle 2016-03-22 23:54:30 -07:00
  • 0c49f83cb5 GDT test added Sascha Schirra 2016-03-22 20:08:15 +01:00
  • 3642c68587 Remove blank line Sascha Schirra 2016-03-22 18:36:26 +01:00
  • 86823f53da Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2016-03-22 20:58:24 +08:00
  • 56c670509f update list of bindings in README.md Nguyen Anh Quynh 2016-03-22 20:58:06 +08:00
  • c49c7f7c07 update CREDITS.TXT Nguyen Anh Quynh 2016-03-22 20:55:41 +08:00
  • 16f77061d9 ruby: spaces & indentation Nguyen Anh Quynh 2016-03-22 20:54:51 +08:00
  • a6b570d033 Version changed Sascha Schirra 2016-03-22 13:30:52 +01:00
  • 9379d41764 blank lines removed Sascha Schirra 2016-03-22 13:30:29 +01:00
  • 2a514e1b25 Merge pull request #473 from adrianherrera/typos-fix Nguyen Anh Quynh 2016-03-22 20:13:47 +08:00
  • 903fb04f29 Another typo Adrian Herrera 2016-03-22 23:09:38 +11:00
  • be73f9b30f Merge pull request #472 from adrianherrera/typos-fix Nguyen Anh Quynh 2016-03-22 19:52:56 +08:00
  • b5ea277900 Fixed minor typos Adrian Herrera 2016-03-22 22:32:59 +11:00
  • a9de03edfb README format changed Sascha Schirra 2016-03-22 12:26:12 +01:00
  • 04cad5cd8c README format changed Sascha Schirra 2016-03-22 12:23:08 +01:00
  • 80b2f45178 README format changed Sascha Schirra 2016-03-22 12:22:02 +01:00
  • 937b3bc22c README changed Sascha Schirra 2016-03-22 12:19:26 +01:00
  • 5e72ce39f0 ruby binding added Sascha Schirra 2016-03-22 12:17:23 +01:00
  • d2ffea0e88 Makefile: do not recompile samples/ for install target Nguyen Anh Quynh 2016-03-21 13:02:17 +08:00
  • 859111f8f5 x86: return immediately after handling FPSW/FPCW/FPTAG registers Nguyen Anh Quynh 2016-03-20 18:15:41 +08:00
  • ad6bb8c9f8 unit: fix test_hookcounts.c Nguyen Anh Quynh 2016-03-20 01:54:37 +08:00
  • 5d22d6c7f4 Merge pull request #467 from sashs/master Nguyen Anh Quynh 2016-03-18 17:21:33 +08:00
  • 25864b589d Bugfix: uc_x86_mmr has no attribute limits Sascha Schirra 2016-03-18 07:44:05 +01:00
  • 0af4baac31 unit: fix warnings in printing uint64_t in test_hookcounts.c Nguyen Anh Quynh 2016-03-17 17:49:22 +08:00
  • 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) egberts 2016-03-16 11:49:25 -07:00
  • 881360d60f Issue #465 - Added test_hookcounts to .gitignore egberts 2016-03-16 11:01:59 -07:00
  • ab5ed15044 Issue #465 - Enhanced test for more scenarios; fixed some semantic bugs. egberts 2016-03-16 10:54:20 -07:00
  • fb1ebac000 Merge branch 'master' into m1 Nguyen Anh Quynh 2016-03-09 15:13:42 +08:00
  • 2109fdf8c0 Merge pull request #1 from mkravchik/mkravchik-patch-1 mkravchik 2016-02-29 14:53:29 +02:00
  • 90d15b9a57 Added files via upload mkravchik 2016-02-29 14:52:47 +02:00
  • b69feb8d0b Merge branch 'master' into memleak2 Nguyen Anh Quynh 2016-02-15 15:52:10 +08:00
  • b6897e2015 fix a compilation warning Nguyen Anh Quynh 2016-02-11 09:19:08 +08:00
  • 20b01a6933 fix merge conflict Nguyen Anh Quynh 2016-02-01 12:08:38 +08:00
  • cfaac6921b c89 Nguyen Anh Quynh 2016-02-01 12:05:46 +08:00
  • 36e53ad8a1 Fix arm & arm64 memleaks danghvu 2016-01-31 16:22:20 -06:00
  • 7c9f851e72 sample: remove memleak test code in sample_x86.c Nguyen Anh Quynh 2016-01-11 00:08:04 +08:00
  • 2a269acac1 regress: add memleak_xxx.c to test memleak issue Nguyen Anh Quynh 2016-01-10 23:56:14 +08:00
  • ec4a47fc19 regress: fix 1 more compilation warning on printf format Nguyen Anh Quynh 2016-01-10 23:55:19 +08:00
  • 32bca0bd02 regress: fix some compilation warnings on printf format Nguyen Anh Quynh 2016-01-10 23:45:02 +08:00
  • a0aa26d6ee c89 Nguyen Anh Quynh 2016-01-10 23:34:36 +08:00
  • cd6c98f5df sample: make hook_out() of sample_x86.c more deterministic Nguyen Anh Quynh 2016-01-10 23:25:05 +08:00
  • 580bc7b56a cleanup Nguyen Anh Quynh 2016-01-10 23:10:00 +08:00
  • 036763d6ae Fix memory leaks as reported by DrMemory and Valgrind. farmdve 2016-01-08 01:41:45 +02:00
  • db6fc5ba51 Merge branch 'master' of github.com:egberts/unicorn egberts 2015-10-03 22:52:33 -07:00
  • 347d863365 Issue #465 hook_count_cb doesn't stop at n instructions; unit test file egberts 2015-10-03 22:46:25 -07:00
  • dbdc2b3715 Issue #465 hook_count_cb doesn't stop at n instructions; unit test file Egbert 2015-10-03 22:46:25 -07:00
  • 7cb8e889ad Merge pull request #2 from unicorn-engine/master Egbert 2016-03-16 11:52:35 -04:00
  • 4a35b53c4d Merge pull request #464 from lunixbochs/master Nguyen Anh Quynh 2016-03-16 01:26:16 +08:00
  • e61b60b7ed Merge pull request #463 from feliam/master Nguyen Anh Quynh 2016-03-15 23:37:37 +08:00
  • b43f89566f Bugfix feliam 2016-03-15 12:17:40 -03:00
  • 2a9a794bff tweak Go bindings for 32-bit Ryan Hileman 2016-03-14 17:44:02 -07:00
  • 0524f34b82 rename appveyor.yml to .appveyor.yml Nguyen Anh Quynh 2016-03-14 23:50:58 +08:00
  • 75e5fb466c x86: fix writing to UC_X86_REG_FPCW Nguyen Anh Quynh 2016-03-14 09:27:46 +08:00
  • 28b94d10b8 bindings: add X86 FPTAGS & FPCW registers after recent change in the core Nguyen Anh Quynh 2016-03-14 09:14:48 +08:00
  • d8f82b1b3d Merge branch 'master' of https://github.com/feliam/unicorn into feliam-master Nguyen Anh Quynh 2016-03-14 09:10:19 +08:00
  • 23b3f651f9 Indentation feliam 2016-03-10 07:45:36 -03:00
  • a541cdb73b Merge pull request #458 from xorstream/msvc_bindings_update Nguyen Anh Quynh 2016-03-10 12:04:02 +08:00
  • c5b123d2d9 Updated MSVC bindings for new and changed functions. xorstream 2016-03-10 14:41:11 +11:00
  • 3038726a5b Fix feliam 2016-03-09 22:14:51 -03:00
  • 0a3799eada FPU control word and tags feliam 2016-03-09 19:14:33 -03:00
  • a5f2a64de5 -spaces- feliam 2016-03-09 18:27:59 -03:00
  • ff66a72d7b GDT/LDT/IDT/FPU access from python bingings feliam 2016-03-09 18:07:38 -03:00
  • 2cfe6fb9c0 appveyor: no need to initialize MSVC env for Msys2 Nguyen Anh Quynh 2016-03-09 11:53:59 +08:00
  • dca32a875e appveyor: try without pacman installs Nguyen Anh Quynh 2016-03-09 09:54:09 +08:00
  • 26261be244 improve Appveyor config Nguyen Anh Quynh 2016-03-09 09:35:00 +08:00
  • 276775f5cc more fix for Appveyor CI Nguyen Anh Quynh 2016-03-08 13:41:24 +08:00
  • 861d5e1ad8 fix appveyor.yml Nguyen Anh Quynh 2016-03-08 13:06:16 +08:00
  • 86e2127af1 add Appveyor CI Nguyen Anh Quynh 2016-03-08 12:52:13 +08:00
  • 9c91a6ec28 fix a typo in tests/regress/LICENSE Nguyen Anh Quynh 2016-03-08 08:55:55 +08:00
  • 93f6d8bade Merge pull request #453 from danghvu/master Nguyen Anh Quynh 2016-03-08 08:49:09 +08:00
  • 9d9056c474 Add a license for regression tests Hoang-Vu Dang 2016-03-07 12:22:20 -06:00
  • eec9aa8c57 Merge pull request #452 from Spl3en/master Nguyen Anh Quynh 2016-03-08 01:20:09 +08:00
  • 338fb0e81b Fix a typo in uc_hook_add documentation. Spl3en 2016-03-07 17:52:08 +01:00
  • eb5a762452 python: add __version__ Nguyen Anh Quynh 2016-03-06 21:21:39 +08:00
  • 0950f2e18b python: 0.9 -> 1.0 in setup.py Nguyen Anh Quynh 2016-03-06 17:28:32 +08:00
  • bf7dc4293b python: README -> README.md in setup.py Nguyen Anh Quynh 2016-03-06 17:27:50 +08:00
  • ddba377bd8 Merge pull request #450 from nplanel/query-page-size Nguyen Anh Quynh 2016-03-04 12:59:48 +08:00
  • 2031f7cbdd [query] update bindings UC_QUERY_PAGE_SIZE Nicolas PLANEL 2016-03-04 15:29:32 +11:00
  • 1087ba9dea [query] add UC_QUERY_PAGE_SIZE uc_query helper Nicolas PLANEL 2016-03-04 15:26:06 +11:00
  • 1ddebc7304 travis: do not need to install pkg-config Nguyen Anh Quynh 2016-03-03 23:41:03 +08:00
  • 3ebb5d3a2e travis: fix brew install Nguyen Anh Quynh 2016-03-03 23:33:07 +08:00
  • cf08670a1c Travis: install dependencies for OSX Nguyen Anh Quynh 2016-03-03 23:25:29 +08:00
  • feb7b8e1ae travis: support OSX & Linux Nguyen Anh Quynh 2016-03-03 23:14:25 +08:00
  • 6ee06f79ce Merge pull request #449 from iroiro123/write-byte-high Nguyen Anh Quynh 2016-03-02 11:54:38 +08:00
  • c5888e5670 move macros in qemu/target-*/unicorn*.c to uc_priv.h Hiroyuki UEKAWA 2016-03-02 12:43:02 +09:00