Search found 3 matches

by warfighter
Fri Oct 16, 2009 9:08 pm
Forum: madCodeHook
Topic: windows api deletion file ?
Replies: 1
Views: 2109

windows api deletion file ?

which api?
api which monitors the deletion of files in windows?

I'll monitor the deletion of files and want to know which api do the hook
by warfighter
Sat Oct 10, 2009 1:15 pm
Forum: madSecurity
Topic: block access to a key?
Replies: 3
Views: 11584

procedure TForm1.Button1Click(Sender: TObject);
begin

Code: Select all

RegistrySecurity('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup').DAcl.NewItem(CurrentUser, STANDARD_RIGHTS_REQUIRED, atDenied);
end;

Correct ?
by warfighter
Fri Oct 09, 2009 7:40 pm
Forum: madSecurity
Topic: block access to a key?
Replies: 3
Views: 11584

block access to a key?

to use the madsecurity to block access to a key?

I do not know how to use new code right, someone can help me