Click here to Skip to main content
15,912,207 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVC++ database programming Pin
modular17-Jun-03 2:29
modular17-Jun-03 2:29 
GeneralRe: VC++ database programming Pin
David Crow17-Jun-03 2:55
David Crow17-Jun-03 2:55 
GeneralDestroying an MFC view Pin
Ryan Binns17-Jun-03 1:28
Ryan Binns17-Jun-03 1:28 
GeneralRe: Destroying an MFC view Pin
Ryan Binns17-Jun-03 2:15
Ryan Binns17-Jun-03 2:15 
GeneralRe: Destroying an MFC view Pin
Roger Allen17-Jun-03 2:20
Roger Allen17-Jun-03 2:20 
GeneralRe: Destroying an MFC view Pin
Ryan Binns17-Jun-03 2:25
Ryan Binns17-Jun-03 2:25 
GeneralRe: Destroying an MFC view Pin
Ryan Binns17-Jun-03 16:06
Ryan Binns17-Jun-03 16:06 
GeneralDLL Injection Problems Pin
ganon17-Jun-03 1:23
ganon17-Jun-03 1:23 
I'm current trying to develop a program which can control multiple instances of another program unattended. Simple windows messages won't suffice so I have gone down the track of code injection.

When I have previously used this method it has been straight foreward and i've found it possible to intercept any function I wish. With this program however, the target is written in delphi, I am specifically trying to intercept all of the menu command, especially TrackPopupMenu. Looking in the import table, the program imports them, and when looking through the disassembled code, it actually calls the function, however injection fails to intercept them.

I can hex it into the program to call a function contained within the dll, but this isnt the ideal way, since it wouldn't work if either of the files are changed, injection is a more generic way of doing it.

Is there any easy solution to this dilemma? Is it possible that the program has some protection which prevents the poisioning of its IAT? Or is it simply that Delphie doesn't work in the same way as a similar program in C.. :/

Any help appreciated Smile | :)
GeneralNT service Pin
Jamshed Marker17-Jun-03 1:04
sussJamshed Marker17-Jun-03 1:04 
GeneralRe: NT service Pin
XiangYangLiu17-Jun-03 1:45
sussXiangYangLiu17-Jun-03 1:45 
Questionwindows login, logout message? Pin
OmarLodhi17-Jun-03 0:44
OmarLodhi17-Jun-03 0:44 
AnswerRe: windows login, logout message? Pin
Joan M17-Jun-03 1:09
professionalJoan M17-Jun-03 1:09 
AnswerRe: windows login, logout message? Pin
Tarundeep Singh Kalra17-Jun-03 2:05
Tarundeep Singh Kalra17-Jun-03 2:05 
GeneralRe: .EXE path Pin
Uma Mahes17-Jun-03 0:37
Uma Mahes17-Jun-03 0:37 
GeneralRe: .EXE path Pin
Rage17-Jun-03 0:42
professionalRage17-Jun-03 0:42 
GeneralRe: .EXE path Pin
Michael Andrew17-Jun-03 3:39
Michael Andrew17-Jun-03 3:39 
GeneralSymantec C++ compiler Pin
Member 40314716-Jun-03 23:30
Member 40314716-Jun-03 23:30 
GeneralRe: Symantec C++ compiler Pin
David Crow17-Jun-03 3:00
David Crow17-Jun-03 3:00 
GeneralReverse Engineer for VISIO Pin
Majid Shahabfar16-Jun-03 23:12
Majid Shahabfar16-Jun-03 23:12 
GeneralUpTime of an application Pin
John-theKing16-Jun-03 22:51
John-theKing16-Jun-03 22:51 
GeneralRe: UpTime of an application Pin
skaanji16-Jun-03 23:09
skaanji16-Jun-03 23:09 
GeneralRe: UpTime of an application Pin
Tarundeep Singh Kalra17-Jun-03 2:07
Tarundeep Singh Kalra17-Jun-03 2:07 
GeneralRe: UpTime of an application Pin
Ryan Binns17-Jun-03 2:41
Ryan Binns17-Jun-03 2:41 
GeneralRe: UpTime of an application Pin
John-theKing17-Jun-03 2:49
John-theKing17-Jun-03 2:49 
GeneralRe: UpTime of an application Pin
David Crow17-Jun-03 3:02
David Crow17-Jun-03 3:02 

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.