-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
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
negasora, redthing1 and m4ul3r
Metadata
Metadata
Assignees
Labels
No labels