rizinorg / ideas

Features that would be nice to have but they are not in the roadmap
3 stars 0 forks source link

add a debugger plugin for titan engine #60

Open gogo2464 opened 2 months ago

gogo2464 commented 2 months ago

Is your feature request related to a problem? Please describe.

I am very frustruated when I want to reverse and debug windows programs. there is not way to be as precise as x64dbg. I also can not be notified of TLS callback breakpoints.

I could use x64 dbg but there is no any console interface.

Describe the solution you'd like I would like to use the c Titan Engine bindings (x64dbg library) to be as accurate as x64dbg on rizin. The interface is here: https://github.com/x64dbg/TitanEngine/blob/x64dbg/SDK/C/TitanEngine.h#L678

Describe alternatives you've considered

gogo2464 commented 1 month ago

@XVilka it would require a dependancy I would like to get opinion about the philosophy, should not I made my own repo ?