where do apps look for installed patch

Discussion in 'Windows 7' started by solarstone2149, Jun 5, 2022.

  1. solarstone2149

    solarstone2149 MDL Member

    Dec 11, 2009
    165
    36
    10
    so recently some browsers and antiviruses started to sniff if user has SHA-2 patch installed
    but what values and where do they look for this ?

    is this a specific registry entry or what ?
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,734
    340
    Do they check for KB4474419 specifically, or just query crypto api for sha2 support?
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Package_for_KB4474419~31bf3856ad364e35~amd64~~6.1.3.2]
    
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Servicing\Codesigning\SHA2]
    "SHA2-Codesigning-Support"=dword:00000001
    "SHA2-Core-Codesigning-Support"=dword:00000001
    
    
     
  3. solarstone2149

    solarstone2149 MDL Member

    Dec 11, 2009
    165
    36
    10
    didnt work :p
     
  4. solarstone2149

    solarstone2149 MDL Member

    Dec 11, 2009
    165
    36
    10
    yea but update contains alot of sys files, including kernel
    so how the hell you check the necessary ones :p
    or better to ask which ones are necessary ones ?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,734
    340
    You plan to replace ntoskrnl.exe? :rolleyes:
    what's wrong with installing KB4474419 ?
     
  6. solarstone2149

    solarstone2149 MDL Member

    Dec 11, 2009
    165
    36
    10
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,194
    84,734
    340
    And KB3033929? it also add SHA2 support
     
  8. solarstone2149

    solarstone2149 MDL Member

    Dec 11, 2009
    165
    36
    10
    same problem :p
     
  9. George King

    George King MDL Expert

    Aug 5, 2009
    1,850
    2,160
    60
    I don't think antivirus just looks to registry or file. Application itself should have implemented this check.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...