Package Details: bytewalk 1.0.2-1

Git Clone URL: https://aur.archlinux.org/bytewalk.git (read-only, click to copy)
Package Base: bytewalk
Description: A firmware extraction tool & binwalk fork
Upstream URL: https://gitlab.com/bytesweep/bytewalk
Licenses: MIT
Conflicts: bytewalk
Provides: bytewalk
Submitter: timetoplatypus
Maintainer: timetoplatypus
Last Packager: timetoplatypus
Votes: 1
Popularity: 0.000000
First Submitted: 2019-09-07 14:32 (UTC)
Last Updated: 2019-10-02 01:45 (UTC)

Dependencies (19)

Required by (0)

Sources (1)

Latest Comments

oneup commented on 2026-03-11 20:01 (UTC)

Package needs an older python version to work. It relies on the imp module which was removed in Python 3.12. Replacing imp.load_source in plugin.py and module.py with the replacement specified at https://docs.python.org/3/whatsnew/3.12.html#whatsnew312-removed-imp seemed to work.