8000 Decompile working but compiled conf.bin file is not working. · Issue #37 · sta-c0000/tpconf_bin_xml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Decompile working but compiled conf.bin file is not working. #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
YasinKocabas opened this issue Jul 27, 2023 · 2 comments
Open

Decompile working but compiled conf.bin file is not working. #37

YasinKocabas opened this issue Jul 27, 2023 · 2 comments

Comments

@YasinKocabas
Copy link

hello my friend, i am tp-link AX1800 Wireless Dual Band Gigabit VoIP Router

Model No. EX20v

I am using the device. UI looks like 9970, I managed to decrypt it with your python script, but when I encrypt, the router doesn't accept the config file. Is my router not supported? Should I send you the conf.bin file to be supported? Thanks

@sta-c0000
Copy link
Owner

If it can convert one way, it should be able to convert both ways.
Without seeing a conf.bin, I can only guess; perhaps your Archer may need to skiphits on compression?
Try changing:

                if re.search(b'Archer C2[0-9]?[A-z]? v1', src):
                    skiphits = True

To force skiphits (un-indentation important):

#                if re.search(b'Archer C2[0-9]?[A-z]? v1', src):
                skiphits = True

Could you at least provide the HardwareVersion val= line from the XML file so we can see the exact model? (perhaps your model is v1?)

@sta-c0000
Copy link
Owner

Or, try the new --skiphits option (see --help) when going xmlbin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0