My intention is to verify that TCP and UDP are open by a specific process.
lsof -p $1 | grep -E "TCP|UDP" lsof -p $1 | grep -E "TCP|UDP" (this works well on Mac OS)
I installed lsof binary on iPad jailbroken , from cydia. When I execute lsof on an iOS device (terminal), it just gives me errors saying: information error: Cannot allocate memory
I tried compiling lsof for iOS (arm) from various sources , but make does not work.
Also tried to install . deb on the iPad using dpkg -i , but it gave errors saying that rubies and other dependencies were not found.
It would be great if I could get help in working fine in iOS. Or a working alternative for lsof. Thanks.
ios out-of-memory jailbreak runtime-error lsof
Ocelot
source share