Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 489 Bytes

File metadata and controls

26 lines (18 loc) · 489 Bytes

Contributing

Thank you for your interest in improving the CTF Protocol Analysis Toolkit.

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Implement your changes
  4. Submit a pull request

Contribution Ideas

  • new protocol parsers
  • additional fuzzing strategies
  • improved randomness analysis
  • binary protocol helpers
  • performance improvements

Coding Style

  • Python 3.10+
  • clear variable names
  • docstrings for functions
  • small focused functions