I tested SAP against SlopFinder, a project which looks for use of DEP & ASLR.
http://icebuddha.com/slopfinder.htmAnd glad to find all relevant SAP components use both protection measures.
7zip don't use, but it's not SAP's fault and probably it is for new compression feature added to UAV.
Others seems to be kernel mode drivers which can't be apply DEP or ASLR to.
But I want some more clarification about SAP's own security.
I don't ask what program language is used since it might be secret, but do you use any secure coding method and have an audit team or process including e.g. fuzzing other than peer code review?
SAP seems to use filter driver but does SAP makes use of hook to block e.g. an execution of a process?
Also I found I can safely kill some of SAP processes but what exact process have self-protection?
Finally, Does any of SAP's process is/will be compatible with EMET?
Sorry for asking so much questions at once.