CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.24k stars 176 forks source link

Avoid need for subshells by leveraging builtin std os lib functions #49

Closed luis261 closed 4 months ago

luis261 commented 4 months ago

Let's start avoiding subshells where possible, by leveraging packages shipped with Pythons std-lib.

While we're at it, we can also avoid checks and code specific to the platform we're running on.