aboutsummaryrefslogtreecommitdiff
path: root/subhook.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Cleanup and code style fixseZeex1-1/+2
2018-11-22Add subhook_set_disasm_handler()Zeex1-0/+7
2018-11-04Add option to disable #inclusion of platform-specific files into subhook.cZeex1-0/+4
2018-09-03Clean up and improve commentsZeex1-1/+1
2017-10-31Replace 0 with NULLZeex1-8/+8
2017-07-28Made all subhook calls NULL safe, not just one destructor.Y_Less1-0/+12
2016-08-28Add support for Mac OSZeex1-2/+2
2016-07-24Convert tabs to spacesZeex1-7/+7
2015-02-12Update yearZeex1-1/+1
2014-11-27Remove unused includesZeex1-2/+0
2014-11-27Add support for trampolinesZeex1-8/+4
2014-10-15Update copyright yearZeex1-1/+1
2014-07-29Call subhook_unprotect() only on first installZeex1-8/+8
2013-12-15Revert "Move sources and headers to src and include"v0.1Zeex1-0/+59
2013-12-14Move sources and headers to src and includeZeex1-59/+0
2013-12-07Allocate whole struct in one malloc() callZeex1-19/+0
2013-12-05Add subhook_t typedefZeex1-10/+10
2013-05-18Make subhook_is_installed() part of the exported APIZeex1-6/+2
2013-01-19Experimental support for x86-64Zeex1-1/+1
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-2/+12
2013-01-13First commitZeex1-0/+72