Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


About ProtectMe?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source
View previous topic :: View next topic  
Author Message
maplecheck
Expert Cheater
Reputation: 0

Joined: 22 Jan 2006
Posts: 139

PostPosted: Mon May 18, 2009 8:36 pm    Post subject: About ProtectMe? Reply with quote

function ProtectMe(ProtectedProcessID: dword; denylist,globaldenylist:BOOL;list:pchar; listsize:dword):BOOL; stdcall;

what mean denylist, globaldenylist, list and listsize?

eg. 2 process( a and b)

when I ProtectMe(a, true, true, nil, 0); then a is hide,
but now when I ProtectMe(b, true, true, nil, 0);
a is show, b is hide?? I want protect a and b, how to do?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25785
Location: The netherlands

PostPosted: Tue May 19, 2009 5:42 am    Post subject: Reply with quote

not possible, it can only do one process at a time (edit the driver to add in support for more)

the list is just a pointer to a list of modulenames (each one 0-terminator seperated)
denylist indicates that the provided list is a list of modules to deny loading(if they load they get destroyed before the entry point is executed), otherwise the list is a list of modules that may only be loaded (e.g kernel32.dll)
the globaldenylist can be used together with denylist=true. This will make it that the denylist rule is applied to every process in the system, and not just the target process

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Source All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites