Skip to content

Binary Ninja should support multiple address spaces #7869

@saagarjha

Description

@saagarjha

What is the feature you'd like to have?
Many architectures (e.g. x86, CUDA, banked microprocessors) have a concept of address spaces that get applied to loads. It would be nice if this could be officially supported in Binary Ninja as a first-class feature rather than requiring the architecture plugin to pick an unused region of the address space to jam the other stuff into.

Is your feature request related to a problem?
Yeah I have to support an architecture that does this

Are any alternative solutions acceptable?
Currently I have a segment that is in some random place and I rewrite all loads and stores to that address space to be based on that offset.

Additional Information:
I guess if you want actual code or examples I can get them to you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions