Skip to content

贡献 Contribute

superturtlee edited this page Mar 28, 2026 · 2 revisions

贡献指南 / Contribution Guide


贡献步骤 / How to Contribute

  1. Fork 本仓库(fork the repository)
  2. 修改代码(make your code changes)
  3. 提交前运行以下命令保证代码质量:
    make test
    make clean
  4. 提交 Pull Request(PR)

版权和授权 / Copyright & License

  • 你将拥有你所创作代码的版权
  • 你同意以 GPL 协议 授权并发布你的代码
  • 本项目不要求任何 CLA(贡献者许可协议)

署名规则 / Attribution

  • 如果你在 issue 中提出了 patch 思路、IDA 分析截图等内容
  • 你的名字将会被合署入对应的 commit,以示认可

Contribution Guide


How to Contribute

  1. Fork the repository
  2. Modify the code
  3. Before submitting, run the following commands to ensure code quality:
    make test
    make clean
  4. Submit a Pull Request (PR)

Copyright & License

  • You will retain the copyright of the code you create
  • You agree to license and release your code under the GPL license
  • No Contributor License Agreement (CLA) is required

Attribution

  • If you provide patch ideas, IDA analysis screenshots, or related contributions in issues
  • Your name will be co-attributed in the corresponding commit to acknowledge your contribution

Clone this wiki locally