Hi there ,
there's bunch of methods for acquiring specific process image name (like NtQuerySystemInformation, using PEB, or EPROCESS).
I should implement all of them, using various methods for specific task, just acquiring current running process image name .
I already implemented the first method (NtQuerySystemInformation) but the dark side i've encountered is EPROCESS .
the EPROCESS (& well of course a pointer to it) has already defined in ntifs.h (from WDK/DDK) but the problem is where's the image name of the process .
the sectionObject, segment , controldata, fileObject & in last filename.buffer doesn't exist for me (as intelliSense told me) .
I'm confusing how to acquire image name using EPROCESS strucure .
thank you .






