aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-29v0.2v0.2Zeex1-16/+17
2014-11-27Fix compile errorsZeex2-7/+11
2014-11-27Fix silly mistakeZeex1-1/+1
2014-11-27Fix decoding of [disp32] decodingZeex1-6/+8
2014-11-27Remove unused includesZeex4-5/+2
2014-11-27Add support for trampolinesZeex10-126/+304
2014-10-15Update copyright yearZeex6-6/+6
2014-10-13Add SetSrc and SetDst methodsZeex1-0/+3
2014-10-04Update test outputZeex1-4/+0
2014-10-04Small refactoring & cleanupZeex4-11/+19
2014-10-04Remove excess quotesZeex2-14/+14
2014-10-04Fix test failing in release buildZeex5-55/+36
2014-07-29Call subhook_unprotect() only on first installZeex4-21/+23
2013-12-23Fix MSVC warning in IsInstalled()Zeex1-1/+1
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