Edit executable?

If I have some compiled C program that when decompiled looks something like:

// pseudocode if (false) { doThing(); else { doOtherThing(); }

Can I edit the executable to change false to true so doThing runs?

submitted by /u/wpcarroll
[link] [comments]

from hacking: security in practice https://ift.tt/bDCRqzc

Comments