XenonRecomp icon indicating copy to clipboard operation
XenonRecomp copied to clipboard

Mind Over Mutant

Open TheNotZen364 opened this issue 9 months ago • 3 comments

Upon searching for the byte patterns in mind over mutants XEX file it can't find the mx_ address's it found the others

Image

does it mean I can just skip those or would it create other issues?

TheNotZen364 avatar Mar 07 '25 01:03 TheNotZen364

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

masterspike52 avatar Mar 12 '25 02:03 masterspike52

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

Image

not even that works

TheNotZen364 avatar Mar 14 '25 18:03 TheNotZen364

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

Image

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.

masterspike52 avatar Mar 14 '25 19:03 masterspike52