Mark Street
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):  DOWN (wrong!):  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...