Kuro Games · Client.log

Log Decryptor

Drop a Client.log file below. The decryptor auto-detects both Kuro encryption schemes, applies the LUT XOR transform, and outputs human-readable text — entirely in your browser. No uploads, no servers.

Scheme A · Magic bytes 4B 47 4C 4F 47
Scheme B · Offset LUT with 256-byte key rotation
🔒 All processing is client-side only
🔐
Drop Client.log Here
Drag & drop your encrypted log file, or click to browse.
Supports both Kuro encryption variants.
Scheme A — Magic header (KGLOG)
Scheme B — Offset LUT rotation
Plaintext / Unencrypted
Detected:
🩺
Crash Signature Scan

After decryption, the tool scans for known Kuro/UE4 crash patterns and flags them below.

💾
KuroFI Shader Archive
KuroFI_ShaderArchive_Failed — FSR3 pipeline compile error
📟
MFRC Init Failure
MFRC_INIT_FAILED — Frame rate controller not supported on this SoC
🖥
Vulkan Swapchain Mismatch
vkCreateSwapchainKHR error — HDR format unsupported or surface lost
Niagara GPU Overflow
NiagaraGPUInstanceCountManager buffer overflow — particle count exceeded
📜
Puerts Race Condition
Puerts JS runtime race — async JS/C++ boundary violation
🪟
LGUI Null Dereference
LGUIRenderer null ptr access — UI widget destroyed while rendering
Lines
Errors
Warnings
Tool Notes

This tool implements both encryption schemes reverse-engineered from Kuro Games' Client.log format.

Scheme A uses a fixed magic header (KGLOG) followed by XOR with a static LUT.

Scheme B uses a rolling 256-byte key with position-based offset rotation. Auto-detection reads the first 16 bytes to determine which scheme applies.

Also available as a CLI tool: wuwa_ld on GitHub.