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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-20Add a props file for 3rd party libraries.XhmikosR
This way, we'll be able to use separate settings more easily.
2014-03-31mhook: backport REX-prefixed EIP-based jump fixAlex Marsev
This reverts commit 1b826e7a56671c3b8ed0ee827bc2186700a3a952.
2014-03-31Revert "mhook: backport version 2.4 changes"Alex Marsev
This reverts commit 4524c7ddbbd06ae471dbb3221e9a40d067ad2840. Fixes #4179
2014-03-30mhook: backport version 2.4 changesAlex Marsev
Obsoletes one of our hacks.
2013-09-13mhook: hack around EMETAlex Marsev
2013-08-10mhook: support more x64 functionsAlex Marsev
2013-08-10mhook: optimize hooking speedAlex Marsev
Don't try to suspend other threads when hooking, that procedure is very slow and mpc-hc has only one thread present where it hooks
2013-08-10Migrate from detours to mhook-2.3Alex Marsev