Mind Over Mutant
Upon searching for the byte patterns in mind over mutants XEX file it can't find the mx_ address's it found the others
does it mean I can just skip those or would it create other issues?
its because you looked up the whole thing, try searching just 39 60 fc 00, it should come up with 2 results because theres 2 addresses that use that string of bytes then you have to find the one that uses the other string of bytes (10 0b 61 cb) to figure out which one it is
its because you looked up the whole thing, try searching just 39 60 fc 00, it should come up with 2 results because theres 2 addresses that use that string of bytes then you have to find the one that uses the other string of bytes (10 0b 61 cb) to figure out which one it is
not even that works
its because you looked up the whole thing, try searching just 39 60 fc 00, it should come up with 2 results because theres 2 addresses that use that string of bytes then you have to find the one that uses the other string of bytes (10 0b 61 cb) to figure out which one it is
not even that works
Did you do 39 60 fc 00 or just 39 60 fc? If you did the first then you may wanna look into using Ida instead of ghidra, it has a plugin that's much better for this.