On Tue, Mar 26, 2002 at 02:20:50AM -0000, John Bennett wrote: > Hi All > > I have been looking into perlcc for a little while as I would like to > compile a program to make the source unreadable, and haven't had much > luck as it was compiling files of about 20MB which makes it a little > harder for people to download - but I have just started using the > perlcc -B bytcode compiler and that does not add much size to the > files at all, and seems to work well on my machine > > What I would really like to know is, if at all using perlcc -B limits > the portability of the program or whether it is easy to decompile?
Yes and yes. > Your thoughts/suggestions are very much appreciated Think about what you really want to achieve. Are you embarrassed about your code? Clean it up. Do you not want people to copy it? Put a copyright notice on it. Does it contain some secrets? Have them sign an appropriate contract. If I really want to find out how your program works, I'll do it. I realise that this is probably not the answer that you were after, but hiding your source code is probably not the answer either. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]