Jump to content
alogrep

Suspicious log entries in Processmonitor?

Recommended Posts

Hi.

I found these 3 lines thata semm VERY suspicious to me in Processmonitor. Is there something wrong with my delphi 12 installations?

04:14:27.0519775 p. m.    Explorer.EXE    9964    RegQueryValue    HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\bds.exe    NAME NOT FOUND    Length: 16

04:14:27.0526399 p. m.    Explorer.EXE    9964    CreateFileMapping    C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\bds.exe    FILE LOCKED WITH ONLY READERS    SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE_READ

04:14:27.0902689 p. m.    Explorer.EXE    9964    CreateFileMapping    C:\Program Files (x86)\Embarcadero\Studio\23.0\bin\bds.exe.config    FILE LOCKED WITH ONLY READERS    SyncType: SyncTypeCreateSection, PageProtection: PAGE_EXECUTE_READ
 

Share this post


Link to post

There is nothing unusual with Explorer querying a registry entry that doesn't exist. In this case, it checks for Application Compatibility flags and finds none for bds.exe.

Nor is there anything unusual about Explorer reading from the files to extract things like file information resources.

In computing like in medicine - it is only when the patience appear sick that you start examining the symptoms in detail.

Share this post


Link to post
9 hours ago, Lars Fosdal said:

Nor is there anything unusual about Explorer reading from the files to extract things like file information resources.

Actually this just looks like what you'd expect to see during process creation. First we check for app compat. We don't find that, fine as you say. And then we map the exe.

Edited by David Heffernan

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×