→ كل المشاريع

Api_Hashing

بواسطة @AbdouRoumi

18

Implements dynamic Windows API resolution via hashing techniques to evade detection. Inspired by techniques mapped to MITRE ATT&CK T1055.012 (Process Injection: API Access).

عن هذا المشروع

ApiHashing Overview The CustomApiHashing project demonstrates a powerful method for dynamically resolving API functions using custom hashing techniques. By bypassing traditional GetProcAddress and GetModuleHandle APIs, this approach avoids detection by hooks set by antivirus or EDR tools. This implementation leverages Windows internal structures like the Process Environment Block (PEB) and Export Address Table (EAT) to enumerate and resolve APIs purely via their hash values. Table of Contents Overview Purpose How It Works Requirements Installation Usage Code Explanation Disclaimer License Purpose Dynamically resolve Windows API functions using custom hashing. Evade detection by avoiding standard Windows API resolution mechanisms. Provide a learning resource for reverse engineers and malware analysts. How It Works Hashing Mechanism: The API and DLL names are hashed using a custom algorithm. Custom Module Retrieval: Modules are located manually via the PEB (Process Environment Block). Function Resolution: The Export Address Table (EAT) is traversed to locate functions using their hash values. Dynamic Invocation: The resolved function is called dynamically.

من ملف README الخاص بالمشروع على GitHub

النجوم
18
التفريعات
5
الرخصة
MIT
آخر تحديث
03/01/2025

أضف هذه الشارة إلى ملف README

أظهر أن مشروعك مُدرج على «صُنع في الجزائر».

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/api-hashing.svg)](https://www.madeinalgeria.dev/projects/api-hashing)

مشاريع ذات صلة