Ask a Question

Prefer a chat interface with context about you and your work?

NeuDep: neural binary memory dependence analysis

NeuDep: neural binary memory dependence analysis

Determining whether multiple instructions can access the same memory location is a critical task in binary analysis. It is challenging as statically computing precise alias information is undecidable in theory. The problem aggravates at the binary level due to the presence of compiler optimizations and the absence of symbols and …