trivial trace free memory scanner targeting Linux /proc introspection surfaces. it walks userland VMAs via /proc/$pid/maps and heuristically scrapes readable segments from /proc/$pid/mem for arbitrary byte level signatures
gcc -Wall -Wextra -std=c99 -O2 -Wno-unused-variable -o memscan memscan.c