From 0614b7e80a8e4960b5733c35479813b915967f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 1 Jul 2023 04:59:31 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bf8af07..17e3c84 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # Domito +TBD + +## Sources & 3rd party credits + +This library benefits from these awesome projects ❤ (appearance in no special order): + +- [GetProcAddress implementation - for the Kernel](https://github.com/nefarius/WDF-Utils/blob/master/Snippets/WDM/GetProcAddress.md) +- [Implementation of GetProcAddress and GetModuleHandle +for Windows NT3.51/NT4/2000/XP/2003/Vista/7/8 kernel mode, +both 32 and 64 bit platforms](http://alter.org.ua/en/docs/nt_kernel/procaddr/) +- [Use ci.dll API for validating Authenticode signature of files](https://github.com/Ido-Moshe-Github/CiDllDemo) +- [Helper functions for calculating the authenticode digest for a portable executable file](https://github.com/mihaly044/pedigest)