unicorn/include
xorstream 77f946f2fc 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.
2015-12-04 22:09:24 +11:00
..
unicorn Added MSVC++ support for unicorn 2015-12-04 22:09:24 +11:00
hook.h rename uchook to uc_hook, ucengine to uc_engine, uc_hook_t to uc_hook_type 2015-09-05 11:20:32 +08:00
qemu_macro.h import 2015-08-21 15:04:50 +08:00
qemu.h import 2015-08-21 15:04:50 +08:00
uc_priv.h handle some errors properly so avoid exit() during initialization. this fixes issue #237 2015-11-12 01:43:41 +08:00