F-Secure has open-sourced its Sandboxed Execution Environment
1–10 of 22 posts
Re: F-Secure has open-sourced its Sandboxed Execution Environment
#2Re: F-Secure has open-sourced its Sandboxed Execution Environment
#3Woah, I was not expecting that. Not only is it in Python but it's nice Python, not the bastardized "I can write C, let's try Python" style you often see from big companies.
Re: F-Secure has open-sourced its Sandboxed Execution Environment
#4Woah, I was not expecting that. Not only is it in Python but it's nice Python, not the bastardized "I can write C, let's try Python" style you often see from big companies.
I don't write python but what makes it nice python?
Re: F-Secure has open-sourced its Sandboxed Execution Environment
#5Re: F-Secure has open-sourced its Sandboxed Execution Environment
#6Woah, I was not expecting that. Not only is it in Python but it's nice Python, not the bastardized "I can write C, let's try Python" style you often see from big companies.
P.S. Long live static typing. Down with EcmaScript.
Re: F-Secure has open-sourced its Sandboxed Execution Environment
#7Slightly off topic, but how well do sandbox execution environments handle malware that only execute if a VM is not detected? AFAIK most virtualization environments are easily detectable by the guest.
Re: F-Secure has open-sourced its Sandboxed Execution Environment
#8Woah, I was not expecting that. Not only is it in Python but it's nice Python, not the bastardized "I can write C, let's try Python" style you often see from big companies.
Re: F-Secure has open-sourced its Sandboxed Execution Environment
#9Woah, I was not expecting that. Not only is it in Python but it's nice Python, not the bastardized "I can write C, let's try Python" style you often see from big companies.
As a C programmer who "tried" Python, I feel offended. I wrote substantial OO code using list comperhensions and other things pythonic. I am also a functional programming affectionado, though a realist, not a fan. Don't label people. Speak against companies mismanaging people by driving them to write low quality code. Be open and promote useful programming concepts and tools. P.S. Long live static typing. Down with E…
> Speak against companies mismanaging people by driving them to write low quality code
I don't think that's relevant to my comment, but I would say that it's not some company overlord making people churn out non-idomatic Python code.