You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyOxidizer breaks on pwntools as it doesnt provide __file__ See indygreg/PyOxidizer#69 for more info about why, but the tl;dr version is __file__ is an optional attribute and should not be relied upon.
PyOxidizer breaks on pwntools as it doesnt provide
__file__
See indygreg/PyOxidizer#69 for more info about why, but the tl;dr version is__file__
is an optional attribute and should not be relied upon.Currently the startup looks like
It looks like many of the cases of
__file__
being used here are optional, and could be omitted if not present.The text was updated successfully, but these errors were encountered: