igetnonce
igetnonce copied to clipboard
igetnonce results in a segmentation fault when attempting to run the program in normal mode or recovery mode. I'm running iOS 13.3.1 and Ubuntu 18.04.4
Trying to compile this: undefined reference to irecv_get_device_info Using idevicerestore 1.0.1 libimobiledevice 1.3.1 ``` mv -f .deps/igetnonce-main.Tpo .deps/igetnonce-main.Po gcc -I/usr/local/include -I/usr/local/include -g -O2 -std=c11 -L/usr/local/lib -lirecovery -L/usr/local/lib -limobiledevice-1.0 -lplist-2.0 -lusbmuxd...
Ask for confirmation before getting a nonce in normal mode. This is to avoid accidentally overwriting an eventually set generator in NVRAM. Would probably be a good idea to also...
This project currently doesn't contain a license file, and while most source files contain an LGPL notice, some of them only contain the text `Copyright © 2017 tihmstar. All rights...
This project uses `fseeko`, `ftello` and `strdup`, which are POSIX extensions. Compiling with `-std=c11`, which doesn't support these functions, causes the following warnings: ``` common.c: In function 'read_file': common.c:172:2: warning:...