Inject-dll-by-Process-Doppelganging

December 19, 2017 · View on GitHub

Process Doppelgänging

SRC:

https://www.blackhat.com/docs/eu-17/materials/eu-17-Liberman-Lost-In-Transaction-Process-Doppelganging.pdf

Credits:

Vyacheslav Rusakov @swwwolf
Tom Bonner @thomas_bonner

Source Code:

https://gist.github.com/hfiref0x/a9911a0b70b473281c9da5daea9a177f

Modified part:

  • Add a header file(ntos.h) in my way.
  • Some changes to the c file.
  • Build by Visual Studio 2012.
  • Support Windows x86.

Contents

  1. 0.1SRC:
  2. 0.2Credits:
  3. 0.3Source Code:
  4. 0.4Modified part: