You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
erofs_tool.py extract system_dlkm.img out
0x00000400-0x00000480: SUPER
root_nid=38
Traceback (most recent call last):
File "/home/yu/Downloads/erofs_tool.py", line 655, in <module>
main()
File "/home/yu/Downloads/erofs_tool.py", line 62, in main
args.target(args)
File "/home/yu/Downloads/erofs_tool.py", line 77, in command_extract
erofs = Erofs(args.erofs_image)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/yu/Downloads/erofs_tool.py", line 237, in __init__
self.root_inode = self.get_inode(self.super.root_nid, FileType.EROFS_FT_DIR)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/yu/Downloads/erofs_tool.py", line 244, in get_inode
return DirInode(self, nid)
^^^^^^^^^^^^^^^^^^^
File "/home/yu/Downloads/erofs_tool.py", line 454, in __init__
super(DirInode, self).__init__(erofs, nid)
File "/home/yu/Downloads/erofs_tool.py", line 295, in __init__
assert self.inode_header.i_advise & 0x01 == 0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError
Can this issue be resolved?
The text was updated successfully, but these errors were encountered:
Can this issue be resolved?
The text was updated successfully, but these errors were encountered: