The Unexpected Effectiveness of One-Shot Decompilation with Claude
Using Claude AI to accelerate decompilation of N64 games by automating the conversion of assembly code into human-readable C.
Using Claude AI to accelerate decompilation of N64 games by automating the conversion of assembly code into human-readable C.
A guide to building the hsdis disassembler library for OpenJDK 15 to analyze JIT compiler assembly output.
The author argues that using intrinsics for high-performance code is unreliable and more work than writing assembly by hand.
Explores a DOS debugging quirk where programs behave differently in debuggers due to stack space manipulation for interrupt traps.