Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows API
  4. Win32 API, C#, MFC, etc. that might be 'UAC' issues.

Win32 API, C#, MFC, etc. that might be 'UAC' issues.

Scheduled Pinned Locked Moved Windows API
csharpc++sysadminjsontutorial
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Blake Miller
    wrote on last edited by
    #1

    I see most all the guidelines about modifying the application so it is standard user compatible, and conforms to running with the UAC enabled. However, as you might get some notes like don't write to HKEY_LCOAL_MACHINE, how would you go about statically analyzing your entire source code base to identify which API are UAC suspects? It seems the standard user analyzer is a black box tool - if oyu don't hit 100% code coverage, you might miss soemthing. I am looking for the 'sure' answer - statically analyzing the code. And I am looking for soemthing liek we used to have with the old Win32Api.Csv file - a listing of all the suspect API and function calls which could lead to UAC issues. For example, I am already aware to search for LogonUser, RegOpenKey, etc. but what about the file system API? Network API, etc? So, has anyone encountered such a tool or such a list of the functions?

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups