• Stars
    star
    158
  • Rank 232,482 (Top 5 %)
  • Language
    C++
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PoC MSVC COFF Object file loader/injector.

COFFInjector

A Proof of Concept code - loading and injecting MSVC object file.

Blog post with explanation: https://0xpat.github.io/Malware_development_part_8/

Usage

Download the repo (git clone --recursive), compile x64 Release and run like this:

(.\COFFInjector\bin\x64\Release\COFFInjector.exe COFFObject\obj\x64\Release\COFFObject.obj

Currently works for x64 only.