radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.35k stars 2.97k forks source link

Consider dropping bfdbg #18314

Open condret opened 3 years ago

condret commented 3 years ago

Now that we have esil, a cleaner way to emulate and debug bf would be esil. so maybe we no longer need bfdbg

trufae commented 3 years ago

Indeed. But its a simple and friendly plugin to be taken as example when implementing a debug plugin. What about moving to extras? Anyway bfdbg is setting up devices and such too (screen, leyboard..) is there any test for it?

condret commented 3 years ago

moving it to extras sounds good

trufae commented 1 year ago

That helped us find some really scary bugs in the arch refactoring so imho its a good plugin to keep in order to test debugging and arxh swapping