svenskithesource

Results 23 comments of svenskithesource

What file size does the pytransform dll have?

Interesting, can you attach all the files?

It looks like they used a more strict restrict mode (assuming this is actually 3.9.7+, please double check). Method 2 should still work fine.

You can use a debugger to pause it while it's running or you can see what packages it uses and hook/hijack those and pause in them so you have time...

Extract the executable and run the `.pyc` file. That way you can run it with your installed Python version and you'll have access to all the built-in modules, which the...

> You can use a debugger to pause it while it's running or you can see what packages it uses and hook/hijack those and pause in them so you have...

Hey, sorry to hear that you couldn't make it work for Python 2.7. Currently, I'm not planning on adding support for 2.7 but some things that you could try: dump...

Using `sys._getframe` you will get the encrypted code objects (only the ones that are running at the point of injecting will be decrypted), but using the bypass restrict mode you'll...

Hey, thanks for making methods 1 and 2 work on Linux! Did you try both methods? Can you maybe include the build command you used to compile the library? Definitely...