extremecoders-re

Results 108 comments of extremecoders-re

Thanks for the report. Probably something like this should also work to remove trailing nulls ```python with open(filename.strip(), 'wb+') as pycFile: ```

Thanks for the report. This will be implemented eventually to use the existing pyc header rather than use the runtime python version magic.

Thanks for the PR anyway. I have a possible idea on how to handle these. Writing of pyc files from pyz archive have to be deferred until it encounters the...

This feature has been implemented in a different way. Thanks for your contribution though.

This is similar to this issue: https://github.com/extremecoders-re/pyinstxtractor/issues/20#issuecomment-872139286 Parts of the pyinstaller structures are xor encrypted. ![image](https://user-images.githubusercontent.com/12072382/156874226-036d6141-df69-4153-b939-705161af1e87.png)

Please try again with the latest commit. It should detect it as Python 3.9.

@blacknight2018 I think specifying the Source IP of the outgoing packet isn't enough on Linux. Infact the older version of gdp didn't BindToDevice at all. However this doesn't guarantee that...

This is already implemented in gdp. Check the [Load balance SSH tunnels](https://github.com/extremecoders-re/go-dispatch-proxy#2---load-balance-ssh-tunnels) feature. However this needs to have the tunnels previously set up. In case you also want to setup...