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

[help wanted] zipinfo: support more ZIP formats and extensions #11

Open
4 tasks done
obfusk opened this issue Feb 7, 2023 · 0 comments
Open
4 tasks done

[help wanted] zipinfo: support more ZIP formats and extensions #11

obfusk opened this issue Feb 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@obfusk
Copy link
Owner

obfusk commented Feb 7, 2023

Help wanted

zipinfo.py currently produces (almost) identical output to Info-ZIP's zipinfo for various ZIP & JAR files found on a Debian system and APKs from F-Droid.

To support more varieties of ZIP formats and extensions -- if they are sufficiently common that it makes sense to -- requires having "real world" samples to test against.

Supported

  • create_system 0 (unix), 3 (fat), and 11 (ntfs)
  • compress_type stored, deflated, bzip2, and lzma (via Python's zipfile)
  • unix & fat permissions
  • timestamps from UT and UX extra fields (in CD)

See also: #9 #10.

@obfusk obfusk added the help wanted Extra attention is needed label Feb 7, 2023
@obfusk obfusk self-assigned this Feb 7, 2023
@obfusk obfusk pinned this issue Feb 7, 2023
@obfusk obfusk added the enhancement New feature or request label Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant