When you package and compile your software…
function MyPurpose (txt) { ... some code...}
function MyPurpose (txt) {
... some code...
}
...00101110101...
… human readable source codebecomes human unreadable binary code.
When you reverse engineer software…
function f (a) { ... }
… human unreadable binary codebecomes source code that's hard to read.
means that you get access to both
If you do open source, you’re my hero and I support you. If you’re a corporation, let’s talk business.
By Per
About open source and why you should GPL your software.
This work is licensed under a "by-nc-sa" Creative Commons License.