OneDrive
OneDrive copied to clipboard
OneDrive log .ODL reader
Python with error odl.py:2: SyntaxWarning: invalid escape sequence '\A' and missing Crypto library
Python is complaining about 2 things: 1) Invalid escape sequence \A %userprofile%\Downloads\odl.py:2: SyntaxWarning: invalid escape sequence '\A' """ 2) No lib Crypto Traceback (most recent call last): File "%useprofile%\Downloads\odl.py", line...
Removed cipher_text_orig from decrypt(). This broke decryption of older versions that relied on ObfuscationStringMap.txt because decrypted_word always returned something causing the map to not be checked. ```python for part in...
Error in code on Ubuntu 24.04 ``` python3 odl.py -h Traceback (most recent call last): File "/home/jarendt/temp/tmp/logs/odl.py", line 53, in from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto' ```...