You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user deletes the mock directory C:\Windows \System32\, Windows will attempt to delete the real System32. Need to implement a cleanup function to do this as an argument. This can likely be done with kernel32!RemoveDirectory, but will require a few other steps as the directory must be emptied prior to deletion.
The text was updated successfully, but these errors were encountered:
When a user deletes the mock directory
C:\Windows \System32\
, Windows will attempt to delete the real System32. Need to implement a cleanup function to do this as an argument. This can likely be done withkernel32!RemoveDirectory
, but will require a few other steps as the directory must be emptied prior to deletion.The text was updated successfully, but these errors were encountered: