Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deob for _pytransform.so #3

Open
imvast opened this issue Jul 5, 2022 · 2 comments
Open

deob for _pytransform.so #3

imvast opened this issue Jul 5, 2022 · 2 comments

Comments

@imvast
Copy link

imvast commented Jul 5, 2022

Can you add support for the obfuscation from non-windows machines

@ErezAmihud
Copy link
Owner

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.

@ErezAmihud
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants