Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-30Add <intrin.h> for MSVCHEADmasterHalton Huo
2017-05-26Added CLang supportbecrux
2017-01-01Update the license info to 2017.Tsuda Kageyu
2016-12-05Support GCC predefined macros to detect x64 mode.Tsuda Kageyu
2016-12-05Check the CPU architecture in hde32.c/hde64.c.Tsuda Kageyu
2016-12-01Suppress a false-positive warning about an uninitialized variable.Tsuda Kageyu
2016-12-01Check the CPU architecture in hde32.c/hde64.c.Tsuda Kageyu
2016-11-09Remove _WIN32_WINNT macros to avoid useless conflicts.Tsuda Kageyu
2016-11-09Remove STRICT macros which will be defined automatically.Tsuda Kageyu
2016-11-09Remove a NOMINMAX macro which has been useless for years.Tsuda Kageyu
2016-11-08Fix NOMINMAX macro redefinition compiler warningiFarbod
2016-09-16Remove duplicate directory which has been created accidentally.Tsuda Kageyu
2016-09-16Lowercase the HDE folder to work with case sensitive systems.Tsuda Kageyu
2016-06-21Small fix in style.Tsuda Kageyu
2016-06-17Update the license info to 2016.Tsuda Kageyu
2016-06-16Use sizeof(varname) rather than sizeof(type).Tsuda Kageyu
2016-06-16Fix some odd comments.Tsuda Kageyu
2016-03-29Make bitfield int values explicitly unsignedberserkovich
2016-03-04Changed position of MH_CreateHookApiAliAssAssIn
2016-02-22Add MH_CreateHookApiEx() function.Tsuda Kageyu
2015-08-27Widen a bit field to ignore its sign.Tsuda Kageyu
2015-08-18Add some supplementary comments.Tsuda Kageyu
2015-07-02Support UNIX build environmentyogpstop
2015-05-29Remove MemoryBarrierEx().Tsuda Kageyu
2015-05-29Reduce #ifdefs for MinGW.Tsuda Kageyu
2015-05-27Reduce #ifdefs for MinGW.Tsuda Kageyu
2015-05-25Revert "Auto load module for MH_CreateHookApi"Tsuda Kageyu
2015-05-19Auto load module for MH_CreateHookApiZLOFENIX
2015-05-19Ok, removed usleep.ZLOFENIX
2015-05-19Changed ARRAYSIZE and resource file.ZLOFENIX
2015-05-19Define change for mingw.ZLOFENIX
2015-05-19Merge remote-tracking branch 'upstream/master'ZLOFENIX
2015-05-19Remove unnecessary #includes.Tsuda Kageyu
2015-05-19Add missing cases to MH_StatusToString().Tsuda Kageyu
2015-05-19Support for MinGW, small fixes.ZLOFENIX
2015-05-17Small fix in style.Tsuda Kageyu
2015-05-16Add function to translate status value to stringKissaki
2015-05-15Fixed subtle bugs caused by fef725e2fdb3f1fa843f5493198f26e28b1a23e3.RaMMicHaeL
2015-05-13Merge branch 'master' of https://github.com/TsudaKageyu/minhookTsuda Kageyu
2015-05-13Change the include paths to remove the dependency on the solution directory.Tsuda Kageyu
2015-05-12Revert "Remove redundant call for FreeBuffer()."Tsuda Kageyu
2015-05-12Rename functions like verb + object.Tsuda Kageyu
2015-05-12Remove redundant call for FreeBuffer().Tsuda Kageyu
2015-05-12Add some comments.Tsuda Kageyu
2015-05-11Small fix in style.Tsuda Kageyu
2015-05-11Remove __try/__finally from hook.c to avoid a thread deadlock in x64 mode.Tsuda Kageyu
2015-03-18Make it clear that some functions are not used in x86 mode by surrounding the...Tsuda Kageyu
2015-03-04Calculate minAddr, maxAddr only for 64-bitRaMMicHaeL
2015-03-04Stop looking for a nearby memory block in x86 mode.Tsuda Kageyu
2015-03-04Improved memory block search.RaMMicHaeL