I am currently trying to use S2E to analyze windows malware. However, I am not sure if I need to run S2E in an isolated environment such as a virtual machine to fully isolate my host system from possible infection. I know that S2E actually runs the target program in a virtual machine in order to analyze it, but is this enough to isolate the host that S2E is actually running on or do I need to run S2E in a virtual machine to ensure security?
I apologize if this seems like a fairly obvious question. I'm still fairly new to malware analysis and just want to make sure I'm covering my bases so I don't accidentally fry my computer. My computer OS is Ubuntu 20.04 btw if that's relevant.