Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
Akito S. M. Hosana
on 01/05/2025, 16:13:59 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?