Results 1 to 7 of 7
  1. #1
    Omer-'s Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0

    Unpacking CSHELL 'Loadlib"

    Hello..
    Iam trying to Unpack CShell, Already made a loadlib with C++
    Code:
    HINSTANCE CShell = LoadLibraryA("CShell.dll");
    But all I ge when i run this EXE is C Runtime ERROR : "R6034 “An application has made an attempt to load the C runtime library incorrectly”
    Already googled this tihng, what i got is I have to generate a Manifest file for CShell.dll and include it with my loadlib.
    Does anyone got anyidea what is going on?

  2. #2
    MyNameIsElinson's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    109
    Reputation
    33
    Thanks
    466
    My Mood
    Inspired
    You need of send "loadlib" to the folder of crossfire bro... and run "loadlib", after you can open the ollydbg and attach this process "loadlib" for debug, or you can download PE Tools, and dump CShell with the same instructions previous

    - - - Updated - - -

    Or you can get this form :
    DWORD CShell = ( DWORD ) GetModuleHandle("CShell.dll");

  3. #3
    Threadstarter
    New Member
    Omer-'s Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MyNameIsElinson View Post
    You need of send "loadlib" to the folder of crossfire bro... and run "loadlib", after you can open the ollydbg and attach this process "loadlib" for debug, or you can download PE Tools, and dump CShell with the same instructions previous

    - - - Updated - - -

    Or you can get this form :
    Thanks for your replay, but i guess the main problem is iam trying to load CSHELL without it'd dependencies, Some DLL's are missing from My Computer,Although I knew the Dependencies of CShell and i found that all the DLLS are on my System32 folder.

  4. #4
    MyNameIsElinson's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    109
    Reputation
    33
    Thanks
    466
    My Mood
    Inspired
    Or SysWon64 if your system be a S.O 64 bits ^^

  5. #5
    Threadstarter
    New Member
    Omer-'s Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MyNameIsElinson View Post
    Or SysWon64 if your system be a S.O 64 bits ^^
    Could this be the reason for the Failure of Dynamic Library Loading ?

  6. #6
    MyNameIsElinson's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    109
    Reputation
    33
    Thanks
    466
    My Mood
    Inspired
    Quote Originally Posted by Omer- View Post
    Could this be the reason for the Failure of Dynamic Library Loading ?
    Maybe, a couple of terms i do not understand of Language English... I'm speak just Portuguese good, so sorry...

  7. #7
    Daftloony's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by MyNameIsElinson View Post
    You need of send "loadlib" to the folder of crossfire bro... and run "loadlib", after you can open the ollydbg and attach this process "loadlib" for debug, or you can download PE Tools, and dump CShell with the same instructions previous

    - - - Updated - - -

    Or you can get this form :
    you have to add the vc2005 dependencies, if u know what pm me im br too

Similar Threads

  1. [Release] Unpacked CShell.dll
    By OverDrivejt in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 08-12-2010, 09:20 AM
  2. Unpacked CShell
    By qwerty01 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 34
    Last Post: 07-02-2010, 07:18 AM
  3. unpacking cshell
    By whit in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 73
    Last Post: 05-08-2010, 11:47 AM
  4. Anyone Have Unpacked CShell?
    By zmansquared in forum Combat Arms Discussions
    Replies: 6
    Last Post: 05-04-2010, 02:38 PM
  5. What does unpacking Cshell.dll do?
    By chaosmast93 in forum Combat Arms Help
    Replies: 1
    Last Post: 04-28-2010, 07:05 PM