View Full Version : Getting the hack running unter Windows 7
freax
04-30-2010, 09:41 AM
Hey.
At first: Yes, I know this question came up 100 times, but I can't understand, why my hack doesn't work for Windows 7 32bit? Currently, I'm using Windows XP 32bit to compile and try to run the hack (also tried as administrator) under Windows 7 32bit and 64bit (also tried compability mode to XP SP3).
The problem is, that the hack wouldn't be injected, even a MessageBox in DLLMain isn't called.
Can anybody help me to explain why this happens? I would understand it if the hack doesn't run under 64bit, but I ever thought Windows 7 32bit and XP 32bit have the same architecture, or did I misunterstand something?
Thanks!
bobbysing
04-30-2010, 09:52 AM
You may be missing the Visual C++ 2005 / 2008 redistributable package on the target computer ( I assume you are linking the runtime library dynamically )
freax
04-30-2010, 10:20 AM
Hey.
Thanks, but no, on both test pcs are the packages installed (and VC++ 2008 itself too).
Doesn't work...
Thanks
enygma
04-30-2010, 10:50 AM
Maybe in your loader you use the PROCESS_ALL_ACCESS flag for OpenProcess? (http://msdn.microsoft.com/en-us/library/ms684880(v=VS.85).aspx)
freax
04-30-2010, 11:34 AM
Good idea, but doesn't work properly :(
(Recompiled under Windows 7).
Thanks anyway...
codingfreak
04-30-2010, 01:08 PM
thread title ^^ „unter“ are you german?
dabuzz
04-30-2010, 02:28 PM
Try disabling UAC if you don't have it already.
aaaaaa123
05-02-2010, 09:44 AM
Download the beta for VS2010 on windows7 and compile the hack there. It will work 100%
freax
05-02-2010, 10:12 AM
Doesn't work (tried with 08 and '10)...
UAC is already disabled.
Anyway, thanks.
DontBitch
05-03-2010, 06:10 AM
but I can't understand, why my hack doesn't work for Windows 7 32bit?
Don't call it your Hack.
v3n0m4
05-03-2010, 06:20 AM
enable administrator account log into it re-try,
if not works try compatibility modes. (kind of useless help but may fix)
freax
05-03-2010, 06:49 AM
Don't call it your Hack.
Haha. Of course, the most engine shit is coming from here, and some other forums and so on.
enable administrator account log into it re-try,
Doesn't work (isn't this the same as "running as admin"?).
if not works try compatibility modes. (kind of useless help but may fix)
Already did. Didn't help.
Thanks anyway!
bobbysing
05-03-2010, 01:43 PM
So check the result of LoadLibrary as well as the value returned by GetLastError after the call to LoadLibrary.
dbxdx
05-07-2010, 10:43 AM
Doesn't work (tried with 08 and '10)...
UAC is already disabled.
Anyway, thanks.
I can share my loader if you share the code
copymark
05-07-2010, 11:19 AM
I can share my loader if you share the code
lol, a stolen loader for a full-featured hack???
i already tried diffrent loaders, they dont work -> the problem has to be in the dll
Coldblackice
06-23-2010, 02:44 AM
i concur -- having same problems here with dlls on win7 64
Powered by vBulletin® Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.