imeow256 on 9:40 AM 05/02/2024: do i need to install some gcc libs cuz im getting two errors after running the program:
1) libstdc++-6.dll wasn't found
2) libgcc_s_dw2-1.dll wasn't found
SirWardrake on 11:03 PM 05/06/2024: uses unknown versions of the MinGW-libraries. Better link them to the binary
SirWardrake on 11:18 PM 05/06/2024: DLLs can be found in MinGW/bin.
The solution is way too easy. This should be difficulty 1.0
cnathansmith on 8:46 PM 05/09/2024: Please statically compile the next time
32-bit versions
https://www.dllme.com/dll/files/libgcc_s_dw2-1
https://www.dllme.com/dll/files/libstdc_-6/0162843956c9a2ed520632436533d225
m1cro on 10:03 PM 05/22/2024: SOlved it, finally, my first ever carckme, now poking into the decompiled code in ghidra will not yield any result as there is a lot of optimization, so follow the assembly to solve it.
You must me logged to submit a solution
Solution by cnathansmith: Straight-foward walkthrough