Tas 항목이 2026-02-08 에 난독화된 코드 사유로 신고되었습니다.
신고자의 글:
Code is intentionally obfuscated.
Exabyte님의 글:
This script is not intentionally obfuscated. The code structure comes from automated transpilation and compilation, not from deliberate attempts to hide logic. Specifically: Parts of the script are Babel / regenerator-runtime output, which rewrites modern JavaScript features (async/await, generators, classes) into ES5-compatible code. The WASM-related sections are wasm-bindgen generated glue code, which is automatically produced when compiling Rust to WebAssembly and integrating it into JavaScript. No manual obfuscation techniques are used (no control-flow flattening, string encryption, eval-based execution, or anti-analysis logic). Function and variable shortening is a byproduct of build tooling, not intentional obfuscation. The script does not attempt to hide malicious behavior, steal data, or evade review. All behavior is client-side and related to gameplay logic.
이 스크립트는 신고가 접수된 이후 업데이트되었습니다.
Exabyte (신고된 사용자)의 활동:
이 신고는 관리자에 의해 인정되었습니다.
please disable minification and use an external CDN for wasm, see our rules for scripts and external code
