VMware Cloud Community
RanjnaAggarwal
VMware Employee
VMware Employee
Jump to solution

Memory Hardening User Mode Applications

This is what some line written for the memory hardening in official PDF.

ESXi kernel, user-mode applications, and executable components such as
drivers and libraries are located at random, non-predictable memory
addresses
Is there anyone who can tell me about the user mode applications?
Regards, Ranjna Aggarwal
0 Kudos
1 Solution

Accepted Solutions
mcowger
Immortal
Immortal
Jump to solution

SSH into a esxi host.  Run 'ps'.  Almost anything you see if a user mode application.

--Matt VCDX #52 blog.cowger.us

View solution in original post

0 Kudos
5 Replies
mcowger
Immortal
Immortal
Jump to solution

When you ask these questions, its always best to include a link to the document you are referring to in order to understand context.

--Matt VCDX #52 blog.cowger.us
0 Kudos
RanjnaAggarwal
VMware Employee
VMware Employee
Jump to solution

0 Kudos
mcowger
Immortal
Immortal
Jump to solution

User mode applications are ones that run outside of kernel space.  So in this case, for ESXi, things like hostd, vpxa, etc are user-mode applications, because they are not kernel processes.

An example on a more traditional OS would be Firefox, MS Word, etc.  They are applications that do not run as part of the kernel.

--Matt VCDX #52 blog.cowger.us
0 Kudos
RanjnaAggarwal
VMware Employee
VMware Employee
Jump to solution

so can you give me some example of those applications?

Regards, Ranjna Aggarwal
0 Kudos
mcowger
Immortal
Immortal
Jump to solution

SSH into a esxi host.  Run 'ps'.  Almost anything you see if a user mode application.

--Matt VCDX #52 blog.cowger.us
0 Kudos