Hello everyone
This week I continued my research on fuzzing and I progressed on the fuzzing book.
Then I continued my research on the devp2p specifications and decided that I was going to reuse and modify the code of an existing implementation rather than redoing something from scratch myself.
I opted for Reth, it's a very good option because:
So I put aside the fuzzing, and I familiarized myself with the network part of reth.
I read a lot of code, try to understand how it works by testing things…
Then I finished writing the project proposal which is due this week.
The coming week will be dedicated to the study of reth and the devp2p specifications as well as the establishment of custom communication between the nodes to launch the fuzzing.
Before embarking on fuzzing it is important that I study my target in depth.