Integrity of DLL/.EXE in app UWP

Anderson Cavalcante 21 Reputation points
2021-06-21T15:46:46.687+00:00

Hi,

If I change any DLL of my UWP app that I purchased from the Windows Store, will the app crash if it runs?
If not, what can I do to prevent attacks on my application through DLL?

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,231 Reputation points Microsoft Vendor
    2021-06-22T02:52:30.333+00:00

    Hello,

    Welcome to Microsoft Q&A!

    If I change any DLL of my UWP app that I purchased from the Windows Store, will the app crash if it runs?

    In most cases, if you change the DLL content or the DLL's name, the app should throw a mismatch error because the windows will check the signature of your app.

    If not, what can I do to prevent attacks on my application through DLL?

    The app package is digitally signed, this is the important part of security. When your app is signed, it is going to prevent your app from being able to alter the the apps functionality.

    Thank you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.