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
effective-waffle — yet another sleep encryption thing. also used the default github repo name for this one. | Kitploit
Tools/GitHubGitHub/susmdt/effective-waffle
Encryption/Decryption ToolsIDS/IPS EvasionPost-ExploitationRed TeamingPayload Development
GitHubsusmdt/effective-waffle

effective-waffle

yet another sleep encryption thing. also used the default github repo name for this one.

View Repository
681463 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

effective-waffle

yet another sleep encryption thing. also used the default github repo name for this one.

TpAllocWork + TpPostWork + TpWaitForWork + TpReleaseWork to create + execute + clean the callback.

The callback is some scuffed assembly that queues up a ton of rop gadgets that will pop arguments (either hard coded values, or based on an offset within a struct passed as the TpAllocWork parameter) into the correct registers, then returning to the next gadget/function. Padding is creating between some function calls via pushing 5 garbage values + a gadget to move the stack pointer by 40 bytes as a hacky solution to fix some weird stack stuff I ran into. This is also probably why the call stack looks disgusting but idk how else to address that.

If you're trying to extend this and make it actually useful, there's gonna be a lot of weird stack fuckery going on (at least on my end). Also, can't guarantee the rop gadgets that I found will be present in all versions of windows (I was devving on Server 2016).

Credits

Kudaes, for creating RustChain which the ROP idea came from for me
C5pider, for creating Ekko and helping me understand sleep encryption
x86matthew, for helping me troubleshoot weird stack stuff
NinjaParanoid, for providing a blog post on the Tp Apis

Download Tool