Skip to content

vmaddr or offset or both? #2

@m4b

Description

@m4b

Currently rdr makes bad distinctions between offsets and vmaddr. Unfortunately, our previous binary masters believed that embedding vmaddresses in the binary was the responsibility of the binary and not the loader and dynamic linker. This was foolish, but there's nothing we can do now.

So, because both have their uses, especially when debugging, a --vm switch might be a good idea to not perform automatic offset computations.

This will add complications, but might be necessary.

Alternatively, we could only return non-normalized binary offsets, and have a switch for returning binary offsets. Regardless, a consistent approach has to be taken, because right now it's a disassister, especially the --do switch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions