Lorenzo
Lorenzo
Hi! Can I use FileMonitor on iOS 12.5.5? If not, can I write my program using [libFileMonitor.a](https://github.com/objective-see/FileMonitor/blob/master/Library/Release/libFileMonitor.a)? Thanks in advance. Kind regards, Lorenzo.
Hi! First of all I think that fsmon is a great tool. I compiled it on [iPad Mini 2](https://appledb.dev/device/iPad4,4.html) with iOS 12.5.5 and jailbroken with [odysseyra1n](https://ios.cfw.guide/installing-odysseyra1n/macos/). I tested fsmon with...
To explain me I created two examples. ```latex \documentclass{article} \usepackage{minted} \begin{document} \begin{minted}[breaklines, breakafter=\#, showspaces, space=~]{text} ==== q1 ==== Utilization of Srv [0.1453 ± 0.0043 (2.9895% | 20)# 0.0144 ± 0.0004...
I tried to send iBEC to my [iPad Mini 2](https://ipsw.me/iPad4,4/info). But at first attempt `irecovery` failed ```bash % irecovery -v -f sshramdisk/iBEC.img4 Attempting to connect... opening device 05ac:1227 @ 0x14200000......
This PR updates rsync to 3.2.7. ### Checklist * [X] Have you made sure there aren't any other open [Pull Requests](https://github.com/ProcursusTeam/Procursus/pulls) for the same update/change? * [X] This Pull Request...
I think there is a typo in the following computation ```math \mathbf{o}^{\left( t \right)} = \sigma_{0}\left( \mathbf{W}_{ho}\mathbf{h}^{\left( t \right)}+\mathbf{b}_{0} \right) ``` I mean $`0`$ as subscript should be replaced with...
I tried your script with my iPhone X with no problems. But it doesn't work (see output below) with my [iPad Mini 2](https://ipsw.me/iPad4,4/info) ```bash % ./sshrd.sh boot && ./sshrd.sh ssh...
This issue is for Linux users because it seems that macOS users have no problems. For more detail see [here](https://github.com/frida/frida-gum/issues/370#issuecomment-549190480) and [here](https://t.me/fridadotre/29673).
Reading Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow by Aurélien Géron I noticed that to use a preprocess function (like [`preprocess_input`](https://github.com/keras-team/keras/blob/f6c4ac55692c132cd16211f4877fac6dbeead749/keras/src/applications/resnet.py#L497-L506)) it is necessary to put it inside a...
# Environment - Python 3.12.4 - Tensorflow v2.16.1-19-g810f233968c 2.16.2 - Keras 3.5.0 - TensorBoard 2.16.2 # How to reproduce it? I tried to visualizing data using [the embedding Projector in...