Author Topic: Programing using api in c++  (Read 1142 times)

0 Members and 2 Guests are viewing this topic.

Offline amir reza tavakolian

  • NULL
  • Posts: 4
  • Cookies: -3
    • View Profile
Programing using api in c++
« on: 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

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Programing using api in c++
« Reply #1 on: July 08, 2014, 07:24:12 pm »
What API are you talking about?

Offline amir reza tavakolian

  • NULL
  • Posts: 4
  • Cookies: -3
    • View Profile
Re: Programing using api in c++
« Reply #2 on: 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...

Offline Schalla

  • VIP
  • Peasant
  • *
  • Posts: 81
  • Cookies: 29
    • View Profile
Re: Programing using api in c++
« Reply #3 on: July 09, 2014, 03:45:07 am »
Uhm, are you talking about API Calls of the OS?

Offline amir reza tavakolian

  • NULL
  • Posts: 4
  • Cookies: -3
    • View Profile
Re: Programing using api in c++
« Reply #4 on: 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

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Programing using api in c++
« Reply #5 on: 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.

Offline amir reza tavakolian

  • NULL
  • Posts: 4
  • Cookies: -3
    • View Profile
Re: Programing using api in c++
« Reply #6 on: July 21, 2014, 07:03:27 pm »
thanx for your big help bro