Live data from Hacker News

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

dl.acm.org

1–7 of 7 posts

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

#6

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

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.