primody / Zero-Import-Malware

Small project looking into how we can build malware with zero-imports by dynamically resolving windows APIs using GetProcAddress and GetModuleHandle windows APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zero-Import-Malware

  • Small project looking into how we can build malware with zero-imports by dynamically resolving windows APIs using GetProcAddress and GetModuleHandle windows APIs.
  • This project is adapted from the PEImports section of the Malware Development Intermediate Course by Sektor7

Installation and Compiling

  • You can download and compile the project as shown
git clone https://github.com/trevorsaudi/Zero-Import-Malware.git
cd Zero-Import-Malware
compile.bat

image

Verifying Zero Imports on PE Bear

image

References

!https://institute.sektor7.net/rto-maldev-intermediate

About

Small project looking into how we can build malware with zero-imports by dynamically resolving windows APIs using GetProcAddress and GetModuleHandle windows APIs.


Languages

Language:C++ 82.4%Language:C 16.6%Language:Batchfile 1.0%