Thread: CShell WTF ????

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 47
  1. #31
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    The loading of CShell.dll is blocked via GetModuleHandleA / GetModuleHandleW from outside of an allowed thread.. Easy ways around this (: ( What I mean by this is that they block calls to GetModuleHandleA / GetModuleHandleW from outside of the allowed threads ) XTrap probably placed a ring0 hook on the NT Equivalent or something that the NT Equivalent calls ( Another ring0 function ) so either unhook or trace back or find a way around it (:

    ---------- Post added at 04:53 PM ---------- Previous post was at 04:52 PM ----------

    Quote Originally Posted by giniyat101 View Post
    maybe.. but it wont kill a NtQueryInformationProcess call as everything uses this.. lol
    but this function is not for newbies so no one here can use it
    ring0 I like Glad to see you're getting a hold of it. If you need help don't be afraid to hit me up bro.
    Last edited by ~FALLEN~; 04-18-2012 at 07:05 PM.

  2. #32
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    Quote Originally Posted by ~FALLEN~ View Post
    The loading of CShell.dll is blocked via GetModuleHandleA / GetModuleHandleW from outside of an allowed thread.. Easy ways around this (:
    a litel tutorial or source code how to make it work i mean to not get blocked

  3. #33
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by bandi12 View Post
    a litel tutorial or source code how to make it work i mean to not get blocked
    I already gave you a huge hint...

  4. #34
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by ~FALLEN~ View Post
    The loading of CShell.dll is blocked via GetModuleHandleA / GetModuleHandleW from outside of an allowed thread.. Easy ways around this (:

    ---------- Post added at 04:53 PM ---------- Previous post was at 04:52 PM ----------



    ring0 I like Glad to see you're getting a hold of it. If you need help don't be afraid to hit me up bro.
    okay.. thank you


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  5. The Following User Says Thank You to giniyat101 For This Useful Post:

    ~FALLEN~ (04-18-2012)

  6. #35
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    WTF Crossfire no longer loads CShell ? Strange fucking game hahaha it always has before, this means new bases which means less detectable !
    Fuck xtrap and z8

  7. #36
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by {Banned}**HACKER** View Post
    WTF Crossfire no longer loads CShell ? Strange fucking game hahaha it always has before, this means new bases which means less detectable !
    Fuck xtrap and z8
    They still load it... you just don't have access to it from your thread ^_^

  8. #37
    Zacherl's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    150
    Reputation
    10
    Thanks
    42
    My Mood
    Aggressive
    Just install a LoadLibraryA hook and get the handle from this.

  9. #38
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by {Banned}**HACKER** View Post
    WTF Crossfire no longer loads CShell ? Strange fucking game hahaha it always has before, this means new bases which means less detectable !
    Fuck xtrap and z8
    the game would crash if CShell didn't loadd

  10. #39
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by Zacherl View Post
    Just install a LoadLibraryA hook and get the handle from this.
    ehhh ineffective, they could just put a kernel hook and check the return address for foreign ranges... or start scanning for hooks on the function all together

  11. #40
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by ~FALLEN~ View Post
    ehhh ineffective, they could just put a kernel hook and check the return address for foreign ranges... or start scanning for hooks on the function all together
    i have an idea!
    lets stop xtrap driver service!

    look at this :
    The XDva397 service was successfully sent a start control

    haha kidding dont even try


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  12. #41
    ~FALLEN~'s Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    devenv.exe
    Posts
    529
    Reputation
    23
    Thanks
    328
    My Mood
    Inspired
    Quote Originally Posted by giniyat101 View Post
    i have an idea!
    lets stop xtrap driver service!

    look at this :
    The XDva397 service was successfully sent a start control

    haha kidding dont even try
    Killing XTrap is much easier than that... You would need to emulate the server heartbeat. ( If any )

  13. #42
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    so why just dont make a function that create thread and use hide module (so it wont be detected)... and actully i create my Dll main function...


    BTW i cant test now...

  14. #43
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by kmanev073 View Post
    so why just dont make a function that create thread and use hide module (so it wont be detected)... and actully i create my Dll main function...


    BTW i cant test now...
    because it will remain detected


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  15. #44
    desertflame's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Posts: 23847611237
    Posts
    380
    Reputation
    48
    Thanks
    850
    My Mood
    Amused
    Thats why i love rez hacks ;D
    cfrez ftw

  16. #45
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    Quote Originally Posted by giniyat101 View Post
    because it will remain detected
    i will use hide module

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. all the words like wtf and there explanation
    By Pepijntje in forum General
    Replies: 24
    Last Post: 12-07-2021, 05:57 PM
  2. Rpg!! Wtf?!?!
    By radeon7 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-29-2006, 03:02 PM
  3. Wtf?
    By zak11 in forum General
    Replies: 20
    Last Post: 04-29-2006, 07:42 AM
  4. WTF happened to klingons?
    By asshaticus in forum SCI-FI
    Replies: 16
    Last Post: 01-26-2006, 06:15 PM
  5. Dogs? WTF
    By Dave84311 in forum General
    Replies: 4
    Last Post: 01-09-2006, 09:39 AM