initial code for dumping imessages in a reasonable format
This commit is contained in:
5
dump-imessages/iphone-dataprotection/img3fs/Makefile
Normal file
5
dump-imessages/iphone-dataprotection/img3fs/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
img3fs: img3fs.c
|
||||
gcc -o $@ $^ -Wall -lfuse_ino64 -lcrypto -I/usr/local/include/osxfuse || gcc -o $@ $^ -Wall -losxfuse_i64 -lcrypto -I/usr/local/include/osxfuse
|
||||
|
||||
clean:
|
||||
rm img3fs
|
||||
Reference in New Issue
Block a user