Skip to content

trevorsaudi/Zero-Import-Malware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published