Recaf icon indicating copy to clipboard operation
Recaf copied to clipboard

CLI disassembly editor on Windows?

Open werame opened this issue 3 years ago • 2 comments

It uses Nano by default, but I'm not even sure where it's getting it from. I guess my git installation. Even though I don't have EDITOR set. I also have vim installed and I'd rather have it use that. What do I need to do, set EDITOR?

werame avatar Feb 13 '22 20:02 werame

Recaf uses Nano that is purely implemented in Java, thus you can't change the editor. Availability to change the editor will be considered & probably will be added in 3.x, since its a good idea.

xxDark avatar Feb 13 '22 20:02 xxDark

Thanks, I've discovered in the meantime that it uses the JLine nano. I guess the workaround is to write files with --destination passed to disassemble and edit the file externally. One can also import external files into assemble.

werame avatar Feb 13 '22 20:02 werame