Describe the bug
There are missing "/" characters in view_extract.py. The script worked perfectly after I simply added a "/" before abe.jar in these 2 lines:
os.system('java -jar ' + bin + '/abe.jar unpack ' + extracted +
os.system('java -jar ' + bin + '/abe.jar unpack ' + tmp +
To Reproduce
Steps to reproduce the behavior:
- run 'python3 -m wakdbe'
- See error
Terminal output or log file
[16:57:50.051612] Our work with device has finished, it is safe to remove it now.
[16:57:50.051822] Found whatsapp.ab in tmp folder. Continuing... Size : 36461035 bytes.
[16:57:50.051876] Enter a name for this user (default "user"). :
[16:58:11.031947] Enter same password which you entered on device when prompted earlier. :
Error: Unable to access jarfile /Users/admin/venv/lib/python3.13/site-packages/wakdbe/binabe.jar
[16:58:19.607801] [Errno 2] No such file or directory: 'tmp/whatsapp.tar'
[16:58:19.607891] Exiting...
[16:58:19.629583] Hit 'Enter' key to continue....
Additional context
I'm running macOS Catalina 10.15.7.
Thanks so much for this tool!!!
Describe the bug
There are missing "/" characters in view_extract.py. The script worked perfectly after I simply added a "/" before abe.jar in these 2 lines:
To Reproduce
Steps to reproduce the behavior:
Terminal output or log file
Additional context
I'm running macOS Catalina 10.15.7.
Thanks so much for this tool!!!