Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Created May 18, 2023 15:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
_bittestandset\(\(signed __int32 \*\)&(.*?)\.fds_bits\[(.*?) >> 5\], (.*?) & 0x1F\); -> FD_SET($3, $1)
_bittest\(\(const signed __int32 \*\)(.*?)\.fds_bits\[(.*?) >> 5\], (.*?) & 0x1F\) -> FD_ISSET($3, $1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment