├── Detector.sln ├── Detector ├── Detector.cpp ├── Detector.vcxproj ├── Detector.vcxproj.filters └── Detector.vcxproj.user ├── LICENSE └── README.md /Detector.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/Detector.sln -------------------------------------------------------------------------------- /Detector/Detector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/Detector/Detector.cpp -------------------------------------------------------------------------------- /Detector/Detector.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/Detector/Detector.vcxproj -------------------------------------------------------------------------------- /Detector/Detector.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/Detector/Detector.vcxproj.filters -------------------------------------------------------------------------------- /Detector/Detector.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/Detector/Detector.vcxproj.user -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brosck/APIHookingDetector/HEAD/README.md --------------------------------------------------------------------------------