├── .gitattributes ├── .gitignore ├── BlindEdr.sln ├── BlindEdr ├── ApiHashing.c ├── ApiHashing.h ├── BlindEdr.vcxproj ├── BlindEdr.vcxproj.filters ├── CallbackManager.c ├── Common.c ├── Common.h ├── Context.c ├── Debug.h ├── Disclaimer.h ├── DriverNameUtils.c ├── EDRDetector.c ├── FilterCallbackManager.c ├── FunctionPointers.h ├── IatCamo.h ├── ObjectCallbackManager.c ├── RegistryCallbackManager.c ├── RemoveCallBacks.h ├── Structs.h └── main.c ├── CityHash-Calc ├── CityHash-Calc.vcxproj ├── CityHash-Calc.vcxproj.filters └── main.cpp ├── LICENSE ├── README.assets ├── Snipaste_2025-01-15_14-30-45.png ├── Snipaste_2025-01-15_14-31-57.png ├── Snipaste_2025-01-15_14-32-44.png ├── Snipaste_2025-01-15_14-33-09.png ├── Snipaste_2025-01-15_14-33-32.png ├── Snipaste_2025-01-15_14-37-22.png ├── Snipaste_2025-01-15_14-37-32.png ├── Snipaste_2025-01-15_14-38-35.png ├── Snipaste_2025-01-15_14-39-41.png └── Snipaste_2025-01-15_14-40-43.png └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/.gitignore -------------------------------------------------------------------------------- /BlindEdr.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr.sln -------------------------------------------------------------------------------- /BlindEdr/ApiHashing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/ApiHashing.c -------------------------------------------------------------------------------- /BlindEdr/ApiHashing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/ApiHashing.h -------------------------------------------------------------------------------- /BlindEdr/BlindEdr.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/BlindEdr.vcxproj -------------------------------------------------------------------------------- /BlindEdr/BlindEdr.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/BlindEdr.vcxproj.filters -------------------------------------------------------------------------------- /BlindEdr/CallbackManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/CallbackManager.c -------------------------------------------------------------------------------- /BlindEdr/Common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/Common.c -------------------------------------------------------------------------------- /BlindEdr/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/Common.h -------------------------------------------------------------------------------- /BlindEdr/Context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/Context.c -------------------------------------------------------------------------------- /BlindEdr/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/Debug.h -------------------------------------------------------------------------------- /BlindEdr/Disclaimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/Disclaimer.h -------------------------------------------------------------------------------- /BlindEdr/DriverNameUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/DriverNameUtils.c -------------------------------------------------------------------------------- /BlindEdr/EDRDetector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/EDRDetector.c -------------------------------------------------------------------------------- /BlindEdr/FilterCallbackManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/FilterCallbackManager.c -------------------------------------------------------------------------------- /BlindEdr/FunctionPointers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/FunctionPointers.h -------------------------------------------------------------------------------- /BlindEdr/IatCamo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/IatCamo.h -------------------------------------------------------------------------------- /BlindEdr/ObjectCallbackManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/ObjectCallbackManager.c -------------------------------------------------------------------------------- /BlindEdr/RegistryCallbackManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/RegistryCallbackManager.c -------------------------------------------------------------------------------- /BlindEdr/RemoveCallBacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/RemoveCallBacks.h -------------------------------------------------------------------------------- /BlindEdr/Structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/Structs.h -------------------------------------------------------------------------------- /BlindEdr/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/BlindEdr/main.c -------------------------------------------------------------------------------- /CityHash-Calc/CityHash-Calc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/CityHash-Calc/CityHash-Calc.vcxproj -------------------------------------------------------------------------------- /CityHash-Calc/CityHash-Calc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/CityHash-Calc/CityHash-Calc.vcxproj.filters -------------------------------------------------------------------------------- /CityHash-Calc/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/CityHash-Calc/main.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-30-45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-30-45.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-31-57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-31-57.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-32-44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-32-44.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-33-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-33-09.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-33-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-33-32.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-37-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-37-22.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-37-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-37-32.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-38-35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-38-35.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-39-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-39-41.png -------------------------------------------------------------------------------- /README.assets/Snipaste_2025-01-15_14-40-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.assets/Snipaste_2025-01-15_14-40-43.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NanoWraith/BlindEdr/HEAD/README.md --------------------------------------------------------------------------------