|
-
April 24th, 2012, 07:22 PM
#16
Re: QueryPerformanceFreqency and QueryPerformanceCounter
 Originally Posted by 1248
What form of polling means in programming?
See http://en.wikipedia.org/wiki/Polling_(computer_science)
I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.
This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.
-
April 25th, 2012, 09:13 AM
#17
Re: QueryPerformanceFreqency and QueryPerformanceCounter
So this code does nothing more tahn pollying with processor counter?
-
April 25th, 2012, 09:41 AM
#18
Re: QueryPerformanceFreqency and QueryPerformanceCounter
This code does nothing at all. Well, it obtains performance counter and performance frequency but then doesn't use them for any purpose.
Victor Nijegorodov
-
April 25th, 2012, 09:59 AM
#19
Re: QueryPerformanceFreqency and QueryPerformanceCounter
Then all lines i added have no outcome so far, My idea was to learn a bit and then try to make a program that finds adresses by pointers in separate processes.
Then it would have delay control and ammount control and it would try to add for example 0.001 in every 500microsec to some adress in another process.
Also it could have button to add 1 more value and save option so all pointers would be stored.
How good skill it would take to make program i describe and how long average person obtains knowledge for that high skill?
Or are similar program already avalible that i describe?
-
April 25th, 2012, 10:03 AM
#20
Re: QueryPerformanceFreqency and QueryPerformanceCounter
Could you more clear explain what you mean by "program that finds adresses by pointers in separate processes" and why you think it is possible?
Victor Nijegorodov
-
April 25th, 2012, 02:34 PM
#21
Re: QueryPerformanceFreqency and QueryPerformanceCounter
i ment that if pointers are directing to adresses and their values, then values would be chagned with small increasments and small delay would repeat this process.
-
April 25th, 2012, 02:38 PM
#22
Re: QueryPerformanceFreqency and QueryPerformanceCounter
 Originally Posted by 1248
i ment that if pointers are directing to adresses and their values, then values would be chagned with small increasments and small delay would repeat this process.
I didn't ask you about "delay"
I asked you
 Originally Posted by VictorN
Could you more clear explain what you mean by "program that finds adresses by pointers in separate processes" and why you think it is possible?
What did you mean by "separate processes"?
Victor Nijegorodov
-
April 25th, 2012, 07:38 PM
#23
Re: QueryPerformanceFreqency and QueryPerformanceCounter
In addition to what VictorN said ...
 Originally Posted by 1248
... try to make a program that finds adresses by pointers in separate processes ... and it would try to add for example 0.001 in every 500microsec to some adress in another process ... and save option so all pointers would be stored.
Reading and writing to/from addresses across different processes is very difficult. I would say the skill level is very high.
Mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|