@nowarp_io · 33 subscribers
nowarp.io / github.com/nowarp / x.com/nowarp_io contact: @jubnzv
The short link opens the channel straight in the Telegram app — not in a browser tab.
tg.me/go/nowarp_ioIs this your channel? Add @tgme as admin — and see how many people click your links. Get the stats →
Channel created January 24, 2025per Telegram
We have been tracking it since September 11, 2026
In all that time the channel has changed neither its name, nor its @username, nor its avatar.
We show only what we have seen ourselves.
A miscompilation is not a vulnerability until someone deploys it Three PolkaVM recompiler bugs I recently found got announced as "critical" by someone. They are not. Here is the taxonomy: • A bug is a deviation from intent. • A vulnerability is a bug with a reachable attack path. • Risk is a vulne…
Part 2 of the compiler fuzzing series is out — this time hunting miscompilations: bugs where the compiler accepts a valid program and silently emits code that behaves differently. On smart-contract platforms this is the bug class that can drain user funds, and it's invisible to auditors because the …
A 20-year-old JDK bug, reincarnated in Tolk I was experimenting with approaches and techniques to find miscompilation errors. Not crashes – those are the easy ones. This time — the Ethereum ecosystem. Every codebase there has been audited to death; bug-hunting is desperate, and each find I made was…
100+ compiler bugs found across 5 smart-contract compilers — Sui Move, Cairo, Solang, Solidity, and Leo — in a fresh blog post on compiler fuzzing. Only bugs in later compilation passes are reported; no malformed-input crashes. The post shares experience, heuristics, and an overview of approaches f…