aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-02v0.4.2v0.4.2Zeex1-2/+2
2018-09-01Fix idiotic syntax errors in .travis.yamlZeex1-2/+2
2018-09-01Fix FindYasm error on WindowsZeex1-2/+2
2018-09-01Add installation notes to READMEZeex1-0/+10
2018-09-01Invert SUBHOOK_NO_* build variablesZeex1-4/+5
2018-09-01Add FindYasm packageZeex3-6/+12
2018-09-01Fix yasm commandZeex1-1/+1
2018-09-01Replace non-existent 'brew' addon with before_installZeex1-5/+4
2018-09-01Remove debug messageZeex1-1/+0
2018-09-01Attempt to fix package installation errors in macOS CI buildZeex1-6/+11
2018-09-01Enable macOS build on Travis CIZeex1-0/+3
2018-09-01Fix issues with 64-bit build of test_exeZeex12-38/+139
2018-09-01Remove SUBHOOK_BUILD_ASM_TEST variableZeex1-2/+0
2018-09-01Tell CMake to skip C++ compiler setupZeex1-1/+1
2018-09-01Clean up CI configsZeex2-16/+2
2018-09-01Fix wrong obj formatZeex1-1/+1
2018-09-01Fix yasm not being found in CI buildsZeex2-1/+4
2018-09-01Add "Known issues" section to READMEZeex1-0/+19
2018-09-01Mention macOS support in READMEZeex1-2/+2
2018-09-01Replace test_exe with asm_test_exeZeex3-130/+46
2018-09-01Fix asm_test build error on macOSZeex2-23/+29
2018-08-31Improve test programsZeex2-10/+24
2018-08-14v0.4.1v0.4.1Zeex1-1/+1
2018-08-14Add policy existence checkZeex1-2/+4
2018-04-11Make build variables visible in CMake GUIZeex2-1/+7
2018-04-07Add NOP macros from nasm-utilsZeex1-1/+13
2018-04-07Set up asm compilation for occasional manual testingZeex7-79/+223
2018-03-23Add support for NOP (one-byte version) (#28)Zeex1-1/+2
2017-10-31Remove broken version badgeZeex1-3/+0
2017-10-31Replace 0 with NULLZeex3-18/+18
2017-10-31Fix CMake warning about @rpathZeex1-0/+2
2017-10-31Merge pull request #27 from Y-Less/masterZeex3-4/+23
2017-07-28Made all subhook calls NULL safe, not just one destructor.Y_Less3-4/+23
2017-06-23Merge pull request #26 from tharindud/masterZeex1-2/+2
2017-06-19Fixing a compiler error in the example C++ code in README.md due to '<<' bein...Tharindu Dissanayake1-2/+2
2017-03-31Merge pull request #23 from gocha/fix-dtor-nullrefZeex1-2/+4
2017-03-31Merge pull request #24 from gocha/scoped-install-with-new-handlerZeex1-0/+9
2017-03-31Add new ScopedHookInstall constructor which can set/override the new hook des...gocha1-0/+9
2017-03-31Fix null reference on the destruction of empty Hookgocha1-2/+4
2017-02-13Merge pull request #21 from omgtehlion/patch-1Zeex1-1/+1
2017-02-07SUB r/m32, imm32 instruction typoAnton1-1/+1
2016-09-08v0.4v0.4Zeex1-1/+1
2016-08-29Revert "Enable tests on AppVeyor"Zeex1-3/+0
2016-08-29Properly decode SIB lengthZeex1-2/+14
2016-08-29CleanupZeex1-6/+16
2016-08-29Add more logging in test programZeex1-7/+22
2016-08-29Tell CTest to show output on failureZeex2-2/+8
2016-08-28Add support for Mac OSZeex3-7/+11
2016-08-28Add x64 platform for AppVeryorZeex1-0/+4
2016-08-28Configure 32-bit Travis buildZeex1-2/+9