Metadata-Version: 2.1
Name: Excalibur2
Version: 2.1
Summary: A simple tool for pwn learners
Author-email: lmarch2 <2524158037@qq.cm>
Project-URL: Homepage, https://lmarch2.top/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Excalibur2

A simple integrated library for CTFers specializing in PWN challenges.

This Python library includes common functions used in PWN challenges, aiming to simplify the process of exp for PWN challenges, helping pwners save time and improve efficiency in solving problems.

We warmly welcome all masters to use Excalibur, and we also welcome feedback and guidance on our code.

> check help documention
>
> import Excalibur2
>
> help(Excalibur2)

more details Please visit https://lmarch2.top/posts/8c945bd4/ 
