1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/games/hangman
tb b5a76aaea7 Filter out all symbols starting with a double underbar. In particular,
this filters out all retguard symbols, which are no fun to guess. One
recognizes them easily but can get yourself hanged by a single digit!

An earlier version filtering only __retguard symbols was

ok deraadt, jsing

guenther agreed that filtering all double underbar symbols makes sense.
He also suggested to filter out symbols containing several consecutive
digits, but how much fun is guessing libcrypto symbols without all the
X509 goodness?
2021-12-24 23:01:56 +00:00
..
endgame.c More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
extern.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
getguess.c More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
getword.c KNF: Break an overlong line. No binary change. 2016-09-11 09:32:47 +00:00
hangman.6 By popular demand, allow any ELF file to be passed to -d as a word list, in 2015-02-07 01:37:30 +00:00
hangman.h Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
ksyms.c Filter out all symbols starting with a double underbar. In particular, 2021-12-24 23:01:56 +00:00
main.c if both stdout and stderr are redirected to a non-tty, pledge(2) will kill 2021-10-23 11:22:48 +00:00
Makefile zap trailing newlines; "go for it" deraadt 2014-07-16 20:00:14 +00:00
pathnames.h
playgame.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
prdata.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
prman.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
prword.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
setup.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00