Update: zipdump.py Version 0.0.25
2023-4-30 17:12:0 Author: blog.didierstevens.com(查看原文) 阅读量:10 收藏

Update: zipdump.py Version 0.0.25

Some changes to the translate option: now it supports this format (like some of my other tools):

i=codec[:error],o=codec[:error]


i= is input and o= is output. If you don’t specify an error handling mode, strict will be used.

An example of the format is: i=utf16,o=latin:ignore
This will read binary data in utf16 strict mode, and convert it to binary data in ANSI (latin) and ignore all utf16 characters that can not be represented in latin.

zipdump_v0_0_25.zip (http)
MD5: 141BCA65BF89E0561B42901598406113
SHA256: 54E23B4E7A3EB1B31394FCCC32F6509CFB448E0D917615C4C05E431784E70978

No comments yet.


文章来源: https://blog.didierstevens.com/2023/04/30/update-zipdump-py-version-0-0-25/
如有侵权请联系:admin#unsafe.sh