Heap pwning can be easy right? Here's something to look at.
nc thekidofarcrania.com 13226
It's a nice challenge, but you could have provided a libc. Didn't worked locally for me... But got it anyways
hmm it's probably because I didn't compile it with -g (i.e. with debug symbols). If you would like you can compile it with -g locally on your own machine, but I won't recompile the binary attachment since that's the binary that is also being run on remote
You can just use (void*)curr
thanks mate
hmm it's probably because I didn't compile it with -g (i.e. with debug symbols). If you would like you can compile it with -g locally on your own machine, but I won't recompile the binary attachment since that's the binary that is also being run on remote
You can just use (void*)curr
thanks mate
4 weeks ago
easy one