@@Javi Tech here's how you do it
Open up both binarys side by side
Jump (in the old binary) to the offset that you have (g)
Next copy something around it that is uniqueish (like the CMP r2, #0)
Then jump to the old offset in the new binary (It's closser to the new one)
Then search (alt +t) that (start with down) and find a function that looks like the graph view of the old function and it has the same arm code.
If you can't find it with down, then jump in the new binary hack to the old offset and search ip, or search something else
There you go
Credit: Lawivido (just taught me like 2 min ago)
@@ZahirSher This is a lot better then hex compare