Jump to content
Tuts 4 You

Removing AccessDeniedAce


urbanyoung

Recommended Posts

Hey,

I'm making a program atm which needs to open other processes, however there are a few processes that I've come across that use AddAccessDeniedAce and SetSecurityInfo to prevent me from opening the process. I can't use SetSecurityInfo to remove this attribute because that requires a handle to the process, which I cannot obtain due the the ACE. I can reverse this easily, but I'm trying to code it into a program that will work on all apps.

Can someone give me some hints on how to open a process that's using AddAccessDeniedAce? I've been googling for quite a while but couldn't find anything useful. I don't want to do a system wide hook (at startup) because that would affect every process.

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...