Lemonyte
≡
Blog
•
CTF Challenges
Posts
All
tutorial
cybersecurity
rust
embedded
forensics
python
devops
code quality
malware analysis
game modding
How to compile Rust for MIPS without FPU support
May 14, 2026
Getting a Rust program running on a Teltonika RUT956 router.
rust
embedded
tutorial
How to install Autopsy 4 on Kali Linux
Apr 30, 2026
A short guide to installing Autopsy correctly.
cybersecurity
forensics
tutorial
Adopting ty in pre-commit hooks and CI
Dec 19, 2025
Replacing Pyright with ty for fast type checking and ditching pre-commit for prek.
python
devops
code quality
Finding malware in a BeamNG mod
Apr 26, 2025
An analysis using Process Monitor and WinDbg, dealing with JavaScript, WASM, and Windows shellcode.
cybersecurity
malware analysis
game modding