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

Honor Memory mapped devices as hint for the decompiler #306

Open
radare opened this issue Mar 8, 2019 · 0 comments
Open

Honor Memory mapped devices as hint for the decompiler #306

radare opened this issue Mar 8, 2019 · 0 comments
Labels
analysis radare2 Radare2 integration issues

Comments

@radare
Copy link
Collaborator

radare commented Mar 8, 2019

Related info: https://twitter.com/rfc6919/status/1103793517346738176?s=21

<pancake> if a io map is named mmd.* something 
<pancake> then consider it from the decompiler that this is a memory mapped region

there's no way in r2 to specify that a region is memory mapped, but we can use this naming convention to do that. at the end in r2 we only care about this with rebased flags and esil scripts to emulate hardware... so we dont really need any special change in the io layer to handle this

@XVilka XVilka transferred this issue from another repository Jun 18, 2019
@XVilka XVilka added analysis radare2 Radare2 integration issues labels Jun 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis radare2 Radare2 integration issues
Projects
None yet
Development

No branches or pull requests

2 participants