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

rizin/radare2 vim philosophy interface fox x96dbg #3350

Closed
gogo2464 opened this issue May 7, 2024 · 3 comments
Closed

rizin/radare2 vim philosophy interface fox x96dbg #3350

gogo2464 opened this issue May 7, 2024 · 3 comments
Labels
feature The issue requests a new feature.

Comments

@gogo2464
Copy link

gogo2464 commented May 7, 2024

Feature type

Other

Describe the feature

Hello.

I love the r2/rizin commands/console interface. it has a powerfull vim philosophy to navigate really fast. It is also scriptable. The commands work on any os and it is great! Sadly these plugin philosophy encourage dev to rewrite plugins instead of using serious engines.

It follows:

  • debugger issue.

I suggest to add a rizin console for x96dbg so that we could use it from a terminal with the good interface philosophy as well as the good internals.

the issue is x96 is windows only and has not linux support.

Might be better to implemnt an rizin plugin instead of forking x96 dbg instead.

I need help and recommendations for the philosophy.

@gogo2464 gogo2464 added the feature The issue requests a new feature. label May 7, 2024
@mrexodia
Copy link
Member

Personally I think there is nothing good about radare2 commands.

@gogo2464
Copy link
Author

I personally prefer s sy.my-func instead of scrolling for hours!

Of course i never planned to replace gui by commands.

I just want to add a console interface.

@mrexodia
Copy link
Member

Fundamentally x64dbg is a GUI application and there is never going to be a terminal-based interface. If your solution to finding a function is to scroll for hours that just means you don't understand the tool you are using. There are commands (documentation here https://help.x64dbg.com/en/latest/commands/index.html), but for almost all use cases there is a faster way to do what you want from the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The issue requests a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants