Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 720 Bytes

PE File

include file for PE.cpp

PE File info(NT_Header, Optional_Header, Data_Directory, Section_Header, Import_Directory, Export_Directory)

asm code for message box -> shellcode

c++, inject message box to all .exe file in current folder

asm, windows api, dependent code, inject message box to all .exe file in current folder

asm, windows api, independent code, self infect all .exe file in current folder

c++, remove injected code and restore file