Jan 3 · 3 min read · Goal: Predict the hidden “lotto numbers” (qubit 0) based on visible “testing numbers” (qubit 1) and bypass server restrictions. I was messing with mirroring and advanced math but but lmao it was just Anti-correlation and Bitslmao Recon Phase I start...
Join discussion
Nov 15, 2025 · 2 min read · we gotta know the file first. file distance_matrix.npy distance_matrix.npy: NumPy array, version 1.0, header length 118 Step 1 — Identify Instead of blindly plotting heatmaps, I interrogated the matrix: import numpy as np D = np.load("distance_matr...
Join discussion
Nov 6, 2025 · 5 min read · All the push/pops, borrows, and folds mean jack until they do something on-chain. So here’s a concrete case: w’re designing a small token distributor, like a mini airdrop system. w’ve got a bunch of users and an amount to push to each.No fancy struct...
Join discussion
Nov 4, 2025 · 5 min read · Below is a fine refined blog for which i used AI to make it as more clean & efficient as possible. In Move, a vector is like your all-purpose data stash — dynamic, flexible, and as close to an array as the language allows.But unlike loose languages, ...
Join discussion
Jun 30, 2025 · 2 min read · Desc: Daddy told me about cool MD5 hash collision today. I wanna do something like that too! Source Code: #include <stdio.h> #include <string.h> unsigned long hashcode = 0x21DD09EC; unsigned long check_password(const char* p){ int* ip = (int*)p; ...
Join discussionJun 28, 2025 · 2 min read · 🔐 ProtectionEnabled ✅Disabled ❌Impact for Hackers/RE RELROFull RELRO → GOT is read-only after startup. No GOT overwrite. Partial RELRO → GOT is writable until after relocations.No RELRO → GOT stays writable. You can overwrite GOT entries for func...
Join discussionJun 27, 2025 · 2 min read · Objective: In this level, without the aid of source code, use cyclic patterns and core dump analysis to automatically find the return address and exploit a stack overflow to read the /flag file. Solution: After analyzing the given file pwntools-tutor...
Join discussion