Skip to content

Instantly share code, notes, and snippets.

View zylo117's full-sized avatar

zylo117

  • China
View GitHub Profile
@zylo117
zylo117 / dezip.pyx
Last active February 19, 2024 09:03
python zip decryption in cython
# cython: language_level=3
# distutils: language = c
# cython: cdivision = True
# cython: boundscheck = False
# cython: wraparound = False
# cython: nonecheck = False
# cython: profile = False
# Author: Zylo117
"""