abrignoni / ALEAPP

Android Logs Events And Protobuf Parser
MIT License
528 stars 113 forks source link

Semantic Location parser error #509

Closed greg4n6s closed 2 months ago

greg4n6s commented 4 months ago

Hello,

I can't get the new Semantic Location parser to work:

appSemloc [appSemloc] artifact started Reading appSemloc artifact had errors! Error was [Errno 22] Invalid argument Exception Traceback: Traceback (most recent call last): File "aleapp.py", line 378, in crunch_artifacts File "C:\Users\gregory\AppData\Local\Temp\_MEI40682\scripts\artifacts\appSemloc.py", line 32, in get_appSemloc leveldb_records = scripts.ccl_leveldb.RawLevelDb(in_db_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "scripts\ccl_leveldb.py", line 555, in __init__ self._files.append(LdbFile(file)) ^^^^^^^^^^^^^ File "scripts\ccl_leveldb.py", line 215, in __init__ self._f.seek(-LdbFile.FOOTER_SIZE, os.SEEK_END) OSError: [Errno 22] Invalid argument

Tried with the last Windows GUI release and from the original code

Thanks