Take a Look
2025H&NCTF lcgp
The title gives the source code, which is also very short: import uuid from Crypto.Util.numbe...
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...
2025H & NCTF Data Processing
The title gives the source code, and very concise code: from Crypto.Util.number import B...
PlatformIO automatically generates ESP32S3 full firmware (separately burned binfile)
ESP32S3 firmware burning address is actually on when we automatically upload firmware with PlatformIO Upload...
Qt compiled program prompt cannot find libxxx.dll
The reason for this problem is that the dynamic library cannot be found and the command windeployqt is used to deploy the dynamic library. A more complete approach to the solution...