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
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
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
Tim Strazzere
9b9e329fa4
typo
2015-10-17 01:21:50 -07:00
Nguyen Anh Quynh
8803a100b4
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2015-10-17 16:00:35 +08:00
Nguyen Anh Quynh
142d3a6f72
arm: allow to read CPSR register
2015-10-17 15:59:27 +08:00
Nguyen Anh Quynh
30858032a0
Merge pull request #195 from strazzere/master
...
Add OSX 10.11 dylib load fix
2015-10-17 11:05:45 +08:00
Nguyen Anh Quynh
56a7b0246c
Merge pull request #194 from lunixbochs/master
...
fix #192 (outdated enums in Go test)
2015-10-17 10:03:12 +08:00
Tim Strazzere
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.
2015-10-16 17:07:53 -07:00
Ryan Hileman
e45d225d69
fix #192 (outdated enums in Go test)
2015-10-16 12:21:38 -07:00
Nguyen Anh Quynh
6596b4b829
docs/README: copy&paste error
2015-10-17 01:27:37 +08:00
Nguyen Anh Quynh
3ed6ff96b6
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2015-10-17 01:26:24 +08:00
Nguyen Anh Quynh
01c52ea885
add some links to docs/README
2015-10-17 01:11:20 +08:00
Nguyen Anh Quynh
88397649be
Merge pull request #190 from enkomio/master
...
Implemented error mechanism based on exception raising
2015-10-17 00:28:54 +08:00
Antonio Parata
494a2ea7a2
Merge branch 'master' of https://github.com/enkomio/unicorn
2015-10-16 17:44:28 +02:00
Antonio Parata
d92bee414d
Implemented exception as error management mechanism and removed the error codes
2015-10-16 17:43:56 +02:00
Antonio Parata
2a2553e7f5
Implemented exception as error management mechanism and removed the error codes
2015-10-16 17:02:49 +02:00
Nguyen Anh Quynh
90153900bb
Merge branch 'master' of https://github.com/unicorn-engine/unicorn
2015-10-16 22:03:38 +08:00
Nguyen Anh Quynh
4860fdb34c
add soname to dynamic library. this fixes issue #188
2015-10-16 22:03:24 +08:00
Nguyen Anh Quynh
b7269a4f50
Merge pull request #186 from lunixbochs/master
...
fix sample.go
2015-10-16 21:06:33 +08:00
Ryan Hileman
c41294d45d
fix sample.go
2015-10-16 05:59:55 -07:00
Nguyen Anh Quynh
d5158f4800
Merge pull request #176 from MattPD/patch-1
...
Fix typo in register name (C sample)
2015-10-16 02:45:44 +08:00
Nguyen Anh Quynh
af340203cd
Merge pull request #177 from MattPD/patch-2
...
Fix typo in register name (Python sample)
2015-10-16 02:44:57 +08:00
Matt
8886553116
Fix typo in register name (Python sample)
...
Register should be `edx` (not `dex`)
2015-10-15 20:40:03 +02:00
Matt
938a118221
Fix typo in register name
...
Register should be `edx` (not `dex`).
2015-10-15 20:38:44 +02:00
Nguyen Anh Quynh
a2edc1852d
typo
2015-10-16 00:22:04 +08:00
Nguyen Anh Quynh
468b6eace7
add ChangeLog
2015-10-15 23:54:39 +08:00
Nguyen Anh Quynh
749a25d6d3
python: no installer & PyPI packages available yet
2015-10-15 23:51:31 +08:00
Nguyen Anh Quynh
15c5705a23
improve COMPILE.TXT
2015-10-15 22:07:26 +08:00
Nguyen Anh Quynh
00300d0d97
Merge pull request #175 from enkomio/master
...
Completed .NET binding and refactoring
2015-10-15 18:45:52 +08:00
Antonio Parata
d2f487485c
Refactored test project
2015-10-15 12:03:23 +02:00
Antonio Parata
c0ba09e0b8
Implemented uc_strerror and minor refactoring
2015-10-15 11:24:20 +02:00
Nguyen Anh Quynh
03b2fbfbcb
enable gen_const for .NET in bindings/Makefile
2015-10-15 16:23:14 +08:00
Nguyen Anh Quynh
7dae96c428
Merge branch 'master' of https://github.com/enkomio/unicorn into enkomio-master
2015-10-15 16:17:41 +08:00
Nguyen Anh Quynh
314518c340
correct COMPILE.TXT
2015-10-15 16:16:30 +08:00
Nguyen Anh Quynh
563f7359dc
typo
2015-10-15 16:15:45 +08:00
Nguyen Anh Quynh
83bdfa357b
add bindings/README
2015-10-15 16:14:36 +08:00
Nguyen Anh Quynh
d3374a7bbd
improve COMPILE.TXT
2015-10-15 16:05:30 +08:00
Nguyen Anh Quynh
f2877f6aee
Merge pull request #174 from cseagle/java_dev
...
Add README.TXT for java bindings
2015-10-15 08:31:02 +08:00