Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMy Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Mike Yurgalavage10-Mar-08 4:05
Mike Yurgalavage10-Mar-08 4:05 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Stephen Hewitt10-Mar-08 15:11
Stephen Hewitt10-Mar-08 15:11 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Mike Yurgalavage10-Mar-08 15:49
Mike Yurgalavage10-Mar-08 15:49 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Stephen Hewitt10-Mar-08 15:51
Stephen Hewitt10-Mar-08 15:51 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Mike Yurgalavage10-Mar-08 16:43
Mike Yurgalavage10-Mar-08 16:43 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Stephen Hewitt10-Mar-08 17:57
Stephen Hewitt10-Mar-08 17:57 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Stephen Hewitt10-Mar-08 17:43
Stephen Hewitt10-Mar-08 17:43 
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Mike Yurgalavage11-Mar-08 3:41
Mike Yurgalavage11-Mar-08 3:41 
thanks for taking the time to respond to my .dll injection questions. i have all of this working in my purebasic programs (they only compile to 32bit), but unfortunately to make the move to 64 bit i have to move on to c++. it's like starting over. i am just trying to get this to work in 32 bit environment using c++ code first, which i am failing at already!

sadly, i have to make alot changes and of course begin the learning process all over again. i am a novice at c++ and these types of topics (dll injection, etc.) are a little more advanced than the hello world apps.

at any rate, the .dll i have in the project file is the file that needs to be injected. it is more of a place holder and not a hook. unfortunately i need to be able to inject that particular file into the space of notepad.exe .

i wish i could tell why my code does not do this. i followed the same steps that i did with purebasic (the same API calls). it just won't inject-

any further help is appreciated and if none, then a sincere thanks for all you did!

best,
Mike
GeneralRe: My Dll Injector Code Does Not Work-, listing processes and injecting .dll- Help! Pin
Mike Yurgalavage12-Mar-08 6:29
Mike Yurgalavage12-Mar-08 6:29 
Generalcreate an toolbar,not in any window or dialog box.. Pin
preeti sharma10-Mar-08 2:29
preeti sharma10-Mar-08 2:29 
QuestionRe: create an toolbar,not in any window or dialog box.. Pin
Maximilien10-Mar-08 2:50
Maximilien10-Mar-08 2:50 
Questionabout lable font size Pin
savitri10-Mar-08 2:08
savitri10-Mar-08 2:08 
GeneralRe: about lable font size Pin
David Crow10-Mar-08 3:02
David Crow10-Mar-08 3:02 
GeneralVariable Static text box Pin
neha.agarwal2710-Mar-08 1:53
neha.agarwal2710-Mar-08 1:53 
GeneralRe: Variable Static text box Pin
ThatsAlok10-Mar-08 1:59
ThatsAlok10-Mar-08 1:59 
GeneralRe: Variable Static text box Pin
Cedric Moonen10-Mar-08 2:01
Cedric Moonen10-Mar-08 2:01 
GeneralRe: Variable Static text box Pin
jhwurmbach10-Mar-08 2:03
jhwurmbach10-Mar-08 2:03 
GeneralRe: Variable Static text box Pin
Hamid_RT10-Mar-08 3:09
Hamid_RT10-Mar-08 3:09 
GeneralRe: Variable Static text box Pin
ThatsAlok10-Mar-08 9:11
ThatsAlok10-Mar-08 9:11 
GeneralRe: Variable Static text box Pin
Hamid_RT10-Mar-08 22:35
Hamid_RT10-Mar-08 22:35 
GeneralRe: Variable Static text box Pin
ThatsAlok11-Mar-08 1:49
ThatsAlok11-Mar-08 1:49 
GeneralRe: Variable Static text box Pin
Hamid_RT11-Mar-08 19:33
Hamid_RT11-Mar-08 19:33 
GeneralShellExecute(0, _T("open"), _T(strUrl.c_str()), 0, 0,SW_HIDE); displays the window Pin
ptr_Electron10-Mar-08 1:45
ptr_Electron10-Mar-08 1:45 
GeneralRe: ShellExecute(0, _T("open"), _T(strUrl.c_str()), 0, 0,SW_HIDE); displays the window Pin
jhwurmbach10-Mar-08 1:56
jhwurmbach10-Mar-08 1:56 
GeneralRe: ShellExecute(0, _T("open"), _T(strUrl.c_str()), 0, 0,SW_HIDE); displays the window Pin
David Crow10-Mar-08 3:04
David Crow10-Mar-08 3:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.