Added MSVC++ support for unicorn

This lets you import the pre-built unicorn.dll files with Microsoft
Visual C++ projects.

There is support for static and dynamic linking of dlls. This has been
tested as working for both 32bit and 64bit versions.

The dynamic linking code should also work in Linux, though I have not
tested it.
This commit is contained in:
xorstream
2015-12-04 22:09:24 +11:00
parent 032eb66908
commit 77f946f2fc
6 changed files with 415 additions and 0 deletions

1
.gitignore vendored
View File

@@ -77,6 +77,7 @@ unicorn.pc
unicorn.lib
unicorn.dll
unicorn_*.lib
unicorn_*.exp
unicorn_*.dll