Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'array.array' object has no attribute 'tostring' #42

Open
AndresChavesM opened this issue Apr 27, 2021 · 1 comment
Open

Comments

@AndresChavesM
Copy link

AndresChavesM commented Apr 27, 2021

Al ejecutar el comando python3 peframecli.py /home/x2/Desktop/malware.exe -i peframe genera las siguientes líneas y no permite la correcta ejecución:

image

Saludos!

@guzmud
Copy link

guzmud commented Sep 6, 2021

array.array: tostring() and fromstring() methods have been removed. They were aliases to tobytes() and frombytes(), deprecated since Python 3.2. (Contributed by Victor Stinner in bpo-38916.)

cf. https://docs.python.org/3/whatsnew/3.9.html

If you can run it using python 3.8 or less it should work, otherwise we may need to suggest a patch through a pull request (just did it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants