Summary
This episode introduces Dogbolt, a free online service similar to Compiler Explorer (Godbolt) but for decompilation rather than compilation. Jason explores how Dogbolt processes compiled binaries through multiple decompilers including Hex-rays, Binary Ninja, Ghidra, Relyze, and several others. Using his own constexpr CLI scripting engine as an example, he demonstrates how different decompilers handle C++ code, particularly focusing on their ability to demangle complex C++ symbols and reconstruct the program's control flow.