Results 1 to 1 of 1
  1. #1
    djamirooo
    djamirooo is offline
    Guest
    Join Date
    2013 Jul
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    [c] Anti SandBoxie & Comodo

    Hello forum

    this my first Thread here . i know this is old but i think someone may learn something form it .

    the code is very simple and clear

    Code:
    char* sModules[] = { “SbieDll.dll”, ”api_log.dll”, “dir_watch.dll”, “dbghelp.dll”};//define module names
    
    bool ModuleCheck() //Return TRUE/FALSE .
    {
        for( int i = 0; i < ( sizeof( sModules ) / sizeof( char* ) ); i++ )  //for looping to get the module handle .
        {
            if( GetModuleHandle( sModules[ i ] ) )  //getting module handle.
            {
                return TRUE; //if exists return TRUE .
            }
        }
        
        return FALSE;  //if not return FALSE.
    }

Similar Threads

  1. script anti-alcatraz (blue eye )
    By tripaseka in forum Aika Bots, Hacks, Cheats
    Replies: 10
    Last Post: 2012-12-17, 04:00 PM
  2. [Help] Using anti rootkit
    By AikaCheats in forum Aika Online
    Replies: 0
    Last Post: 2012-07-25, 11:07 PM
  3. [Release] Multi client (sandboxie)
    By pein13 in forum Battle of the Immortals
    Replies: 2
    Last Post: 2011-10-13, 04:40 AM
  4. Sandboxie?
    By makradesh in forum Files & Tools
    Replies: 1
    Last Post: 2011-09-24, 12:42 PM
  5. Empire Earth Anti Cheat
    By alfrqan in forum General Game Research
    Replies: 0
    Last Post: 2011-08-18, 05:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •