Open 12qwertyuiop opened 1 year ago
E:\Doldrums\Doldrums-main\src>python main.py libapp.so output Traceback (most recent call last): File "main.py", line 85, in isolate = parseELF(args.file) File "main.py", line 26, in parseELF loadLibraries(blobs[0]) File "main.py", line 54, in loadLibraries raise Exception('Unsupported Dart SDK, snapshot hash: ' + snapshotHash) Exception: Unsupported Dart SDK, snapshot hash: adb4292f3ec25074ca70abcd2d5c7251
I have this same issue
Same, outdated.
If you require reverse engineering for dart current version, I recommend using b(l)utter
E:\Doldrums\Doldrums-main\src>python main.py libapp.so output Traceback (most recent call last): File "main.py", line 85, in
isolate = parseELF(args.file)
File "main.py", line 26, in parseELF
loadLibraries(blobs[0])
File "main.py", line 54, in loadLibraries
raise Exception('Unsupported Dart SDK, snapshot hash: ' + snapshotHash)
Exception: Unsupported Dart SDK, snapshot hash: adb4292f3ec25074ca70abcd2d5c7251