Metadata-Version: 2.1
Name: toyotama
Version: 0.9.5
Summary: Python library for CTF.
Home-page: https://github.com/Laika/Toyotama
License: MIT
Keywords: CTF
Author: Laika
Author-email: laika@albina.cc
Maintainer: Laika
Maintainer-email: laika@albina.cc
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: gmpy2 (>=2.1.2,<3.0.0)
Requires-Dist: r2pipe (>=1.6.5,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/Laika/Toyotama
Description-Content-Type: text/markdown


# Toyotama
[![CodeFactor](https://www.codefactor.io/repository/github/laika/toyotama/badge)](https://www.codefactor.io/repository/github/laika/toyotama)
![](https://img.shields.io/badge/Python-3.9.*-1c0c28)
[![](https://img.shields.io/pypi/v/toyotama?color=1c0c28&label=PyPI&logo=pypi&logoColor=white)](https://pypi.org/project/toyotama/)  


CTF Library

## Notice
* No document. (for now)

## Install 
```
pip install toyotama
```
## Uninstall
```
pip uninstall toyotama
```


## Examples
* Connect
[![asciicast](https://asciinema.org/a/uNEjp2IiGu0JKJxJlyYnWabRm.svg)](https://asciinema.org/a/uNEjp2IiGu0JKJxJlyYnWabRm)

* padding\_oracle\_attack
[![asciicast](https://asciinema.org/a/j1hYdI966cmPknuGpBUMVxkAv.svg)](https://asciinema.org/a/j1hYdI966cmPknuGpBUMVxkAv)







