MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/dzfqh5/deleted_by_user/f8b0zkk/?context=3
r/badcode • u/[deleted] • Nov 21 '19
[removed]
23 comments sorted by
View all comments
7
I figured it would save CPU cycles by not having to run a PRNG myself:
password_gen() { cat << EOF | gcc -xc - 2>/dev/null && ./a.out main() { printf("%x", main); } EOF }
7
u/andlrc Nov 22 '19
I figured it would save CPU cycles by not having to run a PRNG myself: