Question : protecting decompiling of ocx  in browser

easy 500..
- ocx running as anActiveX in a browser environment.
- code was written in delphi
- I can check that indeed the ocx is running within the browser, and thus stopping execution is needed.

Just to know that im not wasting my time:

1. can a decompiler execute a specific ocx while its running in a browser?  
2. can a decompiler somehow bypass that check?

tia

Answer : protecting decompiling of ocx  in browser

No, they would not be able to see the source code or a similar equivalent on a generic decompiler. They can mostly interpret basic math operations, conditionals, and loops, but with anything slightly more advanced they fail at making anything remotely similar to the original code. In the future this may change as they develop better decompilers, but it will likely be some time until anything practical is created.

Newer languages that use interpreters and VMs and such are another story. For instance, any .NET language or Java class can usually be "decompiled" extremely well. ALso, reading IL or bytecode is much simpler than mASM.
Random Solutions  
 
programming4us programming4us