Advertisement
bkolp

padded String

Jan 22nd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. (env) eDiscoverysiMac:mac_apt ediscovery$ python mac_apt.py -h
  2. Traceback (most recent call last):
  3. File "mac_apt.py", line 23, in <module>
  4. import plugins.helpers.macinfo as macinfo
  5. File "/Users/ediscovery/Python/MacApt/mac_apt/plugins/helpers/macinfo.py", line 26, in <module>
  6. from plugins.helpers.hfs_alt import HFSVolume
  7. File "/Users/ediscovery/Python/MacApt/mac_apt/plugins/helpers/hfs_alt.py", line 29, in <module>
  8. from plugins.helpers.btree import AttributesTree, CatalogTree, ExtentsOverflowTree
  9. File "/Users/ediscovery/Python/MacApt/mac_apt/plugins/helpers/btree.py", line 18, in <module>
  10. from plugins.helpers.structs import *
  11. File "/Users/ediscovery/Python/MacApt/mac_apt/plugins/helpers/structs.py", line 185, in <module>
  12. "unicode" / PaddedString(lambda ctx: ctx["length"] * 2, encoding="utf-16-be") # "unicode",
  13. NameError: name 'PaddedString' is not defined
  14. (env) eDiscoverysiMac:mac_apt ediscovery$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement