You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reverse engineering challenges solved during my internship at the Centre of Excellence, VJTI Mumbai. Tasks involved analyzing Windows executables to determine correct input strings using tools like Ghidra and x64dbg. Includes flags and a write-up for one of the challenges.
Reverse engineering deep-dive into Simple_GUI_crackme by NullerF from crackmes.one. What looks like a simple GUI application hides a small but interesting challenge. This repository shows step by step exploration the program structure, tracing its flow, and uncovering the hidden key-validation logic.