crackmes.one

Writeup for Indexianado

Author: mstik13
Date: 2022-03-16 15:16
Summary: the program makes a key based on your computer logged username, it also have a table Hardcoded, after the program get the username it convert it to uppercase, then it use it to index the table, also the table get "decrypted" before it usage, after this, it finally build a key based on that. for (int i = 0; i

Loading writeup...