Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Memory hacking in Linux

Name: Anonymous 2007-05-15 9:42 ID:TcYJDGuF

I'm looking for a program that works on Linux that will let me view/modify memory locations, preferably one with a not too cryptic interface. I did try googling but I wasn't sure what to look for, any hints?

Name: Anonymous 2007-05-15 14:01 ID:Heaven

>>1

void *p = 0xDEADFACE;
memcpy(p, "LOOK I CAN CHANGE MEMORY LOL", - sizeof 1);

Name: Anonymous 2007-05-15 16:14 ID:dVFALuix

>>2
Virtual memory, do you know it?
Enjoy your segfaults motherfucker.

>>1
You would probably have to hack the kernel and add some syscalls (making whole system unsafe)

Don't change these.
Name: Email:
Entire Thread Thread List