首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python的体育资源编辑器模块

Python的体育资源编辑器模块

  • 资源大小:3.05 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python 编辑器 资源 模块 体育

资 源 简 介

pyres is a simple Python module for editing resources in PE files. pyres currently acts as a command line utility which clones the RT_GROUP_ICON, RT_ICON and RT_VERSION resource types of two executables. The goal of the project is to develop more capabilities for the module, such as adding/replacing icons and a set/get interface for resource strings. The module currently supports only the English locale. Example code: ``` refrom = pyres.ResourceEditor(sourcepe_filename) reto = pyres.ResourceEditor(destpe_filename) resources = refrom.getresources([pyres.RT_GROUP_ICON, pyres.RT_ICON, pyres.RT_VERSION]) reto.updateresources(resources) ``` Reference: http://www.skynet.ie/~caolan/publink/winresdump/winresdump/doc/resfmt.txt

文 件 列 表

pyres.py
setup.py
license.txt
VIP VIP
0.183627s