unicorn/bindings/msvc/unicorn.def
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

19 lines
213 B
Modula-2

EXPORTS
uc_version
uc_arch_supported
uc_open
uc_close
uc_errno
uc_strerror
uc_reg_write
uc_reg_read
uc_mem_write
uc_mem_read
uc_emu_start
uc_emu_stop
uc_hook_add
uc_hook_del
uc_mem_map
uc_mem_unmap
uc_mem_protect