Is it possible to hook a sub_... object in Frida ? I disassembled an arm64 executable, when running the app on my iPhone, I can see a lot of classes also in the disassembled executable, but I can't reach these sub_... objects. If this is possible, I'd like to know how can I edit them to change a certain procedure (in my case b.ne to b.eq), and also if it is possible to hook some loc_... objects.
Thanks for all your answers.