Thread: Ira disassembly
View Single Post
Old 08 March 2024, 20:20   #10
copse
Registered User
 
Join Date: Jul 2009
Location: Lala Land
Posts: 527
Quote:
Originally Posted by WayneK View Post
If they haven't encoded the text as ascii, another way to find a known string is to look for something with the same distances (deltas) between the letters, eg:
"DYLAN" is made of letters at positions 04,25,12,01,14 in the alphabet.
So regardless of the encoding, there is a 99% chance that the second letter "Y" is encoded with a value that is 21 higher than "D" ("Y" is 25, minus "D" which is 04), etc...

A little python script or even a little bit of 68000 to search memory in AR3 should produce some results!
Best to avoid these kinds of fishing expeditions IMO.
copse is offline  
 
Page generated in 0.06006 seconds with 11 queries