EvilZone
Programming and Scripting => C - C++ => : amir reza tavakolian July 08, 2014, 06:00:41 PM
-
Hi guys.
I really like to start programing using APIs.
I have coded with c and c++ for 2years but i want to start coding using the functions such as CreatefileA() and coding tools for debuggers such as plugins.
any body can help me please ? im looking for a good refrence (pdf or site) for starting.
sorry for my not good english
tnx
-
What API are you talking about?
-
The APIs which are use in making tools for reverse engineering such as plugins
in overall i want to learn how to use the APIs such as createfile() createproces() and etc...
-
Uhm, are you talking about API Calls of the OS?
-
for example look at these codes in this site
http://www.codereversing.com/blog/?p=65
i mean programing the programs like the program which is in the above linke
-
First of all, API is a general term which you should have known already but you didn't and that suggests you didn't research shit on this: http://en.wikipedia.org/wiki/Application_programming_interface
Second, the website you gave contains code that use WinAPI, again you should have done your homework.
Read more about it here: http://en.wikipedia.org/wiki/Windows_API
To answer your question:
you can start here: http://msdn.microsoft.com/en-us/library/ff818516%28v=vs.85%29.aspx
That is all I'm gonna say.
-
thanx for your big help bro