aboutsummaryrefslogtreecommitdiff
path: root/subhook_x86.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Update yearZeex1-1/+1
2014-11-27Fix compile errorsZeex1-5/+9
2014-11-27Fix silly mistakeZeex1-1/+1
2014-11-27Fix decoding of [disp32] decodingZeex1-6/+8
2014-11-27Add support for trampolinesZeex1-52/+218
2014-10-15Update copyright yearZeex1-1/+1
2014-10-04Small refactoring & cleanupZeex1-8/+16
2014-07-29Call subhook_unprotect() only on first installZeex1-9/+8
2013-12-15Revert "Move sources and headers to src and include"v0.1Zeex1-0/+113
2013-12-14Move sources and headers to src and includeZeex1-113/+0
2013-12-14Repair subhook_read_dst()Zeex1-6/+5
2013-12-14Minor cleanupZeex1-6/+5
2013-12-14Access subhook struct directlyZeex1-5/+5
2013-12-07Allocate whole struct in one malloc() callZeex1-9/+10
2013-12-05Use less magic numbers and more memcpy()Zeex1-19/+31
2013-12-05Add subhook_t typedefZeex1-5/+5
2013-05-18Make subhook_is_installed() part of the exported APIZeex1-2/+2
2013-04-03Fix intptr_t redefinition on non-MSVCZeex1-1/+1
2013-01-25Replace _WIN32 with SUBHOOK_WINDOWSZeex1-1/+1
2013-01-19Experimental support for x86-64Zeex1-5/+14
2013-01-16Update yearZeex1-1/+1
2013-01-15Rename some functionsZeex1-4/+4
2013-01-15Move arch initialization/cleanup to subhook_arch_{new,free}Zeex1-6/+11
2013-01-15Fix silly memory leak in subhook_install()Zeex1-2/+5
2013-01-13First commitZeex1-0/+85