You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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!
The text was updated successfully, but these errors were encountered:
(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!
The text was updated successfully, but these errors were encountered: