App - System

Sunday 2 June 2019, 19:45  #1
App - System ELFx64 Buffer Overflow basic
AlyB
  • 1 posts

So i’ve been able to figure out how to accurately overwrite the RIP value perfectly.

The problem I’m experiencing is; how do you go about putting shellcode into the buffer when it’s being written from "scanf()" ?

I’m not able to do, say "\xab\xbc\xcd" when scanf() is used (as opposed to argc/argv)..