This post is by a banned member (a22ixn) - Unhide
29 November, 2024 - 12:24 AM
Reply
(19 October, 2024 - 10:20 PM)krospo Wrote: Show MoreThey said it is impossible to compile Python to machine code ? They are fools.
We just need to use Cython library to convert Python sources to C language and then we can compile it to machine code.
I had a goal to protect my intellectual property as far as possible with python and I believe I found best method. This approach makes it almost irreversible to get back you python sources.
Another positive side affect of this approach that it dramatically reduces a number of false positives comparing of just a python script or simply Pyinstaller built executables.
Do not forget like this post after you find this useful.
Be attentive following all the steps of the tutorial below and you will succeed. Link:
thx
This post is by a banned member (ax3l2505) - Unhide
(19 October, 2024 - 10:20 PM)krospo Wrote: Show MoreThey said it is impossible to compile Python to machine code ? They are fools.
We just need to use Cython library to convert Python sources to C language and then we can compile it to machine code.
I had a goal to protect my intellectual property as far as possible with python and I believe I found best method. This approach makes it almost irreversible to get back you python sources.
Another positive side affect of this approach that it dramatically reduces a number of false positives comparing of just a python script or simply Pyinstaller built executables.
Do not forget like this post after you find this useful.
Be attentive following all the steps of the tutorial below and you will succeed. Link:
thx
This post is by a banned member (shadow78) - Unhide
This post is by a banned member (gtarockstar) - Unhide