| OBSCURA - THE ENTROPY COIL Ver 1.0 |
@msym I am glad you have answered most of the points correctly.
for ur (i) ,doubtlessly right.
for ur (ii) , no prob , in 1350 , due to most 8-digit ASCII char sum >= 0x100 , so 3480 will be called.
for (iii) , you've got the algorithm correctly
for (iv) , it's definitely correct.
Some notes:
Idk what debugger you are using.But I've noticed that getting a success_score of 10 is indeed quite hard due to the entropy distribution. - I ve ran some other tests and I find out that it may be nearly impossible to have a success , and I may have a lucky try as I test to solve it. I will fix it asap , reduce the success_score requiremet to a lower number or use a dynamic number based on length inputed in the next version 0.2.
Thank you again sincerely for your suggestion. If you could explain the program logic or your research process in more detail, I can provide you with more information!
Note: I tried use "plsletmesuccess" input ,and found the success_score could be at 7. |
2026-02-27 15:51 |
| OBSCURA - THE ENTROPY COIL Ver 1.0 |
This is the function name mapping
Addr base : 0x0000000140000000
fn_system_health_check -> +0x2CF0
fn_sentinel_watchdog -> +0x2D50
fn_trace_kernel_sim -> +0x3040
fn_buffer_align_final -> +0x30B0
fn_io_dispatch_v1 -> +0x3150
fn_login_branch_alpha_1 -> +0x3320
fn_login_branch_alpha_2 -> +0x33D0
fn_login_branch_beta_1 -> +0x3480
fn_login_branch_beta_2 -> +0x3540
fn_integrity_verify_segment -> +0x3630
fn_final_render_pipeline -> +0x36C0
main -> +0x38D0
|
2026-02-27 12:31 |
| OBSCURA - THE ENTROPY COIL Ver 1.0 |
@msym umm , actually yes.The program returns the "SYSTEM STABLE" msg on success.I actually designed 2 algorithm for handling diff input (you must know it).I solve it on my computer by firstly using debuuger , like CE to get the hash salt and then use a small bruteforce code to get the finally key.For somehow python cannot bruteforce and will return none or sth invalid , I guess that is because tiny diff of result of the sin() func.
Thank you! If you have any further questions , feel free to ask! |
2026-02-27 12:22 |