1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-03-07 11:09:52 +00:00
unicorn/bindings/go/unicorn
Stephen 75d90aff52 Make cleanup ()
* make cleanup

* Update .travis.yml
Update eflags_nosync.c
Update sigill2.c
Update ro_mem_test.c
Update ro_mem_test.c
Update nr_mem_test.c
Update mem_fuzz.c
Update mem_double_unmap.c
Update emu_stop_in_hook_overrun.c
Update eflags_nosync.c
remove unused
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update mem_64_c.c
Update mem_64_c.c
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update Makefile
Update .travis.yml
try android ndk build
Update unicorn.py
Update unicorn.py
Update Makefile
Update unicorn.py
Update unicorn.py
remove an untrue comment

if a dll/so/dylib gets loaded at runtime is dependent on many different factors, primarily the LD/DYLD paths. Those do not always include the current working directory
Update Makefile
Update .appveyor.yml
Update .travis.yml
Update Makefile
Update .appveyor.yml
Fix bad sample

* Update Makefile

* Update Makefile

* Update install-cmocka-linux.sh

* remove verbose option from tar

* add upgrade to pacman for cmake

* pacman double update, needed to get new packages

* enable cmocka unit testing

* rejigger commands to fail on any step

should get fails in msys builds for cmocka

* fix quote

* make cmocka in cygwin only

* add msys cache
2016-11-19 17:17:48 +08:00
..
arm64_const.go remove UC_ prefix for go binding consts 2015-09-07 19:25:13 -07:00
arm_const.go remove UC_ prefix for go binding consts 2015-09-07 19:25:13 -07:00
context.go Go: add context api () 2016-10-31 16:00:57 +08:00
context_test.go Go: add context api () 2016-10-31 16:00:57 +08:00
hook.c Go: update hook interface 2016-02-27 10:55:59 -08:00
hook.go Go bindings: fix concurrent hook updates 2016-07-27 05:16:12 -07:00
hook.h Go: update hook interface 2016-02-27 10:55:59 -08:00
m68k_const.go remove UC_ prefix for go binding consts 2015-09-07 19:25:13 -07:00
mips_const.go remove UC_ prefix for go binding consts 2015-09-07 19:25:13 -07:00
sparc_const.go bindings: update Sparc registers after the last core change 2015-09-15 14:17:57 +07:00
uc.c fix Go binding C99 regression 2016-04-05 20:02:07 -07:00
uc.h add batched reg access 2016-04-04 20:51:38 -07:00
unicorn.go Make cleanup () 2016-11-19 17:17:48 +08:00
unicorn_const.go add UC_VERSION_{MAJOR, MINOR, EXTRA} 2016-10-25 14:37:47 +08:00
unicorn_test.go Go: add uc_query api 2016-02-27 11:15:06 -08:00
x86.go Go: add RegReadMmr and test 2016-02-28 12:01:24 -08:00
x86_const.go bindings: add X86 FPTAGS & FPCW registers after recent change in the core 2016-03-14 09:14:48 +08:00
x86_test.go Go: add RegReadMmr and test 2016-02-28 12:01:24 -08:00