Re: How to avoid reverse code engineering of a python executable

2007-08-08 Thread Ben Finney
NicolasG <[EMAIL PROTECTED]> writes: > Now I want to proceed a little bit further asking how can I avoid > (or at least make it difficult) for some one to extract my code by > using reverse code engineer techniques? I came on pyobfuscate but I > would like more suggestions and guide to achieve th

Re: How to avoid reverse code engineering of a python executable

2007-08-08 Thread Diez B. Roggisch
Marc 'BlackJack' Rintsch wrote: > On Wed, 08 Aug 2007 11:40:28 +, NicolasG wrote: > >> Couple of day's ago I asked for your help on how to create a single >> file of a python executable. Now I want to proceed a little bit >> further asking how can I avoid (or at least make it difficult) for >

Re: How to avoid reverse code engineering of a python executable

2007-08-08 Thread Marc 'BlackJack' Rintsch
On Wed, 08 Aug 2007 11:40:28 +, NicolasG wrote: > Couple of day's ago I asked for your help on how to create a single > file of a python executable. Now I want to proceed a little bit > further asking how can I avoid (or at least make it difficult) for > some one to extract my code by using re

How to avoid reverse code engineering of a python executable

2007-08-08 Thread NicolasG
Hi guy's, Couple of day's ago I asked for your help on how to create a single file of a python executable. Now I want to proceed a little bit further asking how can I avoid (or at least make it difficult) for some one to extract my code by using reverse code engineer techniques? I came on pyobfusc