How to get the opcodes of a instruction with mona?
In a stack-based buffer overflow exploit I am working on, the length of the buffer that can hold shellcode is not enough. Therefore I have to somehow point the EIP to the beginning of the buffer. My payload looks like this:
"A"*2… Continue reading How to get the opcodes of a instruction with mona?