Monday at 10:40 AM2 days 6 minutes ago, Washi said:@Sawyer555Automation is your best friend in this challenge.It uses 20 bytes as input, I guess bruteforce isn't an option. Do I have to let the binary work for me somehow? I was going to try and understand the encryption somehow but I believe this is not the right way.
Monday at 02:50 PM1 day On 10/12/2025 at 8:35 PM, Washi said:A debugger's callstack is your best friend :)You probably want to revisit that reasoningThen we must conclude things that come in are not the right input parameters...The same approach should apply for the entire binary. Follow the breadcrumbs, they are sneaky with some of the encryption throughout the protocol...Are they really 4 exact copies of the binary?@Washi no, it has difference but I don't know what its effect is? What should I do next, please?
19 hours ago19 hr Author @Sawyer555 On 10/13/2025 at 12:40 PM, Sawyer555 said:Do I have to let the binary work for me somehow?The binary itself is probably going to be too inefficient for you to do anything interesting at runtime, other than validating some individual tests. As for bruteforce, flare-on typically requires no bruteforce for any challenge, let alone bruteforcing 0x20 bytes which definitely won't finish before the end of the universe :^).@pypy @Washi no, it has difference but I don't know what its effect is? What should I do next, please?Pay close attention to how it differs. Is it deterministic?
14 hours ago14 hr Any hints for ch6?I have the decompiled Python code and the contracts, but I can't derive the keys Edited 14 hours ago14 hr by eric_cartman
11 hours ago11 hr 7 hours ago, Washi said:@Sawyer555The binary itself is probably going to be too inefficient for you to do anything interesting at runtime, other than validating some individual tests. As for bruteforce, flare-on typically requires no bruteforce for any challenge, let alone bruteforcing 0x20 bytes which definitely won't finish before the end of the universe :^).@pypy@Washi no, it has difference but I don't know what its effect is? What should I do next, please?Pay close attention to how it differs. Is it deterministic?@Washi thank you very much, I have solved it!
Create an account or sign in to comment