An open-source x64/x32 debugger for windows.
-
Updated
Dec 5, 2021 - C++
I really dislike having excessive dotfiles files in my $HOME. A variable, e.g. g:vimspector_log_file, would be helpful.
For now I use a workaround:
autocmd User VimspectorDebugEnded call system("mv ~/.vimspector.log " . $XDG_CACHE_HOME."/vim/")Add a description, image, and links to the debugger topic page so that developers can more easily learn about it.
To associate your repository with the debugger topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Quick shellcode loading via the Cutter gui.
Describe the solution you'd like
Paste shellcode and press + as an alternative to clicking 'OK'-button
Describe alternatives you've considered
None