Skip to content

Instantly share code, notes, and snippets.

View 19h's full-sized avatar
This is a verified account.

Kenan Sulayman 19h

This is a verified account.
View GitHub Profile
@19h
19h / design-principles.md
Created July 20, 2026 12:00
Design Principles

Human Interface Design Principles

Version: 1.0 Status: Normative Scope: Interactive software interfaces across all form factors (desktop, mobile, tablet, wearable, automotive, spatial), applicable by extension to any designed artifact (physical products, environments, signage systems).

Normative language: The key words MUST, MUST NOT, SHALL, SHOULD, SHOULD NOT, MAY are to be interpreted per RFC 2119. Requirements are individually numbered (P-x.y for strategic principles, C-x.y for cognitive/perceptual principles, T-x.y for trade-off resolution rules, V-x.y for verification procedures) to permit traceability in design reviews.


@19h
19h / lyrics.txt
Created July 18, 2026 15:49
black hole leaks
[Intro]
[staccato strings, sub-bass, a modem handshake buried in the mix]
[Narrator]
I would open what no analyst dares to open.
Into the Telegram link.
[Voice 2]
Why, that's crazy!
[Narrator]
If you fall in, you never come out.
Unpacking you from RAR to RAR.
@19h
19h / 2605.30667v1.md
Created July 14, 2026 23:01
2605.30667v1

No. It is a real May 2026 arXiv submission and is also listed in the 2026 European Conference on Cyber Warfare and Security proceedings. It is not satire. ([arXiv][1])

But your reaction is justified: the underlying vulnerability is real, while the paper’s experimental and scientific treatment is remarkably weak. It reads like a small classroom demonstration inflated into a generalized cybersecurity result.

What the paper actually demonstrates

The experiment effectively does this:

  1. Put an attacker-controlled string literal inside a binary.
  2. Make Ghidra reproduce that literal in its decompiler output.
@19h
19h / qemu-userland.md
Created July 11, 2026 12:55
QEMU user-mode emulation: exact architecture and execution path

QEMU user-mode emulation: exact architecture and execution path

Revision anchor and scope

This analysis follows upstream QEMU 11.0.2, the most recent stable release listed by the QEMU project as of July 10, 2026. The release is anchored to tag object 0ab45d2af85f2fc9885b526ffbc8a15bbd1a2da8, pointing to commit e545d8bb9d63e9dd61542b88463183314cff9482. Function names and control paths below refer to that revision. Distribution builds may carry backports or downstream patches. ([QEMU][1])

The principal subject is Linux user-mode emulation, implemented by binaries such as:

qemu-aarch64
@19h
19h / report.md
Last active June 22, 2026 08:32
Anti-Debugging, Anti-Instrumentation, Anti-Emulation, Anti-VM, and Sandbox-Evasion Specification-Level Report

Platforms: Windows NT-family, Linux, macOS / Darwin, with notes for iOS-family divergence, Apple Silicon, WOW64, x86/x86-64, and AArch64.
Orientation: defensive reverse engineering, malware analysis, sandbox/EDR design, triage, and reproducibility engineering.
Corpus policy: this report synthesizes the uploaded documents and preserves source-specific mentions in a verbatim annex. Technique descriptions are organized as observable signals, primitives, platform surfaces, interpretation logic, and analysis-lab mitigations; it does not introduce standalone malware code.

Document Control

Field Value
Generated 2026-06-22
Output format Markdown
@19h
19h / foo.md
Last active May 4, 2026 21:16
EAC RECON
@19h
19h / dazhbog-char-dist.txt
Last active May 4, 2026 06:19
dazhbog function name character distribution
╭──────────────────────────────────────────────────────────────────────────╮
│ FUNCTION NAME CHARACTER DISTRIBUTION │
╰──────────────────────────────────────────────────────────────────────────╯
Source : function_binary_versions.csv
Rows scanned : 8,527,690
Unique names : 6,623,203
Duplicates : 1,904,487
Total chars : 607,840,400
Quoted names : 401
@19h
19h / let_the_softmax_testify.txt
Created May 1, 2026 17:56
Let the softmax testify
[Intro]
Started with a pencil and a page of arithmetic (arithmetic)
Carry the one, sum the column, every answer deterministic (deterministic)
Then a whisper in the static said the world is probabilistic (probabilistic)
Now the skyline in my notebook starts to shimmer and to lift (and to lift)
[Verse 1]
I was running through the digits with a slide rule in my hands (in my hands)
Every sum and every product, simple loops and simple plans (simple plans)
Then the Markov came and rolled me like a die across the felt (across the felt)
@19h
19h / main.cpp
Created April 16, 2026 20:50
C++ cryptojacker reconstruction
/*
* Binary_ActionDLL - Reconstructed C++ Source
*
* Reconstructed from Hex-Rays decompiler v9.4 pseudocode output.
* Original binary: x86-64 Windows DLL compiled with Mingw-w64 (GCC/MSVC ABI).
*
* IOC Summary:
* - DLL with sandbox/AV evasion, anti-analysis, and reflective PE loading
* - Extracts encrypted payload from PE resource, decrypts, decompresses (LZNT1),
* drops to %TEMP%\svc<hex>.exe, then reflectively maps into memory
@19h
19h / script.js
Created March 26, 2026 15:13
cyberpunk-macos-arm64-2.3.1
/*
* Cyberpunk 2077 — Frida instrumentation script (current build)
*
* Subsystems:
* Weapon — zero ammo cost, configurable projectile fan, recoil nullification, CoF freeze
* Survival — player-specific health freeze at request-builder and executor levels
* Economy — money quantity multiplier on inventory-add path, XP replay on proficiency grants
* Teleport — physics-proxy scan, camera-relative movement, GPS target warp, sticky tracking
* Input — game input manager/backend key interception for hotkey-driven teleport
*