Symbol hiding in static libraries built with Xcode

Hiding internal names requires a few simple Xcode build settings, and it is not generally necessary to modify source or change the type of the built product. Eliminate any internal symbols required between modules by performing a single-object prelink. Set the Xcode build setting named “Perform Single-Object Prelink” to Yes (GENERATE_MASTER_OBJECT_FILE=YES). This causes ld to … Read more

How to compile a linux shell script to be a standalone executable *binary* (i.e. not just e.g. chmod 755)?

The solution that fully meets my needs would be SHC – a free tool, or CCsh a commercial tool. Both compile shell scripts to C, which then can be compiled using a C compiler. Links about SHC: https://github.com/neurobin/shc http://www.datsi.fi.upm.es/~frosal/ http://www.downloadplex.com/Linux/System-Utilities/Shell-Tools/Download-shc_70414.html Links about CCsh: http://www.comeaucomputing.com/faqs/ccshlit.html

How good is Dotfuscator Community Edition? What is “good enough obfuscator”? [closed]

In a nutshell, the main difference between Dotfuscator Community Edition and the other “professional” editions is that Community Edition will only really obfuscate and change your namespaces, method names, and other “public” accessible aspects of your classes. It won’t delve into the functions themselves and obfuscate the “private” code within the function. Also, the Community … Read more

Android version release warning message: This App Bundle contains Java/Kotlin code, which might be obfuscated

Seems like it’s a warning message coming from the new play console, you can solve it just by setting your minimum api level to 29 or even better by uploading the retrace mapping file as described here. Enable minify : buildTypes { release { minifyEnabled true proguardFiles getDefaultProguardFile(‘proguard-android-optimize.txt’), ‘proguard-rules.pro’ } } After building apk/app bundle … Read more

How to spamproof a mailto link?

JavaScript remains one of the best mailto obfuscator. For users with JavaScript disabled you may want to substitute the mailto link with a link to a contact form. The following is a popular JavaScript anti spam email obfuscator: http://www.jottings.com/obfuscator/ There is also a php version of the above to be able to generate obfuscated emails … Read more

Is it possible to hide/encode/encrypt php source code and let others have the system?

Yes, you can definitely hide/encode/encrypt the php source code and ‘others’ can install it on their machine. You could use the below tools to achieve the same. Zend Guard IonCube SourceGuardian phpSHIELD phpBolt (free) But these ‘others’ can also decode/decrypt the source code using other tools and services found online. So you cannot 100% protect … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)