shellme
shellme copied to clipboard
Shellcode not clean
Output of this tool displays nulls and other bad characters. This can lead to failed shellcode injection and consequently execution. Suggested fix: analyze assembly code, and replace null-spawning instructions with alternatives (such as xor eax,eax rather than mov eax, 0)