Articles

Affichage des articles du août, 2020

Improvements of fuzzing techniques in Vuzzer

Image
Hi, this is my report of my academic internship at the University of Bristol’s Cyber security group. This Cyber security group works on many projects to protect computer systems. One of them is Vuzzer, a program that tries to discover vulnerabilities independently within applications. This project helped the cyber security community, but there is still a lot of features that could be added to make it more powerful.   It’s in this context that I was charged to improve the existing software, in order to make it more effective. My report shows the results of my contribution. You can find my version of Vuzzer64++ here : https://github.com/whereisr0da/vuzzer64 0 - Summary 1 - What is Vuzzer 15 1.1 - Overview .. 15 1.2 - Environment 17 1.3 - How does it works 18 1.4 - Improvement ideas 20 2 - My contribution . 23 2.1 - Introduction . 23 2.1.1 - My test program .. 24 2.1.2 - Base statistics 24 2.2 - Changing taint bytes representation . 27 2.2.1 - Current LI