CTF 2025H & NCTF Strange Coffee Shop The admin of the coffee shop accidentally leaked his source code, but fortunately only part of the source code was given: app.py f...
CTF 2025H&NCTF lcgp The title gives the source code, which is also very short: import uuid from Crypto.Util.numbe...
CTF 2025H & NCTF Data Processing The title gives the source code, and very concise code: from Crypto.Util.number import B...
Programming QT compile time undefined reference to 'vtable for HVSView' Question undefined reference to 'vtable for 'original...
Programming 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 solution...
Programming CLion develops Qt program In order to use CLion to develop Qt programs, you must have a Qt compiler. Then let's download Qt first....
AI Introduction to Neural Networks & Architecture What is a neural network? First of all, let's look at Baidu's definition of neural network: artificial neural network (Artificial Neural Net...
CTF 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…
CTF XYCTF2025 ez_puzzle writeup Title Content: Can you finish the puzzle in two seconds? Download address: Click to download my entire website to climb down. This website uses...
CTF XYCTF2025 Now you see me 2 writeup This question is a repetition of the previous question. The previous question is here: https://www.mcso.top/computer/ctf…