Skip to content

filipdavidovic/ffmpeg-fuzzing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzing

Dependencies

Setup

Everyone who is part of the project should have his own diary in which he/she will write down his/her progress. Create it in the diaries directory of this project.

Depending on your host operating system, update .gitignore so the repository is not polluted with system files. Full list of preconfigured .gitignore files can be found here.

Test cases

Directory testcases contains two files mp4 files which I have found online. I have trimmed them so they are under the AFL recommended limit of 1KB. They are still completely valid mp4 files, but they are (very) short.

Running the environment

Enter the project directory via terminal/cmd. Run the following command:

vagrant up

Note that it will take some time when you run it for the first time because Vagrant has to download the base Ubuntu box.

The shouldn't be any errors during the VM configuration. After the configuration is done, you can access the VM using:

vagrant ssh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages