windb - How can I change requestedExecutionLevel in EXE file using Windbg or CFF Explorer? -


i have exe file, uses dynamic lib .dll , in .dll file found manifest:

<trustinfo xmlns="urn:schemas-microsoft-com:asm.v3">     <security>       <requestedprivileges>         <requestedexecutionlevel level='asinvoker' uiaccess='false' />       </requestedprivileges>     </security>   </trustinfo> 

i want change asinvoker requireadministrator, when launch application app has ask user confirm administrator. windows this how can ?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -