Update: myjson-transform.py Version 0.0.2
myjson-transform.py更新至0.0.2版本,新增-f和-c选项。-f用于定义处理MyJSON数据的Python函数;-c则通过-f调用CutData函数,生成特定lambda表达式。 2025-6-2 00:0:0 Author: blog.didierstevens.com(查看原文) 阅读量:14 收藏

Update: myjson-transform.py Version 0.0.2

This update brings options -f and -c.

Option -f is used to define a Python function (function name or lambda) that will be applied to the content of each item in the MyJSON data.

Option -c is a shortcut for calling the CutData function via option -f. The lambda that is generated is: lambda data: CutData(data, ‘CUTEXPRESSION’)[0]
CUTEXPRESSION is the cut-expression provides as value for option -c.

myjson-transform_V0_0_2.zip (http)
MD5: BAA4F4E7E8159EB05063C588DAF2A111
SHA256: 0F79D0D1B35D3F6C7DF0C17746E18F257AF9493D8C474448D16774A405B620E4

No comments yet.


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