Link to solver broken
alexanderkjall opened this issue · 2 comments
alexanderkjall commented
I read through this writeup: https://github.com/p4-team/ctf/tree/master/2017-04-21-plaidctf/multicast
And the link to the solver returns a 404.
Otherwise great writeup.
Pharisaeus commented
Oh good point! I must have missed this file when committing changes to git. Anyway the whole solver is there already anyway since the main code is in the writeup and the one missing function is taken from linked resource (and the same result can be achieved with calling .small_roots()
on the polynomial). I will fix this later.
Thanks!
Pharisaeus commented
Fixed :)