Tag: #reverse-engineering
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
DRAM Address Scrambling and the Layer Beneath a Security Boundary — What Happens When the Fence Sits Above the Translation
A research tool was published that reads the most hidden memory regions inside a CPU by perturbing address translation in the DRAM controller. The vulnerability is not in any cipher or permission check. It is in the layo
2026-08-14 · 7 min read #security#hardware#memory#reverse-engineering#firmwareThe Exact Scope of the Phrase x86 Hardware Backdoor — Reading rosenbridge as Its Author Wrote It
The repository title says hardware backdoors in x86 CPUs, but the body of the README states that the only thing believed to be affected is the VIA C3 and that later generations no longer carry the feature. In the disclai
2026-08-09 · 9 min read #security#hardware#x86#cpu#fuzzingReverse Engineering Tools 2026 — Ghidra / IDA Pro / Binary Ninja / radare2 / Frida / x64dbg / angr Deep Dive
A precise breakdown of the 2026 reverse engineering tool landscape across disassemblers (Ghidra / IDA Pro / Binary Ninja / radare2+Cutter / Hopper), debuggers (x64dbg / OllyDbg / WinDbg / Pwndbg / GEF), dynamic instrumen
2026-05-16 · 23 min read #reverse-engineering#ghidra#ida-pro#binary-ninja#radare2