radareorg / ideas

4 stars 1 forks source link

Library debugging #257

Open xarkes opened 7 years ago

xarkes commented 7 years ago

We want a way to debug libaries (.so, .dll, etc.). There are many information in this PR https://github.com/radare/radare2/pull/7973 Currently rarun2 allows one to run a library function but we'd like something similar to enable debugging as OllyDbg's LoadDll.

condret commented 7 years ago

does rarun2 provide rap-server? this would be the simpliest way

xarkes commented 7 years ago

Could you be a little bit more precise ?