extremecoders-re

Results 107 comments of extremecoders-re

You've to run pyinstxtractor.py using Python 3.10 - the same version used to build the executable. Also you seem to be using an old version of pyinstxtractor - not the...

pyinstxtractor doesn't support replacing files. I've a tool which supports replace & repacking pyinstaller exe files but its not open source at the moment and requires more improvements. If you're...

@Szustarol Hi, added a wiki article which describes the process of replacing a file in the CArchive. https://github.com/extremecoders-re/pyinstxtractor/wiki/Replacing-files-inside-the-CArchive

> is there a way to replace a file in PYZarchive? It is possible. The PYZArchive has its own table of contents (toc) which is stored as a marshalled list....

@sparklive You can. I will also add a wiki article later about replacing files in the PYZArchive.

Yes you can create virtual network adapters (like tun/tap on linux) and bind to that interface instead.

This is possible. First set up two SSH tunnels from your PC to the VPS. Use the binding feature in ssh. From the [man pages](https://linux.die.net/man/1/ssh), ``` -b bind_address Use bind_address...

When you turn on the VPN in Windows, by default all outgoing traffic including those from dispatch-proxy will be routed over it. The feature you are looking for is called...

@zhenyulin Spammers are commenting on issues/pull requests on unmaintained repos and also tagging random GitHub users in the same with link to scam crypto giveaways. The spam comments are eventually...

This doesn't to be related with this project as far as the arguments are concerned.