« MBS Xojo / Real Studi… | Home | Tip of the day: WebFi… »

New way to obfuscate plugins

In the last days I worked on updating the obfuscate plugin app for Xojo. We had some success with the xojo plugins, but there are still the internal plugins and the runtime library. But instead of changing the files inside the xojo app, we got another idea:
We simply post process the built app, changing all the library names.
Take a look on this screenshot:


As you see we renamed all libraries and also changed all the library references to the new names. So the app is still running perfectly.
Please try it. Project is here: ObfuscateApp.zip or included with next plugins.

(for Mac app I copied the Frameworks folder out of the app so you see it on the screenshot)
02 02 14 - 19:46