Question : mde and code protection ...

After making mde file, how well the code in it is protected? Is the any means of accessing the code in a mde file?

Thank you.

Answer : mde and code protection ...

"Officially", the names and comments are stripped, and the code is stored in a binary pre-compiled state. That format is decipherable but won't produce your original code. It will take some time to make it human-readable again. That's were reverse engineering comes in, as cap said: you need to guess what each variable means, what each function does, what their names should be, etc.

(°v°)
Random Solutions  
 
programming4us programming4us