mhsshark

Results 2 comments of mhsshark

> Are you able to print out these two variables, APPLE_TIME and content[3] in line 65 of extract_iphone.py? Generally I have no experience with python, however I'm sure I will...

See the below results: ``` APPLE_TIME=978296400.0, content[3]=633263721 APPLE_TIME=978296400.0, content[3]=-978307423.877771 Traceback (most recent call last): File "C:\Users\[user]\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\[user]\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code...