aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-28Enable tests on AppVeyorZeex1-0/+3
2016-08-28Fix relocation bugZeex1-5/+10
2016-08-28Add support for REX prefixesZeex1-0/+11
2016-08-28Fix CMake errorsZeex2-5/+7
2016-08-28Return error on overflowZeex1-21/+41
2016-08-28Remove stupid assertZeex1-5/+1
2016-08-28Fix test programZeex6-47/+55
2016-08-28Fix trampoline size calculationZeex1-1/+1
2016-08-27Enable 64-bit offsets in test programZeex1-1/+3
2016-08-27Make sure offset fits in 32 bitsZeex1-1/+8
2016-08-25Fix trampoline generationZeex3-1/+18
2016-08-25Fix 64-bit jump being overwritten by regular jumpZeex1-0/+1
2016-08-15Update example codeZeex1-7/+10
2016-08-13Improve C++ interfaceZeex3-61/+77
2016-08-13Fix compile errors in C++ wrapperZeex7-29/+32
2016-07-24Minor cleanupZeex1-3/+3
2016-07-24v0.3v0.3Zeex1-2/+2
2016-07-24Convert tabs to spacesZeex11-493/+510
2016-07-24Return support for 32-bit jumps on x86-64Zeex4-73/+117
2016-04-24Fix pointer cast to smaller type warningZeex1-1/+1
2016-04-23CleanupZeex1-86/+116
2016-04-23Fix MSVC compile errorsZeex1-1/+4
2016-04-23Merge pull request #13 from RomanHargrave/masterZeex1-6/+55
2016-04-02Modify x64 support to use RET rather than JMPOzymandias1-6/+55
2016-01-02v0.2.3v0.2.3Zeex1-1/+1
2016-01-02Make it build on CygwinZeex2-2/+2
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