EvilZone

Programming and Scripting => C - C++ => : amir reza tavakolian July 08, 2014, 06:00:41 PM

: Programing using api in 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
: Re: Programing using api in c++
: Kulverstukas July 08, 2014, 07:24:12 PM
What API are you talking about?
: Re: Programing using api in c++
: amir reza tavakolian July 09, 2014, 01:29:10 AM
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...
: Re: Programing using api in c++
: Schalla July 09, 2014, 03:45:07 AM
Uhm, are you talking about API Calls of the OS?
: Re: Programing using api in c++
: amir reza tavakolian July 09, 2014, 09:57:15 AM
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
: Re: Programing using api in c++
: Kulverstukas July 09, 2014, 04:50:30 PM
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.
: Re: Programing using api in c++
: amir reza tavakolian July 21, 2014, 07:03:27 PM
thanx for your big help bro