/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.

Primary LanguageC++

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