Settings

Theme

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

dl.acm.org

34 points by etiams a year ago · 6 comments

Reader

newAccount2025 a year ago

Real computer science is so cool.

yjftsjthsd-h a year ago

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

  • charcircuit a year ago

    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 a year ago

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