A collection of low-level utilities for working with Circom circuits and binary file formats.
This repository provides command-line tools for manipulating and analyzing Circom circuit artifacts, with a focus on security research and educational purposes.
Direct binary editor for .wtns witness files. Allows modification of witness values without JSON conversion.
Use Cases:
- Security research and vulnerability demonstration
- Educational exploration of underconstrained circuits
- CTF challenges and wargames
- Testing circuit constraint validation
Status: Alpha - Educational/Research Tool
Clone this repository:
git clone https://github.com/thep2p/circom-tools.git
cd circom-toolsEach tool is self-contained in its own directory with its own README.
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Submit a pull request with detailed description
- Ensure code follows existing style
- Add tests where applicable
These tools are designed for authorized security research and educational purposes only. Always ensure you have proper authorization before testing or modifying any systems.
MIT
This software is provided "as is" without warranty of any kind. Use at your own risk. The authors are not responsible for any misuse or damage caused by these tools.