Search found 6 matches

by ch1c4um
Fri Apr 26, 2013 9:00 pm
Forum: madCodeHook
Topic: How do I get a string in return of the SendIpcMessage
Replies: 2
Views: 3935

How do I get a string in return of the SendIpcMessage

How do I get a string in return of the SendIpcMessage, na unit uIPCsender. Receptor ipc: unit uIPCReceiver; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, madCodeHook; type TAppDataFolder = record Path : array[0..254] of Char; end; PAppDataFolder =...
by ch1c4um
Thu Jan 10, 2013 11:02 pm
Forum: madSecurity
Topic: How to change registry key acl
Replies: 4
Views: 15660

Re: How to change registry key acl

okay my friend, thanks for the feedback
by ch1c4um
Wed Jan 09, 2013 10:29 pm
Forum: madSecurity
Topic: How to change registry key acl
Replies: 4
Views: 15660

Re: How to change registry key acl

Good night my friend, the above code that i posted by mistake the wrong part if DAcl.DeleteItems (Everyone) disregard the stretch. I've got to do what i needed, i was only allowed to change and then run the function to remove key TRegistry, and windows XP I had to work with manipulating tokens to work
by ch1c4um
Wed Jan 02, 2013 6:43 pm
Forum: madSecurity
Topic: How to change registry key acl
Replies: 4
Views: 15660

How to change registry key acl

I need permission to change a registry key for the user Everyone has Full Control access and this way I can delete this key. I'm using this example with RegistrySecurity(HKLM\SYSTEM\ControlSet001\Enum\Root\LEGACY_DMLOAD) do begin ProtectedDAcl := false; DAcl.SetFileAccess(Everyone, True); if DAcl.De...
by ch1c4um
Wed Jun 27, 2012 8:02 pm
Forum: madCodeHook
Topic: Elevate Privilege (SeDebugPrivilege) in the Windows 7
Replies: 3
Views: 7144

Elevate Privilege (SeDebugPrivilege) in the Windows 7

Good afternoon, someone knows some solution to elevate privileges (SeDebugPrivilege) of a User level Software, using a system level software in the windows 7 and compiled with delphi 7.

Regards

Francisco Cavalcante