mrexodia / lolbin-poc

Small PoC of using a Microsoft signed executable as a lolbin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lolbin-poc

Small PoC of using a Microsoft signed executable as a lolbin.

image

Building (32-bit)

cmake -B build32 -A Win32
cmake --build build32 --config Release

Building (64-bit)

cmake -B build64 -A x64
cmake --build build64 --config Release

Usage

Download WinDbg from here, put the compiled dbgeng.dll next to windbg.exe.

Bonus

There's also a bunch of other DLLs you can use:

image

About

Small PoC of using a Microsoft signed executable as a lolbin.


Languages

Language:C++ 77.1%Language:CMake 22.9%