Skip to content

Instantly share code, notes, and snippets.

@agrajag9
Created July 4, 2023 11:33
Show Gist options
  • Save agrajag9/a60a8580fbcae56999635331d1b38029 to your computer and use it in GitHub Desktop.
Save agrajag9/a60a8580fbcae56999635331d1b38029 to your computer and use it in GitHub Desktop.
python3 -v -m hachoir.subfile DSN-CTL-V23R01.exe 2>&1 | tee hachoir.log
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /usr/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/encodings/__init__.py
# code object from '/usr/lib/python3.10/encodings/__pycache__/__init__.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/codecs.cpython-310.pyc matches /usr/lib/python3.10/codecs.py
# code object from '/usr/lib/python3.10/__pycache__/codecs.cpython-310.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34fd3af0>
# /usr/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc matches /usr/lib/python3.10/encodings/aliases.py
# code object from '/usr/lib/python3.10/encodings/__pycache__/aliases.cpython-310.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1d0c0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34fd38b0>
# /usr/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc matches /usr/lib/python3.10/encodings/utf_8.py
# code object from '/usr/lib/python3.10/encodings/__pycache__/utf_8.cpython-310.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34fd3850>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.10/__pycache__/io.cpython-310.pyc matches /usr/lib/python3.10/io.py
# code object from '/usr/lib/python3.10/__pycache__/io.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/abc.cpython-310.pyc matches /usr/lib/python3.10/abc.py
# code object from '/usr/lib/python3.10/__pycache__/abc.cpython-310.pyc'
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1d420>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1d210>
# /usr/lib/python3.10/__pycache__/site.cpython-310.pyc matches /usr/lib/python3.10/site.py
# code object from '/usr/lib/python3.10/__pycache__/site.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/os.cpython-310.pyc matches /usr/lib/python3.10/os.py
# code object from '/usr/lib/python3.10/__pycache__/os.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/stat.cpython-310.pyc matches /usr/lib/python3.10/stat.py
# code object from '/usr/lib/python3.10/__pycache__/stat.cpython-310.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1f640>
# /usr/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc matches /usr/lib/python3.10/_collections_abc.py
# code object from '/usr/lib/python3.10/__pycache__/_collections_abc.cpython-310.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1f9a0>
# /usr/lib/python3.10/__pycache__/posixpath.cpython-310.pyc matches /usr/lib/python3.10/posixpath.py
# code object from '/usr/lib/python3.10/__pycache__/posixpath.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/genericpath.cpython-310.pyc matches /usr/lib/python3.10/genericpath.py
# code object from '/usr/lib/python3.10/__pycache__/genericpath.cpython-310.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e5a1d0>
import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1fa30>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1e260>
# /usr/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc matches /usr/lib/python3.10/_sitebuiltins.py
# code object from '/usr/lib/python3.10/__pycache__/_sitebuiltins.cpython-310.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1f340>
Processing user site-packages
Adding directory: '/home/agrajag9/.local/lib/python3.10/site-packages'
Processing global site-packages
Adding directory: '/usr/local/lib/python3.10/dist-packages'
Adding directory: '/usr/lib/python3/dist-packages'
Processing .pth file: '/usr/lib/python3/dist-packages/repoze.lru-0.7-nspkg.pth'
# /usr/lib/python3.10/__pycache__/types.cpython-310.pyc matches /usr/lib/python3.10/types.py
# code object from '/usr/lib/python3.10/__pycache__/types.cpython-310.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e5bdc0>
# /usr/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/importlib/__init__.py
# code object from '/usr/lib/python3.10/importlib/__pycache__/__init__.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/warnings.cpython-310.pyc matches /usr/lib/python3.10/warnings.py
# code object from '/usr/lib/python3.10/__pycache__/warnings.cpython-310.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e5b190>
import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e5b490>
# /usr/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc matches /usr/lib/python3.10/importlib/util.py
# code object from '/usr/lib/python3.10/importlib/__pycache__/util.cpython-310.pyc'
# /usr/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc matches /usr/lib/python3.10/importlib/_abc.py
# code object from '/usr/lib/python3.10/importlib/__pycache__/_abc.cpython-310.pyc'
import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8de10>
# /usr/lib/python3.10/__pycache__/contextlib.cpython-310.pyc matches /usr/lib/python3.10/contextlib.py
# code object from '/usr/lib/python3.10/__pycache__/contextlib.cpython-310.pyc'
# /usr/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc matches /usr/lib/python3.10/collections/__init__.py
# code object from '/usr/lib/python3.10/collections/__pycache__/__init__.cpython-310.pyc'
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.10/__pycache__/keyword.cpython-310.pyc matches /usr/lib/python3.10/keyword.py
# code object from '/usr/lib/python3.10/__pycache__/keyword.cpython-310.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecc250>
# /usr/lib/python3.10/__pycache__/operator.cpython-310.pyc matches /usr/lib/python3.10/operator.py
# code object from '/usr/lib/python3.10/__pycache__/operator.cpython-310.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecc310>
# /usr/lib/python3.10/__pycache__/reprlib.cpython-310.pyc matches /usr/lib/python3.10/reprlib.py
# code object from '/usr/lib/python3.10/__pycache__/reprlib.cpython-310.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecc520>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8ca00>
# /usr/lib/python3.10/__pycache__/functools.cpython-310.pyc matches /usr/lib/python3.10/functools.py
# code object from '/usr/lib/python3.10/__pycache__/functools.cpython-310.pyc'
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecd2a0>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8dc00>
import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e5ac80>
# /usr/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc matches /usr/lib/python3.10/importlib/machinery.py
# code object from '/usr/lib/python3.10/importlib/__pycache__/machinery.cpython-310.pyc'
import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8d3c0>
# possible namespace for /usr/lib/python3/dist-packages/repoze
Processing .pth file: '/usr/lib/python3/dist-packages/zc.lockfile-2.0-nspkg.pth'
# possible namespace for /usr/lib/python3/dist-packages/zc
# /usr/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc matches /usr/lib/python3.10/sitecustomize.py
# code object from '/usr/lib/python3.10/__pycache__/sitecustomize.cpython-310.pyc'
# /usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-310.pyc matches /usr/lib/python3/dist-packages/apport_python_hook.py
# code object from '/usr/lib/python3/dist-packages/__pycache__/apport_python_hook.cpython-310.pyc'
import 'apport_python_hook' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf5b0>
import 'sitecustomize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf340>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e1dc30>
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python3.10/__pycache__/runpy.cpython-310.pyc matches /usr/lib/python3.10/runpy.py
# code object from '/usr/lib/python3.10/__pycache__/runpy.cpython-310.pyc'
import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf250>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/__pycache__/__init__.cpython-310.pyc'
import 'hachoir' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecfeb0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/__init__.cpython-310.pyc'
import 'hachoir.subfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecfca0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/__main__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__main__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/__main__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/main.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/main.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/main.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/__init__.cpython-310.pyc'
import 'hachoir.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf7f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/endian.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/endian.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/endian.cpython-310.pyc'
import 'hachoir.core.endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf790>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/stream.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/stream.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/stream.cpython-310.pyc'
import 'hachoir.stream.stream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf6a0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/input.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/input.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/input.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/error.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/error.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/error.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/log.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/log.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/log.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/config.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/config.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/config.cpython-310.pyc'
import 'hachoir.core.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8c5b0>
import 'hachoir.core.log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8e230>
# /usr/lib/python3.10/__pycache__/traceback.cpython-310.pyc matches /usr/lib/python3.10/traceback.py
# code object from '/usr/lib/python3.10/__pycache__/traceback.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/linecache.cpython-310.pyc matches /usr/lib/python3.10/linecache.py
# code object from '/usr/lib/python3.10/__pycache__/linecache.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/tokenize.cpython-310.pyc matches /usr/lib/python3.10/tokenize.py
# code object from '/usr/lib/python3.10/__pycache__/tokenize.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/re.cpython-310.pyc matches /usr/lib/python3.10/re.py
# code object from '/usr/lib/python3.10/__pycache__/re.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/enum.cpython-310.pyc matches /usr/lib/python3.10/enum.py
# code object from '/usr/lib/python3.10/__pycache__/enum.cpython-310.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d318d0>
# /usr/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc matches /usr/lib/python3.10/sre_compile.py
# code object from '/usr/lib/python3.10/__pycache__/sre_compile.cpython-310.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc matches /usr/lib/python3.10/sre_parse.py
# code object from '/usr/lib/python3.10/__pycache__/sre_parse.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc matches /usr/lib/python3.10/sre_constants.py
# code object from '/usr/lib/python3.10/__pycache__/sre_constants.cpython-310.pyc'
import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d33f40>
import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d33730>
import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d32e90>
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.10/__pycache__/copyreg.cpython-310.pyc matches /usr/lib/python3.10/copyreg.py
# code object from '/usr/lib/python3.10/__pycache__/copyreg.cpython-310.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d6da80>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d31060>
# /usr/lib/python3.10/__pycache__/token.cpython-310.pyc matches /usr/lib/python3.10/token.py
# code object from '/usr/lib/python3.10/__pycache__/token.cpython-310.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d6d9c0>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d307c0>
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d30550>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8c6a0>
import 'hachoir.core.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34e8ce50>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/bits.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/bits.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/bits.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/struct.cpython-310.pyc matches /usr/lib/python3.10/struct.py
# code object from '/usr/lib/python3.10/__pycache__/struct.cpython-310.pyc'
import '_struct' # <class '_frozen_importlib.BuiltinImporter'>
import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d6e2c0>
import 'hachoir.core.bits' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d30b80>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/tools.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/tools.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/tools.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/datetime.cpython-310.pyc matches /usr/lib/python3.10/datetime.py
# code object from '/usr/lib/python3.10/__pycache__/datetime.cpython-310.pyc'
import 'math' # <class '_frozen_importlib.BuiltinImporter'>
import '_datetime' # <class '_frozen_importlib.BuiltinImporter'>
import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d6ee30>
import 'hachoir.core.tools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d6e830>
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.10/__pycache__/weakref.cpython-310.pyc matches /usr/lib/python3.10/weakref.py
# code object from '/usr/lib/python3.10/__pycache__/weakref.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc matches /usr/lib/python3.10/_weakrefset.py
# code object from '/usr/lib/python3.10/__pycache__/_weakrefset.cpython-310.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da20b0>
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34d6ece0>
import 'hachoir.stream.input' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf160>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/input_helper.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/input_helper.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/input_helper.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/i18n.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/i18n.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/i18n.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/locale.cpython-310.pyc matches /usr/lib/python3.10/locale.py
# code object from '/usr/lib/python3.10/__pycache__/locale.cpython-310.pyc'
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da2d40>
# /usr/lib/python3.10/encodings/__pycache__/iso8859_15.cpython-310.pyc matches /usr/lib/python3.10/encodings/iso8859_15.py
# code object from '/usr/lib/python3.10/encodings/__pycache__/iso8859_15.cpython-310.pyc'
import 'encodings.iso8859_15' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da3850>
# /usr/lib/python3.10/encodings/__pycache__/mac_roman.cpython-310.pyc matches /usr/lib/python3.10/encodings/mac_roman.py
# code object from '/usr/lib/python3.10/encodings/__pycache__/mac_roman.cpython-310.pyc'
import 'encodings.mac_roman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da35e0>
# /usr/lib/python3.10/encodings/__pycache__/iso8859_7.cpython-310.pyc matches /usr/lib/python3.10/encodings/iso8859_7.py
# code object from '/usr/lib/python3.10/encodings/__pycache__/iso8859_7.cpython-310.pyc'
import 'encodings.iso8859_7' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da3b50>
import 'hachoir.core.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da2c50>
import 'hachoir.stream.input_helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ece080>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/output.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/output.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/stream/__pycache__/output.cpython-310.pyc'
import 'hachoir.stream.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34da3c10>
import 'hachoir.stream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecf9d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/search.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/search.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/search.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/memory.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/memory.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/memory.cpython-310.pyc'
import 'gc' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'resource' loaded from '/usr/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so'
# extension module 'resource' executed from '/usr/lib/python3.10/lib-dynload/resource.cpython-310-x86_64-linux-gnu.so'
import 'resource' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e34c046a0>
import 'hachoir.core.memory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04400>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/data_rate.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/data_rate.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/data_rate.cpython-310.pyc'
import 'hachoir.subfile.data_rate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04730>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/output.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/output.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/output.cpython-310.pyc'
import 'hachoir.subfile.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04820>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/pattern.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/pattern.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/subfile/__pycache__/pattern.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/parser.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/parser.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/parser.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/field.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/field.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/field.cpython-310.pyc'
import 'hachoir.field.field' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c05840>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/bit_field.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/bit_field.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/bit_field.cpython-310.pyc'
import 'hachoir.field.bit_field' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c06350>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/byte_field.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/byte_field.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/byte_field.cpython-310.pyc'
import 'hachoir.field.byte_field' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c066e0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/sub_file.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/sub_file.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/sub_file.cpython-310.pyc'
import 'hachoir.field.sub_file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c06a70>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/character.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/character.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/character.cpython-310.pyc'
import 'hachoir.field.character' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c06c80>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/integer.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/integer.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/integer.cpython-310.pyc'
import 'hachoir.field.integer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c06f20>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/enum.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/enum.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/enum.cpython-310.pyc'
import 'hachoir.field.enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c07670>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/string_field.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/string_field.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/string_field.cpython-310.pyc'
import 'hachoir.field.string_field' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c078e0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/padding.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/padding.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/padding.cpython-310.pyc'
import 'hachoir.field.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3c370>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/helper.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/helper.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/helper.cpython-310.pyc'
import 'hachoir.field.helper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3c7f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/fake_array.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/fake_array.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/fake_array.cpython-310.pyc'
import 'hachoir.field.fake_array' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3ca90>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/basic_field_set.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/basic_field_set.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/basic_field_set.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/event_handler.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/event_handler.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/event_handler.cpython-310.pyc'
import 'hachoir.core.event_handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3d0c0>
import 'hachoir.field.basic_field_set' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3cbe0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/generic_field_set.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/generic_field_set.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/generic_field_set.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/dict.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/dict.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/dict.cpython-310.pyc'
import 'hachoir.core.dict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3d960>
import 'hachoir.field.generic_field_set' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3d1e0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/seekable_field_set.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/seekable_field_set.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/seekable_field_set.cpython-310.pyc'
import 'hachoir.field.seekable_field_set' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3dde0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/field_set.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/field_set.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/field_set.cpython-310.pyc'
import 'hachoir.field.field_set' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3e2c0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/static_field_set.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/static_field_set.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/static_field_set.cpython-310.pyc'
import 'hachoir.field.static_field_set' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3e3b0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/parser.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/parser.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/parser.cpython-310.pyc'
import 'hachoir.field.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3e650>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/vector.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/vector.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/vector.cpython-310.pyc'
import 'hachoir.field.vector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3eb30>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/float.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/float.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/float.cpython-310.pyc'
import 'hachoir.field.float' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3ed10>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/timestamp.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/timestamp.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/timestamp.cpython-310.pyc'
import 'hachoir.field.timestamp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3f3d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/link.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/link.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/link.cpython-310.pyc'
import 'hachoir.field.link' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c3fd00>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/fragment.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/fragment.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/field/__pycache__/fragment.cpython-310.pyc'
import 'hachoir.field.fragment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c683a0>
import 'hachoir.field' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c054e0>
# /usr/lib/python3.10/__pycache__/inspect.cpython-310.pyc matches /usr/lib/python3.10/inspect.py
# code object from '/usr/lib/python3.10/__pycache__/inspect.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/ast.cpython-310.pyc matches /usr/lib/python3.10/ast.py
# code object from '/usr/lib/python3.10/__pycache__/ast.cpython-310.pyc'
import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c6a740>
# /usr/lib/python3.10/__pycache__/dis.cpython-310.pyc matches /usr/lib/python3.10/dis.py
# code object from '/usr/lib/python3.10/__pycache__/dis.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/opcode.cpython-310.pyc matches /usr/lib/python3.10/opcode.py
# code object from '/usr/lib/python3.10/__pycache__/opcode.cpython-310.pyc'
# extension module '_opcode' loaded from '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so'
# extension module '_opcode' executed from '/usr/lib/python3.10/lib-dynload/_opcode.cpython-310-x86_64-linux-gnu.so'
import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e34cb9810>
import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34cb95a0>
import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c6ae00>
# /usr/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc matches /usr/lib/python3.10/collections/abc.py
# code object from '/usr/lib/python3.10/collections/__pycache__/abc.cpython-310.pyc'
import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34cba7a0>
import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c681f0>
import 'hachoir.parser.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04eb0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/parser_list.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/parser_list.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/parser_list.cpython-310.pyc'
import 'hachoir.parser.parser_list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c690f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/guess.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/guess.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/__pycache__/guess.cpython-310.pyc'
import 'hachoir.parser.guess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce0730>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/ace.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/ace.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/ace.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/text_handler.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/text_handler.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/text_handler.cpython-310.pyc'
import 'hachoir.core.text_handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce0fd0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/__init__.cpython-310.pyc'
import 'hachoir.parser.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce1420>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/msdos.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/msdos.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/msdos.cpython-310.pyc'
import 'hachoir.parser.common.msdos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce14e0>
import 'hachoir.parser.archive.ace' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce0a90>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/ar.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/ar.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/ar.cpython-310.pyc'
import 'hachoir.parser.archive.ar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce1540>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/bomstore.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/bomstore.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/bomstore.cpython-310.pyc'
import 'hachoir.parser.archive.bomstore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce1750>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/bzip2_parser.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/bzip2_parser.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/bzip2_parser.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/zlib.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/zlib.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/zlib.cpython-310.pyc'
import 'hachoir.parser.archive.zlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce21a0>
# /usr/lib/python3.10/__pycache__/bz2.cpython-310.pyc matches /usr/lib/python3.10/bz2.py
# code object from '/usr/lib/python3.10/__pycache__/bz2.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/_compression.cpython-310.pyc matches /usr/lib/python3.10/_compression.py
# code object from '/usr/lib/python3.10/__pycache__/_compression.cpython-310.pyc'
import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce2ce0>
# extension module '_bz2' loaded from '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so'
# extension module '_bz2' executed from '/usr/lib/python3.10/lib-dynload/_bz2.cpython-310-x86_64-linux-gnu.so'
import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e34ce31f0>
import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce2500>
import 'hachoir.parser.archive.bzip2_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce1a50>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/cab.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/cab.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/cab.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/lzx.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/lzx.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/lzx.cpython-310.pyc'
import 'hachoir.parser.archive.lzx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce3a00>
import 'hachoir.parser.archive.cab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce3250>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/gzip_parser.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/gzip_parser.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/gzip_parser.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/deflate.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/deflate.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/deflate.cpython-310.pyc'
import 'zlib' # <class '_frozen_importlib.BuiltinImporter'>
import 'hachoir.parser.common.deflate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce3f10>
import 'hachoir.parser.archive.gzip_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce3c70>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/tar.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/tar.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/tar.cpython-310.pyc'
import 'hachoir.parser.archive.tar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce3fa0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/zip.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/zip.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/zip.cpython-310.pyc'
import 'hachoir.parser.archive.zip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b1c520>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/rar.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/rar.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/rar.cpython-310.pyc'
import 'hachoir.parser.archive.rar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b1ccd0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/rpm.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/rpm.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/rpm.cpython-310.pyc'
import 'hachoir.parser.archive.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b1d600>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/sevenzip.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/sevenzip.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/sevenzip.cpython-310.pyc'
import 'hachoir.parser.archive.sevenzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b1dba0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/mar.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/mar.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/mar.cpython-310.pyc'
import 'hachoir.parser.archive.mar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b1f1f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/mozilla_ar.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/mozilla_ar.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/mozilla_ar.cpython-310.pyc'
import 'hachoir.parser.archive.mozilla_ar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b1ff70>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/prs_pak.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/prs_pak.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/archive/__pycache__/prs_pak.cpython-310.pyc'
import 'hachoir.parser.archive.prs_pak' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b60280>
import 'hachoir.parser.archive' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ce0430>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/aiff.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/aiff.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/aiff.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/id3.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/id3.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/id3.cpython-310.pyc'
import 'hachoir.parser.audio.id3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b60ca0>
import 'hachoir.parser.audio.aiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b606d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/au.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/au.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/au.cpython-310.pyc'
import 'hachoir.parser.audio.au' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b610c0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/itunesdb.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/itunesdb.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/itunesdb.cpython-310.pyc'
import 'hachoir.parser.audio.itunesdb' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b61570>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/midi.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/midi.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/midi.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/tracker.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/tracker.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/tracker.cpython-310.pyc'
import 'hachoir.parser.common.tracker' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b621a0>
import 'hachoir.parser.audio.midi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b619c0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/mpeg_audio.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/mpeg_audio.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/mpeg_audio.cpython-310.pyc'
import 'hachoir.parser.audio.mpeg_audio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b62200>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/real_audio.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/real_audio.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/real_audio.cpython-310.pyc'
import 'hachoir.parser.audio.real_audio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b62620>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/xm.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/xm.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/xm.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/modplug.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/modplug.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/modplug.cpython-310.pyc'
import 'hachoir.parser.audio.modplug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b630a0>
import 'hachoir.parser.audio.xm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b62890>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/s3m.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/s3m.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/s3m.cpython-310.pyc'
import 'hachoir.parser.audio.s3m' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b62bc0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/mod.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/mod.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/mod.cpython-310.pyc'
import 'hachoir.parser.audio.mod' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b63ca0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/flac.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/flac.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/audio/__pycache__/flac.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/asn1.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/asn1.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/asn1.cpython-310.pyc'
import 'hachoir.parser.container.asn1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbd6f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/mkv.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/mkv.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/mkv.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/iso639.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/iso639.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/iso639.cpython-310.pyc'
import 'hachoir.core.iso639' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbebc0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/ogg.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/ogg.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/ogg.cpython-310.pyc'
import 'hachoir.parser.container.ogg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbec50>
import 'hachoir.parser.container.mkv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbdf30>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/riff.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/riff.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/riff.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/asf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/asf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/asf.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/fourcc.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/fourcc.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/fourcc.cpython-310.pyc'
import 'hachoir.parser.video.fourcc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a14580>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/win32.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/win32.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/win32.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/tcpdump.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/tcpdump.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/tcpdump.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/common.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/common.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/common.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/ouid.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/ouid.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/network/__pycache__/ouid.cpython-310.pyc'
import 'hachoir.parser.network.ouid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a15cc0>
# /usr/lib/python3.10/__pycache__/socket.cpython-310.pyc matches /usr/lib/python3.10/socket.py
# code object from '/usr/lib/python3.10/__pycache__/socket.cpython-310.pyc'
import '_socket' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.10/__pycache__/selectors.cpython-310.pyc matches /usr/lib/python3.10/selectors.py
# code object from '/usr/lib/python3.10/__pycache__/selectors.cpython-310.pyc'
import 'select' # <class '_frozen_importlib.BuiltinImporter'>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a16920>
import 'array' # <class '_frozen_importlib.BuiltinImporter'>
import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a15cf0>
import 'hachoir.parser.network.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a15630>
import 'hachoir.parser.network.tcpdump' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a14e80>
import 'hachoir.parser.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a14be0>
import 'hachoir.parser.common.win32' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a14640>
import 'hachoir.parser.video.asf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbffa0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/flv.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/flv.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/flv.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/amf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/amf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/amf.cpython-310.pyc'
import 'hachoir.parser.video.amf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fca60>
import 'hachoir.parser.video.flv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34a15150>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/mpeg_video.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/mpeg_video.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/mpeg_video.cpython-310.pyc'
import 'hachoir.parser.video.mpeg_video' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fceb0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/mpeg_ts.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/mpeg_ts.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/video/__pycache__/mpeg_ts.cpython-310.pyc'
import 'hachoir.parser.video.mpeg_ts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fd120>
import 'hachoir.parser.video' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbfc70>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/bmp.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/bmp.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/bmp.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/common.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/common.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/common.cpython-310.pyc'
import 'hachoir.parser.image.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fe1a0>
import 'hachoir.parser.image.bmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fdb70>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/gif.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/gif.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/gif.cpython-310.pyc'
import 'hachoir.parser.image.gif' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fe410>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/ico.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/ico.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/ico.cpython-310.pyc'
import 'hachoir.parser.image.ico' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fe920>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/jpeg.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/jpeg.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/jpeg.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/exif.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/exif.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/exif.cpython-310.pyc'
import 'hachoir.parser.image.exif' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346ff580>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/photoshop_metadata.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/photoshop_metadata.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/photoshop_metadata.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/iptc.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/iptc.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/iptc.cpython-310.pyc'
import 'hachoir.parser.image.iptc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e347444c0>
import 'hachoir.parser.image.photoshop_metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346ffeb0>
import 'hachoir.parser.image.jpeg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346febc0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/pcx.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/pcx.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/pcx.cpython-310.pyc'
import 'hachoir.parser.image.pcx' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346ff0a0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/psd.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/psd.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/psd.cpython-310.pyc'
import 'hachoir.parser.image.psd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e347449d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/png.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/png.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/png.cpython-310.pyc'
import 'hachoir.parser.image.png' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34744c40>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/tga.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/tga.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/tga.cpython-310.pyc'
import 'hachoir.parser.image.tga' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e347455d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/tiff.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/tiff.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/tiff.cpython-310.pyc'
import 'hachoir.parser.image.tiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34745810>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/wmf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/wmf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/wmf.cpython-310.pyc'
import 'hachoir.parser.image.wmf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34745ae0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/xcf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/xcf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/xcf.cpython-310.pyc'
import 'hachoir.parser.image.xcf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34746410>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/cr2.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/cr2.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/image/__pycache__/cr2.cpython-310.pyc'
import 'hachoir.parser.image.cr2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34746b90>
import 'hachoir.parser.image' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346fd840>
import 'hachoir.parser.container.riff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbf3a0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/swf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/swf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/swf.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/action_script.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/action_script.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/action_script.cpython-310.pyc'
import 'hachoir.parser.container.action_script' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e347471c0>
import 'hachoir.parser.container.swf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbfa90>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/realmedia.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/realmedia.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/realmedia.cpython-310.pyc'
import 'hachoir.parser.container.realmedia' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349246d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/mp4.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/mp4.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/container/__pycache__/mp4.cpython-310.pyc'
import 'hachoir.parser.container.mp4' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34924ca0>
import 'hachoir.parser.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbd360>
import 'hachoir.parser.audio.flac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbce80>
import 'hachoir.parser.audio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34b60550>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/ext2.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/ext2.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/ext2.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/linux_swap.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/linux_swap.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/linux_swap.cpython-310.pyc'
import 'hachoir.parser.file_system.linux_swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34927280>
import 'hachoir.parser.file_system.ext2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbd1b0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/fat.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/fat.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/fat.cpython-310.pyc'
import 'hachoir.parser.file_system.fat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34926b60>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/mbr.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/mbr.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/mbr.cpython-310.pyc'
import 'hachoir.parser.file_system.mbr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349279a0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/ntfs.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/ntfs.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/ntfs.cpython-310.pyc'
import 'hachoir.parser.file_system.ntfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34974640>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/iso9660.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/iso9660.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/iso9660.cpython-310.pyc'
import 'hachoir.parser.file_system.iso9660' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34974be0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/reiser_fs.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/reiser_fs.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/file_system/__pycache__/reiser_fs.cpython-310.pyc'
import 'hachoir.parser.file_system.reiser_fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34974ee0>
import 'hachoir.parser.file_system' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34bbd0f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/zsnes.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/zsnes.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/zsnes.cpython-310.pyc'
import 'hachoir.parser.game.zsnes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349755a0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/spider_man_video.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/spider_man_video.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/spider_man_video.cpython-310.pyc'
import 'hachoir.parser.game.spider_man_video' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34975750>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/laf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/laf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/laf.cpython-310.pyc'
import 'hachoir.parser.game.laf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34975960>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/blp.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/blp.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/game/__pycache__/blp.cpython-310.pyc'
import 'hachoir.parser.game.blp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34975c00>
import 'hachoir.parser.game' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349753f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/file_3do.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/file_3do.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/file_3do.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/common.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/common.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/common.cpython-310.pyc'
import 'hachoir.parser.misc.common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34976c20>
import 'hachoir.parser.misc.file_3do' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34976650>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/file_3ds.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/file_3ds.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/file_3ds.cpython-310.pyc'
import 'hachoir.parser.misc.file_3ds' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34976d40>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/torrent.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/torrent.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/torrent.cpython-310.pyc'
import 'hachoir.parser.misc.torrent' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34977190>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/ttf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/ttf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/ttf.cpython-310.pyc'
import 'hachoir.parser.misc.ttf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34977910>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/chm.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/chm.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/chm.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/win32_lang_id.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/win32_lang_id.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/common/__pycache__/win32_lang_id.cpython-310.pyc'
import 'hachoir.parser.common.win32_lang_id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c4eb0>
import 'hachoir.parser.misc.chm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34977dc0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/lnk.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/lnk.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/lnk.cpython-310.pyc'
import 'hachoir.parser.misc.lnk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c5060>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/pcf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/pcf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/pcf.cpython-310.pyc'
import 'hachoir.parser.misc.pcf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c5780>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/ole2.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/ole2.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/ole2.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/msoffice.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/msoffice.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/msoffice.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/ole2_util.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/ole2_util.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/ole2_util.cpython-310.pyc'
import 'hachoir.parser.misc.ole2_util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c67d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/msoffice_summary.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/msoffice_summary.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/msoffice_summary.cpython-310.pyc'
import 'hachoir.parser.misc.msoffice_summary' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c69b0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/word_doc.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/word_doc.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/word_doc.cpython-310.pyc'
import 'hachoir.parser.misc.word_doc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c7130>
import 'hachoir.parser.misc.msoffice' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c62f0>
import 'hachoir.parser.misc.ole2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c5c00>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/pdf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/pdf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/pdf.cpython-310.pyc'
import 'hachoir.parser.misc.pdf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c75b0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/pifv.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/pifv.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/pifv.cpython-310.pyc'
import 'hachoir.parser.misc.pifv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349c7d90>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/hlp.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/hlp.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/hlp.cpython-310.pyc'
import 'hachoir.parser.misc.hlp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bce20>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/gnome_keyring.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/gnome_keyring.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/gnome_keyring.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/hashlib.cpython-310.pyc matches /usr/lib/python3.10/hashlib.py
# code object from '/usr/lib/python3.10/__pycache__/hashlib.cpython-310.pyc'
# extension module '_hashlib' loaded from '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so'
# extension module '_hashlib' executed from '/usr/lib/python3.10/lib-dynload/_hashlib.cpython-310-x86_64-linux-gnu.so'
import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4e345bdb40>
import '_blake2' # <class '_frozen_importlib.BuiltinImporter'>
import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bd750>
import 'hachoir.parser.misc.gnome_keyring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bcfd0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/bplist.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/bplist.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/bplist.cpython-310.pyc'
import 'hachoir.parser.misc.bplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bd300>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/dsstore.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/dsstore.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/dsstore.cpython-310.pyc'
import 'hachoir.parser.misc.dsstore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345be980>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/word_2.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/word_2.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/word_2.cpython-310.pyc'
import 'hachoir.parser.misc.word_2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bf130>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/mstask.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/mstask.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/mstask.cpython-310.pyc'
import 'hachoir.parser.misc.mstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bf550>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/mapsforge_map.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/mapsforge_map.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/mapsforge_map.cpython-310.pyc'
import 'hachoir.parser.misc.mapsforge_map' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bf6d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/fit.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/fit.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/misc/__pycache__/fit.cpython-310.pyc'
import 'hachoir.parser.misc.fit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bfb80>
import 'hachoir.parser.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34975f90>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/elf.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/elf.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/elf.cpython-310.pyc'
import 'hachoir.parser.program.elf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34600670>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/exe.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe_ne.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/exe_ne.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe_ne.cpython-310.pyc'
import 'hachoir.parser.program.exe_ne' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34600f40>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe_pe.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/exe_pe.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe_pe.cpython-310.pyc'
import 'hachoir.parser.program.exe_pe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34601030>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe_res.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/exe_res.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/exe_res.cpython-310.pyc'
import 'hachoir.parser.program.exe_res' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34601300>
import 'hachoir.parser.program.exe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34600a30>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/macho.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/macho.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/macho.cpython-310.pyc'
import 'hachoir.parser.program.macho' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346016f0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/python.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/python.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/python.cpython-310.pyc'
import 'hachoir.parser.program.python' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34602350>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/java.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/java.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/java.cpython-310.pyc'
import 'hachoir.parser.program.java' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34650e50>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/prc.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/prc.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/prc.cpython-310.pyc'
import 'hachoir.parser.program.prc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346513c0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/nds.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/nds.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/nds.cpython-310.pyc'
import 'hachoir.parser.program.nds' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34651930>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/java_serialized.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/java_serialized.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/parser/program/__pycache__/java_serialized.cpython-310.pyc'
import 'hachoir.parser.program.java_serialized' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34652440>
import 'hachoir.parser.program' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e345bfa60>
import 'hachoir.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04c70>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/__init__.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__init__.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/__init__.cpython-310.pyc'
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/regex.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/regex.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/regex.cpython-310.pyc'
import 'hachoir.regex.regex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e346530d0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/parser.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/parser.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/parser.cpython-310.pyc'
import 'hachoir.regex.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e3449c9a0>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/pattern.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/pattern.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/regex/__pycache__/pattern.cpython-310.pyc'
import 'hachoir.regex.pattern' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e3449caf0>
import 'hachoir.regex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e349763e0>
import 'hachoir.subfile.pattern' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04a00>
import 'hachoir.subfile.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecfb20>
# /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/cmd_line.cpython-310.pyc matches /home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/cmd_line.py
# code object from '/home/agrajag9/.local/lib/python3.10/site-packages/hachoir/core/__pycache__/cmd_line.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/optparse.cpython-310.pyc matches /usr/lib/python3.10/optparse.py
# code object from '/usr/lib/python3.10/__pycache__/optparse.cpython-310.pyc'
# /usr/lib/python3.10/__pycache__/textwrap.cpython-310.pyc matches /usr/lib/python3.10/textwrap.py
# code object from '/usr/lib/python3.10/__pycache__/textwrap.cpython-310.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e3449e7d0>
# /usr/lib/python3.10/__pycache__/gettext.cpython-310.pyc matches /usr/lib/python3.10/gettext.py
# code object from '/usr/lib/python3.10/__pycache__/gettext.cpython-310.pyc'
import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e3449ed70>
import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e3449cb50>
import 'hachoir.core.cmd_line' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34c04ac0>
import 'hachoir.subfile.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4e34ecfb80>
[+] Start search on 6475848 bytes (6.2 MB)
[!] Memory error!
[+] End of search -- offset=327680 (320.0 KB)
Total time: 665 ms -- global rate: 480.6 KB/sec
[+] File at 0 size=57344 (56.0 KB): Microsoft Windows Portable Executable: Intel 80386, Windows GUI
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.path_hooks
# clear sys.path_importer_cache
# clear sys.meta_path
# clear sys.__interactivehook__
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# destroy zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing genericpath
# cleanup[2] removing posixpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing types
# cleanup[2] removing importlib._bootstrap
# cleanup[2] removing importlib._bootstrap_external
# cleanup[2] removing warnings
# cleanup[2] removing importlib
# cleanup[2] removing importlib._abc
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing contextlib
# destroy contextlib
# cleanup[2] removing importlib.util
# cleanup[2] removing importlib.machinery
# cleanup[2] removing repoze
# destroy repoze
# cleanup[2] removing zc
# destroy zc
# cleanup[2] removing apport_python_hook
# cleanup[2] removing sitecustomize
# destroy sitecustomize
# destroy apport_python_hook
# cleanup[2] removing site
# destroy site
# cleanup[2] removing runpy
# destroy runpy
# cleanup[2] removing hachoir
# destroy hachoir
# cleanup[2] removing hachoir.subfile
# destroy hachoir.subfile
# cleanup[2] removing hachoir.core
# destroy hachoir.core
# cleanup[2] removing hachoir.core.endian
# destroy hachoir.core.endian
# cleanup[2] removing hachoir.stream.stream
# cleanup[2] removing hachoir.core.config
# cleanup[2] removing hachoir.core.log
# destroy hachoir.core.log
# cleanup[2] removing enum
# cleanup[2] removing _sre
# cleanup[2] removing sre_constants
# destroy sre_constants
# cleanup[2] removing sre_parse
# cleanup[2] removing sre_compile
# cleanup[2] removing _locale
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing token
# cleanup[2] removing tokenize
# cleanup[2] removing linecache
# cleanup[2] removing traceback
# cleanup[2] removing hachoir.core.error
# destroy hachoir.core.error
# cleanup[2] removing _struct
# cleanup[2] removing struct
# cleanup[2] removing hachoir.core.bits
# destroy hachoir.core.bits
# cleanup[2] removing math
# cleanup[2] removing _datetime
# cleanup[2] removing datetime
# cleanup[2] removing hachoir.core.tools
# destroy hachoir.core.tools
# cleanup[2] removing errno
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing weakref
# cleanup[2] removing hachoir.stream.input
# cleanup[2] removing locale
# cleanup[2] removing encodings.iso8859_15
# cleanup[2] removing encodings.mac_roman
# cleanup[2] removing encodings.iso8859_7
# cleanup[2] removing hachoir.core.i18n
# destroy hachoir.core.i18n
# cleanup[2] removing hachoir.stream.input_helper
# cleanup[2] removing hachoir.stream.output
# cleanup[2] removing hachoir.stream
# destroy hachoir.stream
# destroy hachoir.stream.stream
# destroy hachoir.stream.input
# destroy hachoir.stream.input_helper
# destroy hachoir.stream.output
# cleanup[2] removing gc
# cleanup[2] removing resource
# cleanup[2] removing hachoir.core.memory
# destroy hachoir.core.memory
# cleanup[2] removing hachoir.subfile.data_rate
# destroy hachoir.subfile.data_rate
# cleanup[2] removing hachoir.subfile.output
# destroy hachoir.subfile.output
# cleanup[2] removing hachoir.field.field
# cleanup[2] removing hachoir.field.bit_field
# cleanup[2] removing hachoir.field.byte_field
# cleanup[2] removing hachoir.field.sub_file
# cleanup[2] removing hachoir.field.character
# cleanup[2] removing hachoir.field.integer
# cleanup[2] removing hachoir.field.enum
# cleanup[2] removing hachoir.field.string_field
# cleanup[2] removing hachoir.field.padding
# cleanup[2] removing hachoir.field.helper
# cleanup[2] removing hachoir.field.fake_array
# cleanup[2] removing hachoir.core.event_handler
# destroy hachoir.core.event_handler
# cleanup[2] removing hachoir.field.basic_field_set
# cleanup[2] removing hachoir.core.dict
# destroy hachoir.core.dict
# cleanup[2] removing hachoir.field.generic_field_set
# cleanup[2] removing hachoir.field.seekable_field_set
# cleanup[2] removing hachoir.field.field_set
# cleanup[2] removing hachoir.field.static_field_set
# cleanup[2] removing hachoir.field.parser
# cleanup[2] removing hachoir.field.vector
# cleanup[2] removing hachoir.field.float
# cleanup[2] removing hachoir.field.timestamp
# cleanup[2] removing hachoir.field.link
# cleanup[2] removing hachoir.field.fragment
# cleanup[2] removing hachoir.field
# destroy hachoir.field
# destroy hachoir.field.field
# destroy hachoir.field.bit_field
# destroy hachoir.field.byte_field
# destroy hachoir.field.sub_file
# destroy hachoir.field.character
# destroy hachoir.field.integer
# destroy hachoir.field.enum
# destroy hachoir.field.string_field
# destroy hachoir.field.padding
# destroy hachoir.field.helper
# destroy hachoir.field.fake_array
# destroy hachoir.field.basic_field_set
# destroy hachoir.field.generic_field_set
# destroy hachoir.field.seekable_field_set
# destroy hachoir.field.field_set
# destroy hachoir.field.static_field_set
# destroy hachoir.field.parser
# destroy hachoir.field.vector
# destroy hachoir.field.float
# destroy hachoir.field.timestamp
# destroy hachoir.field.link
# destroy hachoir.field.fragment
# cleanup[2] removing _ast
# destroy _ast
# cleanup[2] removing ast
# cleanup[2] removing _opcode
# cleanup[2] removing opcode
# destroy opcode
# cleanup[2] removing dis
# cleanup[2] removing collections.abc
# cleanup[2] removing inspect
# destroy inspect
# cleanup[2] removing hachoir.parser.parser
# cleanup[2] removing hachoir.parser.parser_list
# cleanup[2] removing hachoir.parser.guess
# cleanup[2] removing hachoir.core.text_handler
# destroy hachoir.core.text_handler
# cleanup[2] removing hachoir.parser.common
# cleanup[2] removing hachoir.parser.common.msdos
# cleanup[2] removing hachoir.parser.archive.ace
# cleanup[2] removing hachoir.parser.archive.ar
# cleanup[2] removing hachoir.parser.archive.bomstore
# cleanup[2] removing hachoir.parser.archive.zlib
# cleanup[2] removing _compression
# cleanup[2] removing _bz2
# cleanup[2] removing bz2
# destroy bz2
# cleanup[2] removing hachoir.parser.archive.bzip2_parser
# cleanup[2] removing hachoir.parser.archive.lzx
# cleanup[2] removing hachoir.parser.archive.cab
# cleanup[2] removing zlib
# cleanup[2] removing hachoir.parser.common.deflate
# cleanup[2] removing hachoir.parser.archive.gzip_parser
# cleanup[2] removing hachoir.parser.archive.tar
# cleanup[2] removing hachoir.parser.archive.zip
# cleanup[2] removing hachoir.parser.archive.rar
# cleanup[2] removing hachoir.parser.archive.rpm
# cleanup[2] removing hachoir.parser.archive.sevenzip
# cleanup[2] removing hachoir.parser.archive.mar
# cleanup[2] removing hachoir.parser.archive.mozilla_ar
# cleanup[2] removing hachoir.parser.archive.prs_pak
# cleanup[2] removing hachoir.parser.archive
# cleanup[2] removing hachoir.parser.audio.id3
# cleanup[2] removing hachoir.parser.audio.aiff
# cleanup[2] removing hachoir.parser.audio.au
# cleanup[2] removing hachoir.parser.audio.itunesdb
# cleanup[2] removing hachoir.parser.common.tracker
# cleanup[2] removing hachoir.parser.audio.midi
# cleanup[2] removing hachoir.parser.audio.mpeg_audio
# cleanup[2] removing hachoir.parser.audio.real_audio
# cleanup[2] removing hachoir.parser.audio.modplug
# cleanup[2] removing hachoir.parser.audio.xm
# cleanup[2] removing hachoir.parser.audio.s3m
# cleanup[2] removing hachoir.parser.audio.mod
# cleanup[2] removing hachoir.parser.container.asn1
# cleanup[2] removing hachoir.core.iso639
# destroy hachoir.core.iso639
# cleanup[2] removing hachoir.parser.container.ogg
# cleanup[2] removing hachoir.parser.container.mkv
# cleanup[2] removing hachoir.parser.video.fourcc
# cleanup[2] removing hachoir.parser.network.ouid
# cleanup[2] removing _socket
# cleanup[2] removing select
# cleanup[2] removing selectors
# cleanup[2] removing array
# cleanup[2] removing socket
# destroy socket
# cleanup[2] removing hachoir.parser.network.common
# cleanup[2] removing hachoir.parser.network.tcpdump
# cleanup[2] removing hachoir.parser.network
# cleanup[2] removing hachoir.parser.common.win32
# cleanup[2] removing hachoir.parser.video.asf
# cleanup[2] removing hachoir.parser.video.amf
# cleanup[2] removing hachoir.parser.video.flv
# cleanup[2] removing hachoir.parser.video.mpeg_video
# cleanup[2] removing hachoir.parser.video.mpeg_ts
# cleanup[2] removing hachoir.parser.video
# cleanup[2] removing hachoir.parser.image.common
# cleanup[2] removing hachoir.parser.image.bmp
# cleanup[2] removing hachoir.parser.image.gif
# cleanup[2] removing hachoir.parser.image.ico
# cleanup[2] removing hachoir.parser.image.exif
# cleanup[2] removing hachoir.parser.image.iptc
# cleanup[2] removing hachoir.parser.image.photoshop_metadata
# cleanup[2] removing hachoir.parser.image.jpeg
# cleanup[2] removing hachoir.parser.image.pcx
# cleanup[2] removing hachoir.parser.image.psd
# cleanup[2] removing hachoir.parser.image.png
# cleanup[2] removing hachoir.parser.image.tga
# cleanup[2] removing hachoir.parser.image.tiff
# cleanup[2] removing hachoir.parser.image.wmf
# cleanup[2] removing hachoir.parser.image.xcf
# cleanup[2] removing hachoir.parser.image.cr2
# cleanup[2] removing hachoir.parser.image
# cleanup[2] removing hachoir.parser.container.riff
# cleanup[2] removing hachoir.parser.container.action_script
# cleanup[2] removing hachoir.parser.container.swf
# cleanup[2] removing hachoir.parser.container.realmedia
# cleanup[2] removing hachoir.parser.container.mp4
# cleanup[2] removing hachoir.parser.container
# cleanup[2] removing hachoir.parser.audio.flac
# cleanup[2] removing hachoir.parser.audio
# cleanup[2] removing hachoir.parser.file_system.linux_swap
# cleanup[2] removing hachoir.parser.file_system.ext2
# cleanup[2] removing hachoir.parser.file_system.fat
# cleanup[2] removing hachoir.parser.file_system.mbr
# cleanup[2] removing hachoir.parser.file_system.ntfs
# cleanup[2] removing hachoir.parser.file_system.iso9660
# cleanup[2] removing hachoir.parser.file_system.reiser_fs
# cleanup[2] removing hachoir.parser.file_system
# cleanup[2] removing hachoir.parser.game.zsnes
# cleanup[2] removing hachoir.parser.game.spider_man_video
# cleanup[2] removing hachoir.parser.game.laf
# cleanup[2] removing hachoir.parser.game.blp
# cleanup[2] removing hachoir.parser.game
# cleanup[2] removing hachoir.parser.misc.common
# cleanup[2] removing hachoir.parser.misc.file_3do
# cleanup[2] removing hachoir.parser.misc.file_3ds
# cleanup[2] removing hachoir.parser.misc.torrent
# cleanup[2] removing hachoir.parser.misc.ttf
# cleanup[2] removing hachoir.parser.common.win32_lang_id
# cleanup[2] removing hachoir.parser.misc.chm
# cleanup[2] removing hachoir.parser.misc.lnk
# cleanup[2] removing hachoir.parser.misc.pcf
# cleanup[2] removing hachoir.parser.misc.ole2_util
# cleanup[2] removing hachoir.parser.misc.msoffice_summary
# cleanup[2] removing hachoir.parser.misc.word_doc
# cleanup[2] removing hachoir.parser.misc.msoffice
# cleanup[2] removing hachoir.parser.misc.ole2
# cleanup[2] removing hachoir.parser.misc.pdf
# cleanup[2] removing hachoir.parser.misc.pifv
# cleanup[2] removing hachoir.parser.misc.hlp
# cleanup[2] removing _hashlib
# cleanup[2] removing _blake2
# cleanup[2] removing hashlib
# cleanup[2] removing hachoir.parser.misc.gnome_keyring
# cleanup[2] removing hachoir.parser.misc.bplist
# cleanup[2] removing hachoir.parser.misc.dsstore
# cleanup[2] removing hachoir.parser.misc.word_2
# cleanup[2] removing hachoir.parser.misc.mstask
# cleanup[2] removing hachoir.parser.misc.mapsforge_map
# cleanup[2] removing hachoir.parser.misc.fit
# cleanup[2] removing hachoir.parser.misc
# cleanup[2] removing hachoir.parser.program.elf
# cleanup[2] removing hachoir.parser.program.exe_ne
# cleanup[2] removing hachoir.parser.program.exe_pe
# cleanup[2] removing hachoir.parser.program.exe_res
# cleanup[2] removing hachoir.parser.program.exe
# cleanup[2] removing hachoir.parser.program.macho
# cleanup[2] removing hachoir.parser.program.python
# cleanup[2] removing hachoir.parser.program.java
# cleanup[2] removing hachoir.parser.program.prc
# cleanup[2] removing hachoir.parser.program.nds
# cleanup[2] removing hachoir.parser.program.java_serialized
# cleanup[2] removing hachoir.parser.program
# cleanup[2] removing hachoir.parser
# destroy hachoir.parser
# destroy hachoir.parser.parser
# destroy hachoir.parser.parser_list
# destroy hachoir.parser.guess
# destroy hachoir.parser.common
# destroy hachoir.parser.common.msdos
# destroy hachoir.parser.common.deflate
# destroy hachoir.parser.common.tracker
# destroy hachoir.parser.common.win32
# destroy hachoir.parser.common.win32_lang_id
# destroy hachoir.parser.archive
# destroy hachoir.parser.archive.ace
# destroy hachoir.parser.archive.ar
# destroy hachoir.parser.archive.bomstore
# destroy hachoir.parser.archive.zlib
# destroy hachoir.parser.archive.bzip2_parser
# destroy hachoir.parser.archive.lzx
# destroy hachoir.parser.archive.cab
# destroy hachoir.parser.archive.gzip_parser
# destroy hachoir.parser.archive.tar
# destroy hachoir.parser.archive.zip
# destroy hachoir.parser.archive.rar
# destroy hachoir.parser.archive.rpm
# destroy hachoir.parser.archive.sevenzip
# destroy hachoir.parser.archive.mar
# destroy hachoir.parser.archive.mozilla_ar
# destroy hachoir.parser.archive.prs_pak
# destroy hachoir.parser.network
# destroy hachoir.parser.network.ouid
# destroy hachoir.parser.network.common
# destroy hachoir.parser.network.tcpdump
# destroy hachoir.parser.video
# destroy hachoir.parser.video.fourcc
# destroy hachoir.parser.video.asf
# destroy hachoir.parser.video.amf
# destroy hachoir.parser.video.flv
# destroy hachoir.parser.video.mpeg_video
# destroy hachoir.parser.video.mpeg_ts
# destroy hachoir.parser.image
# destroy hachoir.parser.image.common
# destroy hachoir.parser.image.bmp
# destroy hachoir.parser.image.gif
# destroy hachoir.parser.image.ico
# destroy hachoir.parser.image.exif
# destroy hachoir.parser.image.iptc
# destroy hachoir.parser.image.photoshop_metadata
# destroy hachoir.parser.image.jpeg
# destroy hachoir.parser.image.pcx
# destroy hachoir.parser.image.psd
# destroy hachoir.parser.image.png
# destroy hachoir.parser.image.tga
# destroy hachoir.parser.image.tiff
# destroy hachoir.parser.image.wmf
# destroy hachoir.parser.image.xcf
# destroy hachoir.parser.image.cr2
# destroy hachoir.parser.container
# destroy hachoir.parser.container.asn1
# destroy hachoir.parser.container.ogg
# destroy hachoir.parser.container.mkv
# destroy hachoir.parser.container.riff
# destroy hachoir.parser.container.action_script
# destroy hachoir.parser.container.swf
# destroy hachoir.parser.container.realmedia
# destroy hachoir.parser.container.mp4
# destroy hachoir.parser.audio
# destroy hachoir.parser.audio.id3
# destroy hachoir.parser.audio.aiff
# destroy hachoir.parser.audio.au
# destroy hachoir.parser.audio.itunesdb
# destroy hachoir.parser.audio.midi
# destroy hachoir.parser.audio.mpeg_audio
# destroy hachoir.parser.audio.real_audio
# destroy hachoir.parser.audio.modplug
# destroy hachoir.parser.audio.xm
# destroy hachoir.parser.audio.s3m
# destroy hachoir.parser.audio.mod
# destroy hachoir.parser.audio.flac
# destroy hachoir.parser.file_system
# destroy hachoir.parser.file_system.linux_swap
# destroy hachoir.parser.file_system.ext2
# destroy hachoir.parser.file_system.fat
# destroy hachoir.parser.file_system.mbr
# destroy hachoir.parser.file_system.ntfs
# destroy hachoir.parser.file_system.iso9660
# destroy hachoir.parser.file_system.reiser_fs
# destroy hachoir.parser.game
# destroy hachoir.parser.game.zsnes
# destroy hachoir.parser.game.spider_man_video
# destroy hachoir.parser.game.laf
# destroy hachoir.parser.game.blp
# destroy hachoir.parser.misc
# destroy hachoir.parser.misc.common
# destroy hachoir.parser.misc.file_3do
# destroy hachoir.parser.misc.file_3ds
# destroy hachoir.parser.misc.torrent
# destroy hachoir.parser.misc.ttf
# destroy hachoir.parser.misc.chm
# destroy hachoir.parser.misc.lnk
# destroy hachoir.parser.misc.pcf
# destroy hachoir.parser.misc.ole2_util
# destroy hachoir.parser.misc.msoffice_summary
# destroy hachoir.parser.misc.word_doc
# destroy hachoir.parser.misc.msoffice
# destroy hachoir.parser.misc.ole2
# destroy hachoir.parser.misc.pdf
# destroy hachoir.parser.misc.pifv
# destroy hachoir.parser.misc.hlp
# destroy hachoir.parser.misc.gnome_keyring
# destroy hachoir.parser.misc.bplist
# destroy hachoir.parser.misc.dsstore
# destroy hachoir.parser.misc.word_2
# destroy hachoir.parser.misc.mstask
# destroy hachoir.parser.misc.mapsforge_map
# destroy hachoir.parser.misc.fit
# destroy hachoir.parser.program
# destroy hachoir.parser.program.elf
# destroy hachoir.parser.program.exe_ne
# destroy hachoir.parser.program.exe_pe
# destroy hachoir.parser.program.exe_res
# destroy hachoir.parser.program.exe
# destroy hachoir.parser.program.macho
# destroy hachoir.parser.program.python
# destroy hachoir.parser.program.java
# destroy hachoir.parser.program.prc
# destroy hachoir.parser.program.nds
# destroy hachoir.parser.program.java_serialized
# cleanup[2] removing hachoir.regex.regex
# cleanup[2] removing hachoir.regex.parser
# cleanup[2] removing hachoir.regex.pattern
# cleanup[2] removing hachoir.regex
# destroy hachoir.regex
# destroy hachoir.regex.regex
# destroy hachoir.regex.parser
# destroy hachoir.regex.pattern
# cleanup[2] removing hachoir.subfile.pattern
# destroy hachoir.subfile.pattern
# cleanup[2] removing hachoir.subfile.search
# destroy hachoir.subfile.search
# cleanup[2] removing textwrap
# cleanup[2] removing gettext
# destroy gettext
# cleanup[2] removing optparse
# destroy optparse
# cleanup[2] removing hachoir.core.cmd_line
# destroy hachoir.core.cmd_line
# cleanup[2] removing hachoir.subfile.main
# destroy hachoir.subfile.main
# destroy _signal
# destroy _sitebuiltins
# destroy importlib._abc
# destroy importlib.util
# destroy importlib.machinery
# destroy traceback
# destroy sre_compile
# destroy copyreg
# destroy sre_parse
# destroy _sre
# destroy locale
# destroy encodings
# destroy _locale
# destroy gc
# destroy resource
# destroy ast
# destroy dis
# destroy enum
# destroy importlib
# destroy itertools
# destroy linecache
# destroy tokenize
# destroy token
# destroy warnings
# destroy functools
# destroy collections
# destroy _opcode
# destroy types
# destroy weakref
# destroy _compression
# destroy _bz2
# destroy struct
# destroy io
# destroy selectors
# destroy errno
# destroy select
# destroy array
# destroy zlib
# destroy math
# destroy _struct
# destroy datetime
# destroy hashlib
# destroy _hashlib
# destroy _blake2
# destroy operator
# destroy hachoir.core.config
# destroy textwrap
# destroy re
# cleanup[3] wiping _socket
# cleanup[3] wiping collections.abc
# cleanup[3] wiping encodings.iso8859_7
# cleanup[3] wiping encodings.mac_roman
# cleanup[3] wiping encodings.iso8859_15
# cleanup[3] wiping _datetime
# cleanup[3] wiping _functools
# cleanup[3] wiping _collections
# cleanup[3] wiping _operator
# cleanup[3] wiping importlib._bootstrap_external
# cleanup[3] wiping importlib._bootstrap
# cleanup[3] wiping os
# destroy posixpath
# cleanup[3] wiping genericpath
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping abc
# cleanup[3] wiping _abc
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping time
# cleanup[3] wiping _frozen_importlib_external
# cleanup[3] wiping posix
# cleanup[3] wiping marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# cleanup[3] wiping _frozen_importlib
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy _socket
# destroy _datetime
# destroy posix
# destroy _frozen_importlib_external
# destroy _imp
# destroy io
# destroy marshal
# destroy time
# destroy _warnings
# destroy os
# destroy stat
# destroy genericpath
# destroy _frozen_importlib
# destroy codecs
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy encodings.iso8859_15
# destroy encodings.mac_roman
# destroy encodings.iso8859_7
# destroy _codecs
# destroy abc
# destroy _abc
# destroy _collections_abc
# destroy sys
# destroy _weakref
# destroy _collections
# destroy collections.abc
# destroy builtins
# destroy _functools
# destroy _operator
# destroy _thread
# clear sys.audit hooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment