Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow gaps in RIOdesc #56

Open
oddcoder opened this issue Nov 21, 2019 · 2 comments
Open

Allow gaps in RIOdesc #56

oddcoder opened this issue Nov 21, 2019 · 2 comments

Comments

@oddcoder
Copy link
Member

That will be useful for plugins like the ihex one which allows having gaps in the physical address space.

@condret
Copy link

condret commented Dec 8, 2024

Can't you just force the plugin to fill such gaps with data configured in RIO? In r2 i did the treebuf plugin with does copy on write over the entire addr space, backed by a rbtree. Ofc there are gaps in the desc, but these get filled on read by the plugin with io->ff

@oddcoder
Copy link
Member Author

I don't remember what I was doing in 2019 :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants