Click here to Skip to main content
16,018,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRegarding write into AVI files Pin
gmallax11-Jan-10 22:36
gmallax11-Jan-10 22:36 
AnswerRe: Regarding write into AVI files Pin
Covean12-Jan-10 1:55
Covean12-Jan-10 1:55 
GeneralRe: Regarding write into AVI files Pin
gmallax12-Jan-10 18:52
gmallax12-Jan-10 18:52 
GeneralRe: Regarding write into AVI files [modified] Pin
Covean12-Jan-10 21:50
Covean12-Jan-10 21:50 
GeneralRe: Regarding write into AVI files Pin
Covean13-Jan-10 22:55
Covean13-Jan-10 22:55 
QuestionVirtual address to 'physical' address Pin
urbanyoung11-Jan-10 22:05
urbanyoung11-Jan-10 22:05 
AnswerRe: Virtual address to 'physical' address Pin
Richard MacCutchan12-Jan-10 2:10
mveRichard MacCutchan12-Jan-10 2:10 
AnswerRe: Virtual address to 'physical' address Pin
Covean12-Jan-10 4:07
Covean12-Jan-10 4:07 
After reading your "question" I would assume that you want to know the physical address of a function in memory to "hook"/"inject" it to get all the data passed to this function. And you think its easier
to find the "real" address of this function so you do not need to look in every process where the "function entry" may be on a different "virtual address" location? Did I unterstand you right?

If so then I would say the idea is good, but if you take a deeper look in how an os encapsules the "real"-addresses from the user-code part, you will find out, that it will be possible but its hard work.

Just one thing to think of: You know that the os can put some memory sections in the swap file if it needs free memory storage and so its possible that also your "function"-pointer gets swapped.

Greetings
Covean

AnswerRe: Virtual address to 'physical' address Pin
Nemanja Trifunovic12-Jan-10 4:34
Nemanja Trifunovic12-Jan-10 4:34 
AnswerRe: Virtual address to 'physical' address Pin
Luc Pattyn12-Jan-10 6:16
sitebuilderLuc Pattyn12-Jan-10 6:16 
AnswerRe: Virtual address to 'physical' address Pin
Bram van Kampen12-Jan-10 14:37
Bram van Kampen12-Jan-10 14:37 
GeneralRe: Virtual address to 'physical' address Pin
jbojarczuk15-Jan-10 1:58
jbojarczuk15-Jan-10 1:58 
GeneralRe: Virtual address to 'physical' address Pin
Bram van Kampen17-Jan-10 5:31
Bram van Kampen17-Jan-10 5:31 
QuestionGetlastError() returning 87 when i use EndPage() in my printing application Pin
kir_MFC11-Jan-10 20:51
kir_MFC11-Jan-10 20:51 
QuestionRe: GetlastError() returning 87 when i use EndPage() in my printing application Pin
CPallini11-Jan-10 21:41
mveCPallini11-Jan-10 21:41 
AnswerRe: GetlastError() returning 87 when i use EndPage() in my printing application Pin
kir_MFC11-Jan-10 22:24
kir_MFC11-Jan-10 22:24 
QuestionRe: GetlastError() returning 87 when i use EndPage() in my printing application Pin
CPallini11-Jan-10 22:45
mveCPallini11-Jan-10 22:45 
GeneralRe: GetlastError() returning 87 when i use EndPage() in my printing application Pin
WoutL12-Jan-10 1:08
WoutL12-Jan-10 1:08 
AnswerRe: GetlastError() returning 87 when i use EndPage() in my printing application [modified] Pin
Covean11-Jan-10 21:45
Covean11-Jan-10 21:45 
QuestionNavigating to a folder using CFileDialog Pin
maycockt11-Jan-10 20:46
maycockt11-Jan-10 20:46 
AnswerRe: Navigating to a folder using CFileDialog Pin
KingsGambit11-Jan-10 21:18
KingsGambit11-Jan-10 21:18 
AnswerRe: Navigating to a folder using CFileDialog Pin
Code-o-mat11-Jan-10 22:08
Code-o-mat11-Jan-10 22:08 
QuestionOracle describe Pin
rdop11-Jan-10 19:45
rdop11-Jan-10 19:45 
AnswerRe: Oracle describe Pin
xushih13-Jan-10 1:08
xushih13-Jan-10 1:08 
QuestionDiference between hash_map and hash_multi map. how to implement hash_multimap in VS2008 (for C++) Pin
Nandu_77b11-Jan-10 19:26
Nandu_77b11-Jan-10 19:26 

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.