Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ViRb3/z3-python-ctf

🐍 Solving CTF challenges using Z3 and Python
https://github.com/ViRb3/z3-python-ctf

algorithm ctf hackathon python reverse-engineering z3

Last synced: about 2 months ago
JSON representation

🐍 Solving CTF challenges using Z3 and Python

Awesome Lists containing this project

README

        

# Z3 Python CTF

Solving various CTF challenges using Z3 in Python.

## Intro

- ### [Z3 Basics](https://ericpony.github.io/z3py-tutorial/guide-examples.htm)
- ### [Z3 Advanced](https://ericpony.github.io/z3py-tutorial/advanced-examples.htm)
- ### [Cheatsheet](./CHEATSHEET.md)

## Examples

- ### [Sonda](sonda)
- ### [Lock code](lock-code)
- ### [Custom Crypto](https://github.com/ViRb3/pwnEd-ctf/blob/master/customcrypto)
- ### [MathGenMe](https://github.com/ViRb3/pwnEd-ctf/blob/master/mathgenme)
- ### [server](server)
- ### [sweet](sweet)