Cronos
PoC for a sleep obfuscation technique leveraging waitable timers to evade memory scanners.
Install / Use
/learn @Idov31/CronosREADME
Cronos
This project was co-authored by
Description
PoC for a new sleep obfuscation technique (based on Ekko) leveraging waitable timers to RC4 encrypt the current process and change the permissions from RW to RX to evade memory scanners.
A more detailed explanation will be available in the blog post.

Usage
To use it, all you have to do is to include Cronos in your project and use it like so:
#include "Cronos.h"
int main() {
int timesToExecute = 1337;
int seconds = 10;
for (int i = 0; i < timesToExecute; i++) {
CronosSleep(seconds);
// YOUR CODE HERE!
}
}
Setup
To compile it you will need:
After you have all of the above, navigate to the project's directory and build it with the makefile, the EXE will be in the bin directory.
Visual Studio Setup
-
- Run install_script.bat
-
Add NASMPATH environment variable
- NASMPATH=C:\Users<user>\AppData\Local\bin\NASM\
-
Open Visual Studio & Configure Settings
- Tools > Options > Projects and Solutions > VC++ Project Settings > Build Customization Search Path
- Set to %NASMPATH%;0
-
You can also install the AsmDude extension for syntax highlighting into .ASM files.
Contributors
Thanks a lot to those people that contributed to this project:
Resources
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
