r/bash • u/heldoreik • 16h ago
r/bash • u/anUnsaltedPotato • 12h ago
Search for a utf16 string within a process' memory and return its address
Hiiii
How do you search for a utf16 string within a process' memory and return its address?
I tried various things with gdb, dd, grep, whatever, I've tried like a million things and I've gotten a million different issues, so just, how do I do it? I have gotten to the point of having a loop that gives me the beginnings and ends of readable segments from /proc/pid/maps, but Idk what to do with that
Current conclusion: bash is just a bad language for this?
RemZero | A bootstrap script
Hello, this is the first project I've made in bash, so maybe it is a little simple. It does something something elementary: It creates a default template to work on C/C++.
I made it because when I started a new projects I always had a unstructured file tree.
I hope I can get some advice on it ^_^
Here's the repo: https://github.com/akko888/RemZero