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

Include into r2 #5

Open
trufae opened this issue Jul 3, 2024 · 1 comment
Open

Include into r2 #5

trufae opened this issue Jul 3, 2024 · 1 comment

Comments

@trufae
Copy link

trufae commented Jul 3, 2024

I was checking the code of your plugin, and there are few things that must be changed to be included into r2:

  • replace sdb logic to just be an array of structs in C
  • fix few syntax things to match r2 coding style
  • write an rbin plugin that tells the user to use uf2:// instead.. or maybe we can make rbin redirect to a different io plugin on demand. fs plugins already do a similar thing and i think it can be doable, also for other plugins like the dyldcache

uf2 is quite common fileformat and i think it will be good to ship it

@aviciano aviciano mentioned this issue Jul 4, 2024
3 tasks
@trufae
Copy link
Author

trufae commented Jul 9, 2024

Initial poc for the bin redirector

radareorg/radare2#23109

feel free to improve the implementation and send a pr to add the uf2 io plugin in r2 too

good work!

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

1 participant