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.