Hi,
There is NO find command in gdb for iOS. What is the other alternative for memory bytes pattern finding for an running app on iOS ? Currently i am stopping the app, dumping particular region manually finding the bytes manually & patching the program & detach it to make it run but doing so it takes 3 min & the connection is lost with the server & app restarts.
LLDB might have this feature of searching but since i don't have any MAC what alternative you could suggest if any please enlighten.
Thanks, NickIN