You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not any time soon as I do not have time currently to work on it - but here is how it can be done:
Linux does not have an api like windows does for injecting a library to a runnimg process, which means that I have to find a way for the running linux process to run my code.
There are multiple methods to pass this - dll(so) injection, LD_PRELOAD
I am not sure if pyarmor can detect those and not run the file if it finds something. But it is worth a shot.
Update if any1 wants to add support for this
Pyinject - the library dearmor use to inject is supported on linux, so it is just an issue of adding a linux binary to this repo, it should be a fun first issue
Can you add support for the obfuscation from non-windows machines
The text was updated successfully, but these errors were encountered: