Commit Graph

  • 7553c9c1c2 tests: add mips_kseg0_1 to Makefile to compile it Nguyen Anh Quynh 2015-10-27 11:25:34 +08:00
  • 05d89da496 Merge pull request #222 from pkooiman/master Nguyen Anh Quynh 2015-10-27 08:44:32 +08:00
  • 0bad2a8a90 Added test for executing from MIPS kseg0/ksegq1 memory ranges to tests/regress Peter Kooiman 2015-10-26 18:25:59 +01:00
  • 24a7036a87 Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-26 15:46:20 +08:00
  • 359055b4ff python: properly load supporting DLLs in dependency order. this fixes issue #208 Nguyen Anh Quynh 2015-10-26 15:46:10 +08:00
  • 26eb03c7f6 Merge pull request #220 from lunixbochs/master Nguyen Anh Quynh 2015-10-26 09:18:19 +08:00
  • 715d5c3557 Go 1.2 binding compatibility Ryan Hileman 2015-10-25 04:32:56 -07:00
  • 9cd7e2fbf6 Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-25 09:44:44 +08:00
  • a1f8c8ae87 Makefile: overwrite existent library for install target with 'ln -sf' Nguyen Anh Quynh 2015-10-25 09:44:01 +08:00
  • be36122d0c Merge branch 'fix-soname2' of https://github.com/JonathonReinhart/unicorn Nguyen Anh Quynh 2015-10-25 09:37:40 +08:00
  • efb0c87e39 fix install logic after changing LIBRARY Jonathon Reinhart 2015-10-24 16:43:34 -04:00
  • e084c88092 Merge pull request #216 from lunixbochs/master Nguyen Anh Quynh 2015-10-24 23:09:07 +08:00
  • 92f7e2e156 Merge pull request #218 from gaffe23/master Nguyen Anh Quynh 2015-10-24 23:07:19 +08:00
  • 21ce78924c assert that PC was changed in callback-pc test gaffe 2015-10-23 11:28:10 -07:00
  • 8c60d0dca5 allow setting x86 segment base to host-sized value Ryan Hileman 2015-10-23 00:10:38 -07:00
  • dfc8658083 regress: fix compilation warning of mem_double_unmap.c Nguyen Anh Quynh 2015-10-23 11:36:09 +08:00
  • 942edb99e2 update COMPILE.TXT for Python2 requirement Nguyen Anh Quynh 2015-10-23 11:02:04 +08:00
  • 47e31f5663 Merge pull request #211 from williballenthin/patch-2 Nguyen Anh Quynh 2015-10-23 10:58:27 +08:00
  • b4efe72a7e Merge pull request #213 from ranmrdrakono/fb_fix_use_after_free_in_unmap Nguyen Anh Quynh 2015-10-22 17:03:22 +08:00
  • c7de7e44a6 create versioned library name and symlink unversioned name on *nix Jonathon Reinhart 2015-10-21 22:43:14 -04:00
  • dd56621bbb fix for use after free in case of double unmap coco 2015-10-21 22:25:49 +02:00
  • b86ed781d7 COMPILE.TXT: add note to configure Python for build Willi Ballenthin 2015-10-21 11:42:43 -04:00
  • cf727ad323 Merge pull request #207 from williballenthin/patch-1 Nguyen Anh Quynh 2015-10-20 06:21:17 +08:00
  • 34c7b70bcb uc.c: fix minor typo Willi Ballenthin 2015-10-19 16:52:56 -04:00
  • 298a942dd1 python: fix DLL loading for Windows Nguyen Anh Quynh 2015-10-19 22:10:05 +08:00
  • b0a1131ef0 Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-19 08:47:34 +08:00
  • bc96e221df fix UNICORN_DEBUG backward setting (issue #204) Nguyen Anh Quynh 2015-10-19 08:47:19 +08:00
  • 1ee7544d84 Merge pull request #203 from lunixbochs/master Nguyen Anh Quynh 2015-10-19 08:26:17 +08:00
  • 716cbd78e9 add MemUnmap to Go bindings Ryan Hileman 2015-10-18 12:21:43 -07:00
  • 22ae47a9d0 Merge pull request #197 from adolphenom/master Nguyen Anh Quynh 2015-10-17 23:14:19 +08:00
  • 292857dbbd Little README change adolphenom 2015-10-17 11:37:53 +02:00
  • 4f30c2a87f Little README change adolphenom 2015-10-17 11:37:09 +02:00
  • 15fa0a7b9e Little README change adolphenom 2015-10-17 11:35:34 +02:00
  • de8f7107d2 Merge pull request #196 from strazzere/patch-1 Nguyen Anh Quynh 2015-10-17 16:34:29 +08:00
  • 9b9e329fa4 typo Tim Strazzere 2015-10-17 01:21:50 -07:00
  • 8803a100b4 Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-17 16:00:35 +08:00
  • 142d3a6f72 arm: allow to read CPSR register Nguyen Anh Quynh 2015-10-17 15:59:27 +08:00
  • 30858032a0 Merge pull request #195 from strazzere/master Nguyen Anh Quynh 2015-10-17 11:05:45 +08:00
  • 56a7b0246c Merge pull request #194 from lunixbochs/master Nguyen Anh Quynh 2015-10-17 10:03:12 +08:00
  • a44b6e1efc Add OSX 10.11 dylib load fix El Capitan does not guaranteed that (DY)LD_LIBRARY_PATH will exist, so force one last check for the default install directory that the install script uses. Tim Strazzere 2015-10-16 17:07:53 -07:00
  • e45d225d69 fix #192 (outdated enums in Go test) Ryan Hileman 2015-10-16 12:21:38 -07:00
  • 6596b4b829 docs/README: copy&paste error Nguyen Anh Quynh 2015-10-17 01:27:37 +08:00
  • 3ed6ff96b6 Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-17 01:26:24 +08:00
  • 01c52ea885 add some links to docs/README Nguyen Anh Quynh 2015-10-17 01:11:20 +08:00
  • 88397649be Merge pull request #190 from enkomio/master Nguyen Anh Quynh 2015-10-17 00:28:54 +08:00
  • 494a2ea7a2 Merge branch 'master' of https://github.com/enkomio/unicorn Antonio Parata 2015-10-16 17:44:28 +02:00
  • d92bee414d Implemented exception as error management mechanism and removed the error codes Antonio Parata 2015-10-16 17:02:49 +02:00
  • 2a2553e7f5 Implemented exception as error management mechanism and removed the error codes Antonio Parata 2015-10-16 17:02:49 +02:00
  • 90153900bb Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-16 22:03:38 +08:00
  • 4860fdb34c add soname to dynamic library. this fixes issue #188 Nguyen Anh Quynh 2015-10-16 22:03:24 +08:00
  • b7269a4f50 Merge pull request #186 from lunixbochs/master Nguyen Anh Quynh 2015-10-16 21:06:33 +08:00
  • c41294d45d fix sample.go Ryan Hileman 2015-10-16 05:59:55 -07:00
  • d5158f4800 Merge pull request #176 from MattPD/patch-1 Nguyen Anh Quynh 2015-10-16 02:45:44 +08:00
  • af340203cd Merge pull request #177 from MattPD/patch-2 Nguyen Anh Quynh 2015-10-16 02:44:57 +08:00
  • 8886553116 Fix typo in register name (Python sample) Matt 2015-10-15 20:40:03 +02:00
  • 938a118221 Fix typo in register name Matt 2015-10-15 20:38:44 +02:00
  • a2edc1852d typo Nguyen Anh Quynh 2015-10-16 00:22:04 +08:00
  • 468b6eace7 add ChangeLog Nguyen Anh Quynh 2015-10-15 23:54:39 +08:00
  • 749a25d6d3 python: no installer & PyPI packages available yet Nguyen Anh Quynh 2015-10-15 23:51:31 +08:00
  • 15c5705a23 improve COMPILE.TXT Nguyen Anh Quynh 2015-10-15 22:07:26 +08:00
  • 00300d0d97 Merge pull request #175 from enkomio/master Nguyen Anh Quynh 2015-10-15 18:45:52 +08:00
  • d2f487485c Refactored test project Antonio Parata 2015-10-15 12:03:23 +02:00
  • c0ba09e0b8 Implemented uc_strerror and minor refactoring Antonio Parata 2015-10-15 11:24:20 +02:00
  • 03b2fbfbcb enable gen_const for .NET in bindings/Makefile Nguyen Anh Quynh 2015-10-15 16:23:14 +08:00
  • 7dae96c428 Merge branch 'master' of https://github.com/enkomio/unicorn into enkomio-master Nguyen Anh Quynh 2015-10-15 16:17:41 +08:00
  • 314518c340 correct COMPILE.TXT Nguyen Anh Quynh 2015-10-15 16:16:30 +08:00
  • 563f7359dc typo Nguyen Anh Quynh 2015-10-15 16:15:45 +08:00
  • 83bdfa357b add bindings/README Nguyen Anh Quynh 2015-10-15 16:14:36 +08:00
  • d3374a7bbd improve COMPILE.TXT Nguyen Anh Quynh 2015-10-15 16:05:30 +08:00
  • f2877f6aee Merge pull request #174 from cseagle/java_dev Nguyen Anh Quynh 2015-10-15 08:31:02 +08:00
  • 4720322711 Add README.TXT for java bindings Chris Eagle 2015-10-14 16:50:50 -07:00
  • 59c3f1b315 Generated constants file via python script Antonio Parata 2015-10-14 16:34:10 +02:00
  • a45bc0c8cd Refactored in order to be independent from the OS path separator, also added support for .net constants generation Antonio Parata 2015-10-14 16:32:31 +02:00
  • c1423332d4 Fixed typo and minor code refactoring Antonio Parata 2015-10-14 15:05:18 +02:00
  • 7a105c495b First dotnet binding commit Antonio Parata 2015-10-14 10:55:50 +02:00
  • 06f1908873 Added Visual studio files to ignore Antonio Parata 2015-10-14 10:51:23 +02:00
  • 638185cfae Merge pull request #172 from lunixbochs/master Nguyen Anh Quynh 2015-10-14 13:43:16 +08:00
  • 1bb4d6685c add Go README and sample.go Ryan Hileman 2015-10-13 19:38:36 -07:00
  • b1d41d414b on some hook events, uc_hook_add() should not allow more than 1 handler. this add UC_ERR_HOOK_EXIST error type Nguyen Anh Quynh 2015-10-10 18:01:47 +08:00
  • 5b24c24e82 Merge pull request #168 from lunixbochs/master Nguyen Anh Quynh 2015-10-06 14:33:56 +08:00
  • e6b07f4f65 fix #165 Ryan Hileman 2015-10-05 23:30:54 -07:00
  • b0fa23ebe1 Merge pull request #166 from SeanHeelan/master Nguyen Anh Quynh 2015-10-06 14:14:24 +08:00
  • bb4011efe2 Regression test for issue #165 Sean Heelan 2015-10-06 12:55:09 +07:00
  • 9410b8fbe7 regress: add shebang for ensure_typedef_consts_generated.py Nguyen Anh Quynh 2015-10-04 11:21:37 +08:00
  • d93210ad5a python: better support for Python3 (adapted from Capstone code) Nguyen Anh Quynh 2015-10-04 10:55:29 +08:00
  • d13a4197f1 Merge pull request #163 from lunixbochs/master Nguyen Anh Quynh 2015-10-04 10:40:29 +08:00
  • 7e7c6512f5 add composite const generator (fix #161) Ryan Hileman 2015-10-03 10:41:19 -07:00
  • b7c4031ed2 update CREDITS.TXT Nguyen Anh Quynh 2015-10-03 16:02:49 +08:00
  • 600a1af710 Merge branch 'master' of https://github.com/unicorn-engine/unicorn Nguyen Anh Quynh 2015-10-03 15:46:19 +08:00
  • e1e0946f65 Merge pull request #162 from SeanHeelan/master Nguyen Anh Quynh 2015-10-03 14:58:32 +08:00
  • fd6b510038 Added a comment explaining what is being tested for Sean Heelan 2015-10-03 12:36:17 +07:00
  • f62418fc07 Regression test for issue #161 Sean Heelan 2015-10-03 12:22:41 +07:00
  • 9e64cba6ec Rename some hook related enums: Nguyen Anh Quynh 2015-09-30 14:46:55 +08:00
  • 3ca8774f1a arm: properly handle the case when first insn in block is until address Nguyen Anh Quynh 2015-09-30 14:42:08 +08:00
  • 4a42041a83 handle 'bad ram pointer' case. this fixes issue #159 Nguyen Anh Quynh 2015-09-29 18:22:22 +08:00
  • 976950d3c3 chmod +x tests/regress/bad_ram.py Nguyen Anh Quynh 2015-09-29 15:24:30 +08:00
  • 283ff544ac Merge pull request #159 from mothran/badram_regress Nguyen Anh Quynh 2015-09-29 13:59:40 +08:00
  • 0e258b9587 updated a few small errors in the script mothran 2015-09-28 22:50:27 -07:00
  • eeebcc5a44 added bad_ram regress mothran 2015-09-28 21:41:38 -07:00
  • 8b4d274c34 regress: convert some mips tests to use unittest Nguyen Anh Quynh 2015-09-28 11:57:24 +08:00