aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-12v0.2.2v0.2.2Zeex1-1/+1
2015-11-10Add link to Intel manualsZeex1-2/+4
2015-11-10Add support for TEST and more variants of SUB in trampolinesZeex1-30/+44
2015-09-13Fix x64 compile warningsZeex1-7/+8
2015-09-13Add .editorconfigZeex1-0/+10
2015-03-22Mention license in READMEZeex1-0/+5
2015-02-16Add AppVeyor configZeex2-0/+13
2015-02-12Update yearZeex6-6/+6
2015-01-16Add build status badgeZeex1-0/+3
2015-01-16Add Travis CI configZeex1-0/+16
2015-01-16Fix typo in example codeZeex1-1/+1
2015-01-15Minor readme fixesZeex1-3/+2
2015-01-15Add version badgeZeex1-0/+4
2015-01-15v0.2.1v0.2.1Zeex1-1/+1
2015-01-09Add .gitattributesZeex1-0/+1
2015-01-07Fix clang warning (missing type specifier)Zeex1-2/+2
2015-01-06Make SUBHOOK_STATIC a regular variableZeex1-2/+0
2014-12-02Enable install and tests by deafultZeex1-2/+2
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