merrychap / shellen

:cherry_blossom: Interactive shellcoding environment to easily craft shellcodes
MIT License
888 stars 97 forks source link

Vim plugin #21

Open zer0x64 opened 5 years ago

zer0x64 commented 5 years ago

(Related to the "Multi-line editing TODO) When writing a long shellcode, it can be pretty painful to work with in a "CLI" interface. One thing I though about was to add an editor to it, but that would be really long and hard to do. However, I think we can turn the problem around and make a Shellen Vim plugin. It would simply add the commands to vim and add a command to assemble the current file.

I'm willing to try doing it, but I wanted to know what you thought about it before starting anything!