3 papers
cs.CR2024
Disassembling Obfuscated Executables with LLM
Huanyao Rong, Yue Duan, Hang Zhang +4
Disassembly is a challenging task, particularly for obfuscated executables containing junk bytes, which is designed to induce disassembly errors. Existing solutions rely on heurist…
cs.CR2024
LineBreaker: Finding Token-Inconsistency Bugs with Large Language Models
Hongbo Chen, Yifan Zhang, Xing Han +7
Token-inconsistency bugs (TIBs) involve the misuse of syntactically valid yet incorrect code tokens, such as misused variables and erroneous function invocations, which can often l…
cs.CR2023
Toward Unbiased Multiple-Target Fuzzing with Path Diversity
Huanyao Rong, Wei You, Xiaofeng Wang +1
In this paper, we propose a novel directed fuzzing solution named AFLRun, which features target path-diversity metric and unbiased energy assignment. Firstly, we develop a new cove…