Category: Paper Reviews
-
WaDec: Decompiling WebAssembly Using Large Language Model
Background Method 1. Dataset construction WAT(Webassembly Text Format) Snippet of human-readable format of WASM binary C Snippet of original source code Spatial_info Function signature (parameters & return values) Temporal_info Local variables defined before the snippet Offset2String Mapping from offsets to string constants String Substitution Variable Renaming Slicing 2. Modeling i Instruction (i.e. You are a…