Jump to content
Tuts 4 You

protect xml files


moh

Recommended Posts

Posted

Is there any way to protect xml files

  • Like 1
Posted (edited)

you should provide more details, this is a very generic question.

Edited by Kurapica
  • Like 1
Posted

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

  • Like 1
Posted

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.

  • Like 1
Posted

The problem is that program protected with themida so it's hard, need to unpack it

  • Like 1
Posted

a Proxy DLL can help.

  • Like 1
Posted

Can you explain more

  • Like 1
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...