mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 20:58:19 +00:00
523fb9d9fc
* msvc unicorn.def and dynload.c added new uc_context* and uc_free api, includes support for older dlls compiled with uc_context_free (can remove next binary release) * vb6 bindings & x86 32bit sample class for unicorn
27 lines
349 B
Modula-2
27 lines
349 B
Modula-2
EXPORTS
|
|
uc_version
|
|
uc_arch_supported
|
|
uc_open
|
|
uc_close
|
|
uc_query
|
|
uc_errno
|
|
uc_strerror
|
|
uc_reg_write
|
|
uc_reg_read
|
|
uc_reg_write_batch
|
|
uc_reg_read_batch
|
|
uc_mem_write
|
|
uc_mem_read
|
|
uc_emu_start
|
|
uc_emu_stop
|
|
uc_hook_add
|
|
uc_hook_del
|
|
uc_mem_map
|
|
uc_mem_map_ptr
|
|
uc_mem_unmap
|
|
uc_mem_protect
|
|
uc_mem_regions
|
|
uc_context_alloc
|
|
uc_context_restore
|
|
uc_context_save
|
|
uc_free
|