Skip to content

Instantly share code, notes, and snippets.

View Monzer-Kamal's full-sized avatar

Monzer Kamal Monzer-Kamal

  • Confiintial
View GitHub Profile
Knowledge Area recommendations
ASM x86 & WinDbg Get Your self familiar with x86 Assembly.
Learn how to call Win32 APIs from assembly.
Understand the use case of each register (Why it’s EAX not EBX)
Custom and save your WingDBG workspace according to the binary/attack you are working on.
Get familiar with common WinDbg command such as :
1.Search for Bytes, ANSI, ASCI DWORDS, etc.. in memory
2. Show Specific memory permissions (Read, Write, Execute)
3. Manually explorer PE Headers and Sections.
4. List out the loaded modules.