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

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-12Use LLVM-compatible dlltool flags, fixes #101HEADmasterMichael Maltsev
2022-11-11Merge pull request #106 from KokoseiJ/masterMichael Maltsev
2022-11-10Updated dll_resources path to match the case of the actual filesKokosei J
2022-10-10Add support for VS2022Michael Maltsev
2021-09-10Small changes to hde64m417z
2021-08-13Fix thread freezing when there is only one threadm417z
2021-08-13Minor adjustments for consistencym417z
2021-07-05Fix compiling as C++ codem417z
2021-04-24Report allocation error on thread freezingm417z
2020-12-12Minor fixupsm417z
2020-11-13Merge pull request #85 from LilyWangL/vcpkg-instructionsMichael Maltsev
2020-11-13Use Windows commandsMichael Maltsev
2020-11-13Merge pull request #58 from Mixaill/cmakeMichael Maltsev
2020-11-13Merge pull request #79 from AeonLucid/masterMichael Maltsev
2020-11-13Updated gitignore filem417z
2020-11-13Removed the obsolete donation message, formattingm417z
2020-11-13Include missing intrin.h for __movsbm417z
2020-11-13Small changes to hdem417z
2020-03-06Add vcpkg installation instructionswangli28
2019-05-11Added support for VS2019.AeonLucid
2017-11-05Add CMake supportMikhail Paulyshka
2017-05-23Clean up README.md.Tsuda Kageyu
2017-01-06Fix the release date of v1.3.3.v1.3.3Tsuda Kageyu
2017-01-01Update the license info to 2017.Tsuda Kageyu
2016-12-31Merge branch 'master' of https://github.com/TsudaKageyu/minhookTsuda Kageyu
2016-12-31Update README.md.Tsuda Kageyu
2016-12-20Update README.mdTsuda 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-22Update the platform toolset of VS2017 projects to v141_xp.Tsuda Kageyu
2016-11-09Remove _WIN32_WINNT macros to avoid useless conflicts.Tsuda Kageyu
2016-11-09Define STRICT as a project-wide macro.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-08Merge pull request #34 from ifarbod/patch-1Tsuda Kageyu
2016-11-08Fix NOMINMAX macro redefinition compiler warningiFarbod
2016-09-17Ignore more Visual Studio files.Tsuda Kageyu
2016-09-17Lowercase the path in MinGW Makefile too.Tsuda Kageyu
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-09-13Update the DLL version resource to v1.3.3.Tsuda Kageyu
2016-09-13Add Visual Studio Code files to .gitignore.Tsuda Kageyu
2016-09-13Update README.mdTsuda Kageyu
2016-09-13Add a missing export entry to MinHook.def.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