Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
lolbin-poc — Small PoC of using a Microsoft signed executable as a lolbin. | Kitploit
Tools/GitHubGitHub/mrexodia/lolbin-poc
IDS/IPS EvasionPost-ExploitationPenetration TestingRed Teaming
GitHubmrexodia/lolbin-poc

lolbin-poc

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

View Repository
1401743 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

lolbin-poc

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

image

Building (32-bit)

root@kitploit:~
cmake -B build32 -A Win32
cmake --build build32 --config Release

Building (64-bit)

root@kitploit:~
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

Download Tool