Update: myjson-filter.py Version 0.0.9
myjson-filter.py 0.0.9版本新增-W stdout选项,支持将所有项目以二进制形式写入标准输出,并可自定义添加换行符或回车符。提供下载链接及MD5和SHA256校验码。 2025-6-13 00:0:0 Author: blog.didierstevens.com(查看原文) 阅读量:15 收藏

Update: myjson-filter.py Version 0.0.9

I added value stdout for option -W.

-W stdout: will write all items to stdout (binary) without any end-of-line.
To include an end-of-line, specify a Python string, like this:
-W stdout:’\n’ this will add a newline to the end of the item
-W stdout:’\r’ this will add a carriage return to the end of the item
-W stdout:’\r\n’ this will add a carriage return and newline to the end of the item

myjson-filter_V0_0_9.zip (http)
MD5: FB913E4530B7F13684A0C30EA04D44D8
SHA256: 087FF53B631A294DC6B0EA125DC711806CA28C1B8FA066C4E9A38C7069F354A6

No comments yet.


文章来源: https://blog.didierstevens.com/2025/06/13/update-myjson-filter-py-version-0-0-9/
如有侵权请联系:admin#unsafe.sh