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

PDX/ODX #5

Open
brandonros opened this issue Jan 23, 2022 · 1 comment
Open

PDX/ODX #5

brandonros opened this issue Jan 23, 2022 · 1 comment

Comments

@brandonros
Copy link

Why is it that when we decrypt SMR-D files, the PDX/ODX files are missing? Are we getting something wrong in the Blowfish/XOR decryption? We have some binary, some strings, and there's no index.xml to be found anywhere.

Do we need to reverse engineer how DTS.Monaco is loading SMR-Ds?

@jglim
Copy link
Owner

jglim commented Jan 24, 2022

The content should be found within the 3 data sections where you found the binary content and strings.

// Create the 3x primary data sections

I am not sure of the actual layout, though the partitioning suggests that xml is unlikely to be used here. Probably a binary format similar to asn1. I did not investigate further as I had already found the content that I was looking for.

The decryption is working correctly. Any issues with decryption would have broken the subsequent inflate stage.

Looking into Monaco would probably be a good direction forward if you're interested in interpreting the data sections. An additional suggestion would be looking at DatabaseDiffer which usually ships with DTS and is much lighter.

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