Next scheduled rescrape ... never
Version 1
Last scraped
Scraped on 08/05/2025, 16:37:49 UTC

To search for files that contain any of these network-related includes, you can use grep

Code:
grep -rlIwE --include='*.[ch]' --include='*.cpp' 'winsock|tcpip|arpa|socket' .

The problem is when there is no source and it is not possible to grep the code. Wink

I learn a new trick here every day. Thanks! What should I do if I only have an .EXE file?

you can use WSL under Windows to avoid .exe files  Smiley
Original archived Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
Scraped on 01/05/2025, 16:37:55 UTC

To search for files that contain any of these network-related includes, you can use grep

Code:
grep -rlIwE --include='*.[ch]' --include='*.cpp' 'winsock|tcpip|arpa|socket' .

The problem is when there is no source and it is not possible to grep the code. Wink

I learn a new trick here every day. Thanks! What should I do if I only have an .EXE file?

you can use WSL under Windows to avoid .exe files  Smiley