Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 753 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 753 Bytes

Malware Development

I have no prior knowledge in malware developement. This repo will be used to keep track of my learning process.

Note

The examples in this repo are ONLY for educational purposes.

How to get started:

  • some basic knowledge in C/C++
  • fundamentals about processes, threads and handles
  • Win32 API functions

Content

Some common techniques that are used:

  • shellcode injection
  • dll injection
  • NTDLL/NTAPI
  • direct system calls
  • indirect system calls
  • reflective DLL injection
  • process hollowing
  • panthom hollowing
  • hook injection
  • apc injection
  • etc...

Useful resources