You must be logged in to post a comment
nightxyz on 8:20 PM 05/21/2025: Boozy :)
mikkkkkk on 9:07 AM 05/22/2025: disassemble main, then move to check3 function where the magic happens. Boozy
isasha on 5:59 PM 05/22/2025: Question: For anyone else who solved this - Did you have a method to solve the math operations besides dumping it into chat GPT? I would love to not rely on it but once I found the right function manually performing the operations would be very consuming for me
nightxyz on 8:06 AM 05/23/2025: I found first pair manually using calculator to get 7326. Numbers 66 x 111 is first pair. Then started with oBo.. but didn't pass criteria. Then started with Boo... and worked. I asked gemini other pair, it gaved me J and c char but i din't calculate. So, i manually calculated every step. Only AI gavr me second pair but i didn't use.
Bozo on 11:20 AM 05/23/2025: @isasha you can do it by taking the characters as variables and them as individual variables and then see the ASCII values which match with the solution u get when u solve those equations
lox_chort on 1:53 PM 05/26/2025: password = .rdata
Boozy on 2:32 PM 05/26/2025: nope password is not .rdata
DeFexGG on 4:05 PM 05/26/2025: https://pastebin.com/YDa498N2
nick44901 on 8:20 PM 05/26/2025: when i decompile it ,i was able to see it clearly
WM on 9:11 AM 05/27/2025: AI is cheating. It's like asking a more experienced person and having them solve it for you. That’s not interesting. I solved it myself—took longer than AI, but that’s the fun of it.
WM on 11:43 AM 05/28/2025: The first solution was done using a calculator and my own thoughts. The second one—I provided the code like everyone else. The author demands a tutorial from me. Then demand it from everyone. This is bottom-tier junk.
Elvis on 4:01 PM 05/28/2025: @WM Hi, I’m the one who reviews the solution, not the author. I apologize for the inconvenience. Some people have pointed out that certain solutions were of low quality (just code with no explanation), so I’ve tightened the quality control a bit. I hope you understand.
Danko on 9:28 AM 05/29/2025: Password: Boozy
B - 0x66
o - 0x111
o - 0x111
z - 0x122
y - 0x121
0x111 * 0x66 = 0x1c9e
0x111 * 0x111 = 0x3021
0x122 / 0x121 = 1
0x122 % 0x121 = 1
0x111 - 0x64 = 0x11
0x11 * 0x11 = 0x121
TripleAx3 on 1:36 PM 05/31/2025: love this challenge , lol it had alot of maths in it took me a while , i even asked for help and it was worth it, i learnt alot . thank you