Mark Street

Results 140 comments of Mark Street

Do you want to drop me the serial number via email ([email protected])... because I don't get the same error as you. ``` $ python3 examples/decode.py tmp/H298A_V1.bin tmp/config.cfg --serial ZTAXXXXXXXXX Detected...

I wonder if anyone has managed to grab the `cspd` binary from this router to figure out what the iv + keys are?

For some reason, the `config.bin` files you are downloading are encoded as `base64`. So you would first need to do something like ```py import base64 with open("config.bin", "rb") as f:...

Can you try with `auto.py` instead of `decode.py`?

Closing as dupe of https://github.com/mkst/zte-config-utility/issues/76

Please provide an example `config.bin` to test against.

Can you upload your config.bin and I'll see if I can give you the right arguments to `encode.py`? Or anyone else with the same device that can upload `config.bin` along...

OK, the up/down behaviour seems to be based on the height of the window.. UP (correct): ![image](https://github.com/user-attachments/assets/381074e4-fe6c-4329-9ff0-2852a5e7dda9) DOWN (wrong!): ![image](https://github.com/user-attachments/assets/0f41324d-3926-41e0-b72a-810fa59822bc) Which looks like it's deliberately doing something, but its not...

Gonna close this PR as it's gone stale. Feel free to re-open once you have the compiler working.

Are there any (offline) projects that are a matching decompilation of wasm? The purpose of decomp.me is to foster collaboration around matching decompilation - you also are meant to feed...