Jump Back menu
Jump back has been rewritten. Now jump back will progress backwards with a consistent interface. Each depth progress will discard the previous depth's data. The status line show how many targets are searched in the current depth and BM is the number of bookmark added since the start. Whenever a link back to main is found a bookmark will be added. Each line shows the target address in [ ] and the number next to it is the number of source pointing at this target
reset map
To restart the search use this button and you will be back at depth 0
next depth
Use this button the proceed to search for the next depth
Branch_to search in ASM explorer
The first time when "Branch_to above" or "Branch_to below" is activated a search is perform on the code space for B and BL instruction. After the search when a code is the destination of a B or BL you will see {D} where D is the number of code that B or BL to this address
For example "{4}M+0x1b2de40: stp x29, x30, [sp, #-0x20]!" means there are 4 B or BL instruction that will land on this code at address Main+0x1b2de40
Branch_to above
This button move to the branch to target that is above the current cursor position
Branch_to below
This button move to the branch to target that is below the current cursor position
Goto Source
This button let you jump to the source when the cursor is place on the code that is the target of branch to. When there is more than one you can choose from a list
Pressing the button again bring you to the code
bflip search mode
[A bflip B] will search for the bit flip between previous and current that is the same as from A to B, get to this mode with the "RANGE type" button. Many game use simple scrambling that is just a XOR of the actual value with a key, this search will help you find it. Perform unknown search then bflip search for faster narrow down of candidate list.
cheat_url_txt
If this file is found in \breeze directory an additional url will be check for cheat file, the file should have the url with {BID} and {TID} which will be replace with the actual BID and TID of the file. {bid} is {BID} in lower case