# WingHexPy **Repository Path**: wing-cloud/wing-hex-py ## Basic Information - **Project Name**: WingHexPy - **Description**: 一个强大的插件,以提供羽云十六进制编辑器的 Python 脚本分析支持。 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 8 - **Created**: 2022-07-13 - **Last Updated**: 2025-06-01 ## Categories & Tags **Categories**: develop-tools **Tags**: WingHexExplorer, Python, plugin ## README
WingHexPy
Library is licensed under the [MIT License](https://opensource.org/licenses/MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
### 有关 PythonQt
所有的 QT C++ 代码与 Python 脚本进行交互基础支持库,如果没有该框架,就不会有该插件的出现。该库遵守`LGPL`协议,如下是原仓库的部分说明,详情请点击 [此链接](https://github.com/MeVisLab/pythonqt) :
---
PythonQt is a dynamic Python binding for Qt. It offers an easy way to embed the Python scripting language into your Qt applications.
Documentation
API documentation is available at: https://mevislab.github.io/pythonqt
Licensing
PythonQt is distributed under the LGPL 2.1 license.
---
鉴于 Linux 的动态库调用没有 Windows 方便之处,所以我使用了静态链接,按照协议必须开源修改后的代码。我把该库的`PythonQtScriptingConsole`单独出来进行编译,所有修改的代码都在头文件(减少警告)和代码文件`PythonQtScriptingConsole.hpp`和`PythonQtScriptingConsole.cpp`中。也就是说,所有的修改部分均在我的仓库文件当中。
## 效果图
WingHexPy
## 捐助 **您的每一份支持都将是本项目推进的强大动力,十分感谢您的支持
**
感谢支持
感谢支持
## 有关仓库 * GitLink : https://www.gitlink.org.cn/wingsummer/WingHexPy * Gitea : https://code.gitlink.org.cn/wingsummer/WingHexPy * Gitee : https://gitee.com/wing-cloud/wing-hex-py * Github : https://github.com/Wing-summer/WingHexPy ## WIKI WIKI 建设完毕,想学习脚本编写的话请看 [教程](https://code.gitlink.org.cn/wingsummer/WingHexPy/wiki/%E6%95%99%E7%A8%8B) 。