CRMar 3, 2019

CodeTrolley: Hardware-Assisted Control Flow Obfuscation

arXiv:1903.00841v31 citations
Originality Incremental advance
AI Analysis

This addresses cybersecurity attacks for software developers by providing a novel hardware-based approach to code protection, though it appears incremental as it builds on existing obfuscation methods.

The paper tackles the problem of preventing reverse engineering in binary executables by proposing a hardware-assisted control flow obfuscation technique using RISC-V and an LLVM compiler extension, which deobfuscates code at runtime based on a secret stored in hardware, offering a lightweight alternative to binary decryption.

Many cybersecurity attacks rely on analyzing a binary executable to find exploitable sections of code. Code obfuscation is used to prevent attackers from reverse engineering these executables. In this work, we focus on control flow obfuscation - a technique that prevents attackers from statically determining which code segments are original, and which segments are added in to confuse attackers. We propose a RISC-V-based hardware-assisted deobfuscation technique that deobfuscates code at runtime based on a secret safely stored in hardware, along with an LLVM compiler extension for obfuscating binaries. Unlike conventional tools, our work does not rely on compiling hard-to-reverse-engineer code, but on securing a secret key. As such, it can be seen as a lightweight alternative to on-the-fly binary decryption.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes