Skip to content
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

No dlm was extracted #2

Open
git0356 opened this issue Feb 27, 2025 · 1 comment
Open

No dlm was extracted #2

git0356 opened this issue Feb 27, 2025 · 1 comment

Comments

@git0356
Copy link

git0356 commented Feb 27, 2025

I used the extract_rtos command to decompress the v2925 firmware, but no dlm module was decompressed, only a file system and an rtos. Is it because I did not provide the key?

@gaston-aznarez
Copy link
Contributor

Yes, if you call extract_rtos with the --dlm flag but do not provide at least one of the required keys (--dlm-key1, --dlm-key2, or both), the command will print:

[x] One or more keys are not provided

In this case, the DLM modules will not be extracted, as the keys are necessary for decryption. If you have the correct keys, try running the command again with the appropriate --dlm-key1 and/or --dlm-key2 arguments.

Let me know if you need further clarification!

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