Luxiferr on 6:07 PM 06/06/2021: I should let you guys know that this accesses a website called https://www.qb64.org/ip.php which shows you your IP.
This is probably some kind of malware.
DO NOT RUN THIS.
Achraf on 7:53 PM 06/09/2021: Luxiffer, this crackme is not a virus, I think it connect to this site becose I code it with qb64.
mara on 10:26 AM 04/10/2022: I will checking up, but the function is known of the qb64 repositories :
https://github.com/QB64Team/qb64/blob/50e877acf52e724944c285a2cbf5e9d3f38c205c/internal/c/myip.cpp
It quite simple to check Luxiferr. Just create a program in qb64 :)
FSMaker on 1:19 PM 07/31/2024: play ollydbg, insert username and password
now in x32dbg
modify
00405AE6 | 75 09 | jne crackme.405AF1 |
in
00405AE6 | 75 09 | je crackme.405AF1 |
and
00405AEF | 74 07 | je crackme.405AF8 |
in
00405AEF | 74 07 | jne crackme.405AF8 |
You must me logged to submit a solution
Solution by igorprostoff: A solution, using Ghidra and x32dbg also including keygen code in Python.