Skip to content

About getting the hashes #4

Description

@AlirezaChegini

In the hashes.py file to get the file hash line 7 you opened the file to read it:

filedata = open(filename).read()

But if you open the file with rb's parameter the hash will be different, I think you should use an
Is apk's file not binary or what?

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