MENU

Fun & Interesting

Getting up in another processes memory

Low Byte Productions 16,444 1 year ago
Video Not Working? Fix It Now

In this video, we learn how we can read memory belonging to other processes by building a memory dumper from scratch. One of the key components is the /proc file system: an interface that the kernel provides for introspecting processes. Combined with ptrace, a system call that allows attaching to and taking control of another process, we write a program to automate extracting information that would otherwise be completely hidden to us! =[ 🔗 Links 🔗 ]= https://j3s.sh/thought/recover-lost-text-by-coredumping-firefox.html 🗣 Discord: https://discord.gg/FPWaVgk ⭐️ Patreon: https://www.patreon.com/lowleveljavascript 💻 Github Repo: https://github.com/lowbyteproductions/memory-dumper

Comment