Here is what I did: - Downloaded the zip from: [https://github.com/nowsecure/fsmon/] - expand zip and run `make iOS` on your Mac Book - Use a tool to copy file over to Jailbroken device. - `chmod 755 fsmon-ios` to enable execution. - `./fsmon-ios -L` list the systems fs-mon can observe. WORKS. - `./fsmon-ios -v` smoktest it displays the version. WORKS. - `./fsmon-ios -p [pid]` FAILS.
Here is what I did:
Downloaded the zip from: [https://github.com/nowsecure/fsmon/]
expand zip and run
make iOSon your Mac BookUse a tool to copy file over to Jailbroken device.
chmod 755 fsmon-iosto enable execution../fsmon-ios -Llist the systems fs-mon can observe. WORKS../fsmon-ios -vsmoktest it displays the version. WORKS../fsmon-ios -p [pid]FAILS.