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?
[link] [comments]
from hacking: security in practice https://ift.tt/bDCRqzc
Comments
Post a Comment