Unpacking CSHELL 'Loadlib"

Posts 17 of 7 · Page 1 of 1
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?
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");
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.
Or SysWon64 if your system be a S.O 64 bits ^^
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 ?
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...
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
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?