Diels-grabsch2: Self Hashing C Program (2019)
1–4 of 4 posts
Re: Diels-grabsch2: Self Hashing C Program (2019)
#2I thought it would print the hash of its binary :/
Re: Diels-grabsch2: Self Hashing C Program (2019)
#3I thought it would print the hash of its binary :/
That's not too difficult. You can #embed CC, invoke it on the program's source code via the exec functions, and hash the result.