Skip to content

Crash on startup: ValueError: bad marshal data (unknown type code) in main.py line 47 #55

Description

@frnAlt

Traceback (most recent call last):
File "/data/data/com.termux/files/home/wipwn/main.py", line 47, in
exzrHneOeU12 = marshal.loads(xc40x787JUwZEYV_1_dec)
ValueError: bad marshal data (unknown type code)

#47
Python's marshal format is not guaranteed to be backward or forward compatible between different Python minor versions. If the obfuscated/packed code was marshaled on a different Python version (e.g., Python 3.8/3.9/3.10), running it on a newer or different Python release raises ValueError: bad marshal data (unknown type code).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions