unicorn/include
Sun Daowen 5eab884244 compile on VS2008/VS2010 (#1397)
Compiling with Win32 Release/MinSizeRel/RelWithDebInfo in VS2008 will cause "fatal error C1063: compiler limit: compiler stack overflow" problem.
Compiling with Win32 Debug or x64 does not have this problem.
You can easily bypass this problem by changing the optimization options /O1 and /O2 to /Od.
In VS2010, when _INTPTR is 0 or 1, UINTPTR_MAX is 0xFFFFFFFF.
2021-10-12 08:50:22 +08:00
..
unicorn compile on VS2008/VS2010 (#1397) 2021-10-12 08:50:22 +08:00
list.h Fix UAF when deleting hook while in hook callback #1127 (#1130) 2020-05-07 14:24:48 +08:00
qemu.h import Unicorn2 2021-10-03 22:14:44 +08:00
uc_priv.h import Unicorn2 2021-10-03 22:14:44 +08:00