aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Revert "Move sources and headers to src and include"v0.1Zeex7-7/+5
2013-12-14Move sources and headers to src and includeZeex7-5/+7
2013-12-14Remove unused Wikipedia link in READMEZeex1-1/+0
2013-12-14Remove unused argc and argvZeex1-1/+1
2013-12-14Split main() in two functions (one per test)Zeex1-11/+18
2013-12-14Repair subhook_read_dst()Zeex1-6/+5
2013-12-14Minor cleanupZeex1-6/+5
2013-12-14Remove the SUBHOOK_INSTALL_HOOK macroZeex1-7/+0
2013-12-14Access subhook struct directlyZeex1-5/+5
2013-12-14Fix compile errors after silly find & replaceZeex1-4/+4
2013-12-14Get rid of installed_ in SubHookZeex1-30/+14
2013-12-07Allocate whole struct in one malloc() callZeex3-32/+10
2013-12-06Fix coding styleZeex4-16/+19
2013-12-06Remove redundant includesZeex2-5/+0
2013-12-06Fix typo in example codeZeex1-1/+1
2013-12-05Mention x86-64 support in readmeZeex1-1/+1
2013-12-05Use less magic numbers and more memcpy()Zeex1-19/+31
2013-12-05Add subhook_t typedefZeex6-35/+38
2013-12-05Fix grammarZeex1-1/+1
2013-12-05Remove subhook_unprotect() from public APIZeex4-7/+6
2013-10-18Remove .gitignoreZeex1-5/+0
2013-09-26Too much wordsZeex1-4/+3
2013-06-26Updated introZeex1-2/+3
2013-05-18Make subhook_is_installed() part of the exported APIZeex4-17/+7
2013-05-18Remove the "easily portable" note from READMEZeex1-4/+1
2013-05-17Merge pull request #1 from udan11/masterZeex1-1/+1
2013-05-17Fixed minor documentation issue.udan11071-1/+1
2013-04-03Fix intptr_t redefinition on non-MSVCZeex1-1/+1
2013-03-29Revert "Change output name of the static library on Windows"Zeex1-3/+0
2013-03-27Change output name of the static library on WindowsZeex1-0/+3
2013-03-27Include SUBHOOK_STATIC in CMake cacheZeex1-5/+12
2013-03-27Add subhook DLL path to PATH for the testZeex1-0/+5
2013-03-04Use cached variables instead of optionsZeex1-3/+4
2013-02-06Replace spaces with tabs in test codeZeex1-25/+25
2013-02-01Fix functions still appearing in outer DLL's exports for static buildZeex1-0/+2
2013-01-25Replace _WIN32 with SUBHOOK_WINDOWSZeex1-1/+1
2013-01-22Add ARCHIVE DESTINATION for static buildsZeex1-0/+1
2013-01-19Ignore CMakeLists.txt.user created by QtCreatorZeex1-0/+4
2013-01-19Add a test programZeex4-0/+66
2013-01-19Experimental support for x86-64Zeex3-11/+26
2013-01-17Add SubHook::GetSrc() and SubHook::GetDst()Zeex1-0/+3
2013-01-17Add SubHook::ReadDst(void *src)Zeex1-0/+4
2013-01-16Use lower case language identidifer in code blocksZeex1-2/+2
2013-01-16Add SUBHOOK_INSTALL and SUBHOOK_PACKAGE to optionsZeex1-0/+3
2013-01-16Add SUBHOOK_PACKAGE varZeex1-0/+4
2013-01-16Replace size_t with intptr_tZeex1-2/+3
2013-01-16Update yearZeex6-6/+6
2013-01-16Set RUNTIME install path for the case of shared library buildZeex1-1/+2
2013-01-15Disable copying and assignment of ScopedInstall/ScopedRemoveZeex1-0/+8
2013-01-15Fix C++ exampleZeex1-3/+3