Settings

Theme

Verifiably Correct Lifting of Position-Independent x86-64 Binaries (2024)

dl.acm.org

34 points by etiams · 6 comments

Reader

3 threads
newAccount2025

Real computer science is so cool.

yjftsjthsd-h

So it's a disassembler that preserves formally proven properties?

  • charcircuit

    Usually when you disassemble a binary you can't just add instructions since it messes up the offsets of everything.

    This disassembler tries to find all offsets and replace them with symbols that way if instructions are inserted or removed when it gets reassembled the correct offsets are used.

nolist_policy

Where is the source code?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection