Python Script mem.raw

Job ID: 34658367

Budget: $10 – $30 USD

Search the single file provided below: mem.raw (note, you can use the test.bin file as you perfect your script, then apply your solution the larger mem.raw file.)
You will process the file in 65,535 byte chunks
You will use the following regular expressions to find ALL the URLs contained in this file, by processing each chunk in a loop.
urlPattern = re.compile(b'\w+:\/\/[\w@][\w.:@]+\/?[\w\.?=%&=\-@/$,]*')
Your Prettytable output will include each unique URLs discovered along with the number of occurrences of each. Hint (think dictionary)
Save the prettytable as a .html File
Send to me the following:
1) Final script
2) Completed HTML File

Have a look at the sample output pdf. (mem raw file exeeds file limit, so i have to send to you via another way)