how to make builder and stub in python using pyinstaller or other too much time gain is there any way to tub and builder
you could use nuitka instead of pyinstaller.how to make builder and stub in python using pyinstaller or other too much time gain is there any way to tub and builder
yes you are right Nuitka optimizes the generated C code but how to approach the stub and builder systemyou could use nuitka instead of pyinstaller.
best way though is to directly execute shellcode from python.
which is best for this process c, C++ or rust please explain in depth for the builder and stubpyinstaller don't really generates a executable (native code), he packs all your libraries and your code (compile to bytecode) and anyone can see your precious code. I recommend you to learn C/C++ or Rust.