Kurapica Posted November 21 Posted November 21 (edited) you should provide more details, this is a very generic question. Edited November 21 by Kurapica 1
moh Posted November 21 Author Posted November 21 I have a software (not mine) i added a language xml files so i wanna protect the xml files so not one can have the software with this language 1
Kurapica Posted November 21 Posted November 21 If you can't control how the Main App loads this XML resource, you won't be able to do much, if the app is expecting the XML in clear text, you can't do anything. One radical idea would be to write your own DLL which hooks when the app reads the XML and there you can decrypt your XML and feed it to the app, but remember that your decrypted XML will be in clear text when it is passed to the app so it can be dumped. 1
moh Posted November 21 Author Posted November 21 The problem is that program protected with themida so it's hard, need to unpack it 1
Kurapica Posted November 22 Posted November 22 43 minutes ago, moh said: Can you explain more It is an advanced topic if you are new to reverse engineering, I can't explain in 1 post, you can use google to read about "Proxy DLLs" and similar techniques.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now