hi guyz, I"m a student in a university, and i have a little project on my mind.
unfortunattlly to get my project done, i will have to learn some additional programing lang.
my question is what lang. i should start learning if my goal is eventually to be able to extract information from a running programs? (without OCR)
for example, i have chess game running, and it records all moves in a small text box inside the program, how can i access that text box and write my own file with the txt? (well, actually i allready know how to write a file, but i need to access)
i know Visual Basic and C.
i saw on the internet that alot of programs use something called "api" to "comunicate", can i use? maybe something better? similar?
thnkx alot!!!!
extracting info
Started by boosali, Nov 23 2009 01:23 AM
9 replies to this topic
#1
Posted 23 November 2009 - 01:23 AM
|
|
|
#2
Posted 23 November 2009 - 02:04 AM
API means Application Programming Interface and is predefined routines on how to use built in solutions from operating systems or other programs.
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
#3
Posted 23 November 2009 - 03:31 AM
so it has no relevance to my question...
as i unerstand, the fact that my chess maybe using API, doesnt mean its helping me... right?
as i unerstand, the fact that my chess maybe using API, doesnt mean its helping me... right?
#4
Posted 23 November 2009 - 08:11 AM
You will probably need to focus on using C or C++ with the windows API to create a hook into your (for example) chess program.
#5
Posted 23 November 2009 - 10:42 AM
o.k... when i said i know C... i dont think i know it that well...
so should i look for a "API" guid? or its C that i shloud know better?
p.s, sorry if my english is bad, i am not from an english speaking country :)
so should i look for a "API" guid? or its C that i shloud know better?
p.s, sorry if my english is bad, i am not from an english speaking country :)
#6
Posted 23 November 2009 - 12:51 PM
An API is basically a set of functions you can use after you include a special header file. If you search, you should be able to find the Windows API. Depending on how well you know C, this could be a challenge, however.
#7
Posted 24 November 2009 - 01:12 AM
is there any other way then using API?
#8
Posted 24 November 2009 - 08:11 AM
There are some programs that can do this for you, but they're using the windows API.
#9
Posted 24 November 2009 - 10:08 AM
really, there are? that will be very helpfull.... can u give me a name? or how to look for it?
(i understand that i should use google, but what do i search for?)
thnx guyz!!
(i understand that i should use google, but what do i search for?)
thnx guyz!!
#10
Posted 24 November 2009 - 11:49 AM
They're usually programs for hacking games. "memory hack program" may have useful results.


Sign In
Create Account

Back to top









