Hi guys I am doing a project as part of one of my college repeats
The project is to write an anti virus style type of program,that will take in a file(and figure out the md5 hash of that file) or enter the md5 hash of the file itself,once the md5 hash is entered it will connect with the virusTotal API to check to see if the md5 hash is matching with any known malware's md5 hash
We have been given the chance to use any programming language we see fit,but it seems that the API has only been written in a few languages,PHP,Python and C
I am going to do it in C,with PHP and Python code examples are given and clear instructions are given on how to set up the API,but with C not much is given,
well my question is how can I use this API? I am using a windows 64 bit machine,I thought maybe it would contain a .lib file and/or dll I could link with but no such .lib or .dll(s) come with the package instead it is just a list of header and cpp files,
anybody have any advice on how I can start the project and get working with the API?
thanks
here is the link
https://github.com/VirusTotal/qt-virustotal-uploader