Analysis - Writing data on memory location and referencing
Last updated
Last updated
Here, I am writing the string "yolo" on the memory starting from 0xdeadbeefdeadbeef
Of course, you have to make sure that the system you're using allows writing to the arbitrary memory given here. Or else it will give a segmentation fault.