I installed cycript, developed by Jay Freeman Saurik, on my device, I installed also all depencies dependencies. I Run my mobileTerminal app on my device and I enter for example this command:
ps aux | grep MyProgram
I get the ID of the process but when I enter this command:
cycript -p [myProcessId]
But I get always this error.
*** _assert(_krnstatus == KERN_SUCCESS):Match/Inject.cpp(64):InjecLibrary [errno=78]
I'm using cycript on iOS 5. Is it compatible?