Take a Look

Quickly draw various charts with Matplotlib
Python Library Matplotlib Getting Started Matplotlib is a Python library for creating static, dynamic...

XYCTF2025 fate writeup
Topic Content: There are not many opportunities to change one's fate in one's life. Here is the source code: app.py #! /usr/bin/env...

GHCTF2025 ezzzz_pickle Problem Solution
The title is ezzzz_pickle, which must have something to do with the pickle module. This is the source code that broke out after solving the problem by the way: fr...

QT compile time undefined reference to 'vtable for HVSView'
problem undefined reference to 'vtable for 'original...

GHCTF2025 upload?SSTI! Solution
The title gives the source code: import OS import re from flask import Flask,...