Resymbolicating an iOS executable in release mode

Hi,

in Chapter 23: SB Examples, Resymbolicating a Stripped ObjC Binary

====================================================================================
In addition, this script will not work with an iOS executable in release mode. LLDB will not find the functions for a synthetic SBSymbol to reference the start address. This means that you would have to manually search upwards in the ARM64 assembly until you stumbled across an assembly instruction that looked like the start of a function (can you guess which instruction(s) to look for?).

any clues about the last sentence?

Thanks.