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

Added zip functionality #140

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Added zip functionality #140

merged 1 commit into from
Jun 5, 2024

Conversation

iamnoooob
Copy link
Contributor

Added zip functionality for cases where zip file content is checked for integrity, in that case strings inside zip binary contents cannot be modified directly.
Example:
zip('file1.txt', 'content1', 'file2.txt', 'content2', ...)

zip(entry1, content1, entry2, content2, ...)
@ehsandeep ehsandeep merged commit 8d1f7af into projectdiscovery:main Jun 5, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

None yet

3 participants