Skip to content

mrexodia/lolbin-poc

Repository files navigation

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