practicalswift
a435307543
Test case for issue #237 (OS X crash when creating 2048:th Uc object)
2015-11-02 23:18:30 +01:00
Nguyen Anh Quynh
aaa53f7e6b
Merge pull request #234 from williballenthin/patch-4
...
python README.TXT: clarify working directories
2015-11-01 22:36:15 +08:00
Willi Ballenthin
197602b806
python README.TXT: clarify working directories
...
clarify in which directory to build the core project and install the python bindings. when i went to install the python bindings, i was momentarily confused why the root Makefile didn't have an `install3` target.
2015-11-01 08:50:06 -05:00
Nguyen Anh Quynh
c0de3b5c96
Merge pull request #233 from williballenthin/patch-3
...
COMPILE.TXT: fix trivial typo
2015-11-01 13:13:08 +08:00
Willi Ballenthin
863bb567db
COMPILE.TXT: fix typo
...
trivial typo fix to installation path
2015-11-01 00:54:54 -04:00
Nguyen Anh Quynh
84fce71416
Merge pull request #231 from lunixbochs/master
...
Go bindings: add Close() and set as GC finalizer (fix #230 )
2015-10-31 13:38:00 +08:00
Ryan Hileman
a6ffb71e4c
Go bindings: add Close() and set as GC finalizer
2015-10-30 22:08:35 -07:00
Nguyen Anh Quynh
b41db5abd9
Merge pull request #229 from practicalswift/typos
...
Fix typos. Remove trailing whitespace.
2015-10-31 10:39:35 +08:00
practicalswift
2dc0451e3a
Remove trailing whitespace.
2015-10-30 22:34:35 +01:00
practicalswift
4f521c371c
Fix typos.
2015-10-30 22:32:59 +01:00
Nguyen Anh Quynh
e1f7f47096
Merge pull request #226 from mrphrazer/python_mem_api
...
Python bindings mem_protect and mem_unmap
2015-10-28 12:37:13 +08:00
Tim Blazytko
94012558fb
python bindings: added mem_protect
2015-10-28 05:26:09 +01:00
Tim Blazytko
fe2ecdf6f9
python bindings: added mem_unmap
2015-10-28 05:25:36 +01:00
Nguyen Anh Quynh
b66a323b19
do not free MemoryRegion in memory_unmap() because it will be unref later in memory_region_unref(). this fixes issue #202
2015-10-28 01:26:59 +08:00
Nguyen Anh Quynh
3a36e327ab
support memory redirection, so the issue #217 is fixed
2015-10-27 14:37:03 +08:00
Nguyen Anh Quynh
cea1cf210d
tests: mips_kseg0_1.c prints out friendly error message rather than just error code
2015-10-27 12:36:03 +08:00
Nguyen Anh Quynh
7553c9c1c2
tests: add mips_kseg0_1 to Makefile to compile it
2015-10-27 11:25:34 +08:00
Nguyen Anh Quynh
05d89da496
Merge pull request #222 from pkooiman/master
...
Test for executing from MIPS kseg0/kseg1 memory ranges
2015-10-27 08:44:32 +08:00
Peter Kooiman
0bad2a8a90
Added test for executing from MIPS kseg0/ksegq1 memory ranges to tests/regress
2015-10-26 18:37:27 +01:00
Nguyen Anh Quynh
24a7036a87
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2015-10-26 15:46:20 +08:00
Nguyen Anh Quynh
359055b4ff
python: properly load supporting DLLs in dependency order. this fixes issue #208
2015-10-26 15:46:10 +08:00
Nguyen Anh Quynh
26eb03c7f6
Merge pull request #220 from lunixbochs/master
...
Go 1.2 binding compatibility
2015-10-26 09:18:19 +08:00
Ryan Hileman
715d5c3557
Go 1.2 binding compatibility
2015-10-25 04:33:10 -07:00
Nguyen Anh Quynh
9cd7e2fbf6
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2015-10-25 09:44:44 +08:00
Nguyen Anh Quynh
a1f8c8ae87
Makefile: overwrite existent library for install target with 'ln -sf'
2015-10-25 09:44:01 +08:00
Nguyen Anh Quynh
be36122d0c
Merge branch 'fix-soname2' of https://github.com/JonathonReinhart/unicorn
2015-10-25 09:37:40 +08:00
Jonathon Reinhart
efb0c87e39
fix install logic after changing LIBRARY
...
Now that LIBRARY is the versioned name (e.g. "libunicorn.so.0"), we
don't need this rename step; just create the symlink for libunicorn.so.
If VERSION_EXT isn't set, then the library we installed already has the
correct name, and no symlink is necessary.
We should probably be running 'ldconfig' to handle this, or better yet,
using libtool.
2015-10-24 16:43:34 -04:00
Nguyen Anh Quynh
e084c88092
Merge pull request #216 from lunixbochs/master
...
allow setting x86 segment base to host-sized value
2015-10-24 23:09:07 +08:00
Nguyen Anh Quynh
92f7e2e156
Merge pull request #218 from gaffe23/master
...
add assertion to callback-PC test to make it clear what the correct behavior should be (issue #210 )
2015-10-24 23:07:19 +08:00
gaffe
21ce78924c
assert that PC was changed in callback-pc test
2015-10-23 11:28:10 -07:00
Ryan Hileman
8c60d0dca5
allow setting x86 segment base to host-sized value
2015-10-23 00:15:08 -07:00
Nguyen Anh Quynh
dfc8658083
regress: fix compilation warning of mem_double_unmap.c
2015-10-23 11:36:09 +08:00
Nguyen Anh Quynh
942edb99e2
update COMPILE.TXT for Python2 requirement
2015-10-23 11:02:04 +08:00
Nguyen Anh Quynh
47e31f5663
Merge pull request #211 from williballenthin/patch-2
...
COMPILE.TXT: add note to configure Python for build
2015-10-23 10:58:27 +08:00
Nguyen Anh Quynh
b4efe72a7e
Merge pull request #213 from ranmrdrakono/fb_fix_use_after_free_in_unmap
...
fix for use after free in case of double unmap
2015-10-22 17:03:22 +08:00
Jonathon Reinhart
c7de7e44a6
create versioned library name and symlink unversioned name on *nix
...
This allows executables (e.g. unit tests) to link against the
libunicorn.so in the build directory, after the SONAME was added in
4860fdb3
.
Becuase libunicorn.so has an SONAME of libunicorn.so.0, the linker uses
the SONAME for the DT_NEEDED entry of the tests. But because a library
with that name did not exist, they would fail to run.
2015-10-21 22:48:25 -04:00
coco
dd56621bbb
fix for use after free in case of double unmap
2015-10-21 22:25:49 +02:00
Willi Ballenthin
b86ed781d7
COMPILE.TXT: add note to configure Python for build
...
Addresses #206
2015-10-21 11:42:43 -04:00
Nguyen Anh Quynh
cf727ad323
Merge pull request #207 from williballenthin/patch-1
...
uc.c: fix minor typo
2015-10-20 06:21:17 +08:00
Willi Ballenthin
34c7b70bcb
uc.c: fix minor typo
...
s/argumet/argument/g
2015-10-19 16:52:56 -04:00
Nguyen Anh Quynh
298a942dd1
python: fix DLL loading for Windows
2015-10-19 22:10:05 +08:00
Nguyen Anh Quynh
b0a1131ef0
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2015-10-19 08:47:34 +08:00
Nguyen Anh Quynh
bc96e221df
fix UNICORN_DEBUG backward setting (issue #204 )
2015-10-19 08:47:19 +08:00
Nguyen Anh Quynh
1ee7544d84
Merge pull request #203 from lunixbochs/master
...
add MemUnmap to Go bindings
2015-10-19 08:26:17 +08:00
Ryan Hileman
716cbd78e9
add MemUnmap to Go bindings
2015-10-18 12:21:43 -07:00
Nguyen Anh Quynh
22ae47a9d0
Merge pull request #197 from adolphenom/master
...
Small correction in README
2015-10-17 23:14:19 +08:00
adolphenom
292857dbbd
Little README change
...
Typo
2015-10-17 11:37:53 +02:00
adolphenom
4f30c2a87f
Little README change
...
Added link to COPYING file (it contains LICENSE terms)
2015-10-17 11:37:09 +02:00
adolphenom
15fa0a7b9e
Little README change
...
Changed 'open source' for 'free software'
2015-10-17 11:35:34 +02:00
Nguyen Anh Quynh
de8f7107d2
Merge pull request #196 from strazzere/patch-1
...
typo
2015-10-17 16:34:29 +08:00