binary in runtime?
So, imagine you have a compiled binary. This binary contains a pattern that you've designed. Something like:
##REPLACE_THIS##
So, would it be possible to later replace this string with something else, generate the compiled binary with new string while keeping it functional?
Update: I can modify strings in existing binary. They just have to be exact same size as the old string .-. That kinda sucks.......I'll see if I can get around that
Why do you even need to edit the binary
Don't you have the source code
Part of my project to edit the compiled binary. Or well, just one string in the compiled binary
Обсуждают сегодня