[Request]Guide for api.hooking

05/16/2010 01:12 MonstersAbroad#1
Could I please request a guide for API.HOOKING a conquer.exe please ? thanks
05/17/2010 01:23 gl0verseer#2
Use [Only registered and activated users can see links. Click Here To Register...] for all your coding needs. I or someone else may be able to help you more if you were to provide a language that you're trying to code this in (i.e. C++, C#, etc).
05/18/2010 15:25 gabrola#3
[Only registered and activated users can see links. Click Here To Register...]
05/18/2010 19:25 MonstersAbroad#4
I have got only 6 errors on a api hooking that works as a console but I made it into a form with 2 buttons:
Play ( 6 Errors )
Exit ( Done )

Could someone help me fix them please ?
05/18/2010 19:29 Nullable#5
Looks like a cut-through attempt, ever tried to search what API hooking means? or is it just a new term that you just learned/saw somewhere and decided to use it?
What does console have to do with the whole scheme?
05/18/2010 19:50 MonstersAbroad#6
well....

I bought one of Justin and it worked but it was as a console so I made a form as I said and I have managed to find 6 errors ( was 62 errors ) and Api.Hooking is like to intercept another program or like a app witch says "Hello" you could change that and notepad say u typed HelloJokeBold49 it would make a textbox comeup saying whatever you want I will say api.hooking is a method to control another program. or Intercept its normal Funcations.

Nullable could u come on msn and please help me ?
05/18/2010 21:48 gabrola#7
Quote:
Originally Posted by MonstersAbroad View Post
well....

I bought one of Justin and it worked but it was as a console so I made a form as I said and I have managed to find 6 errors ( was 62 errors ) and Api.Hooking is like to intercept another program or like a app witch says "Hello" you could change that and notepad say u typed HelloJokeBold49 it would make a textbox comeup saying whatever you want I will say api.hooking is a method to control another program. or Intercept its normal Funcations.

Nullable could u come on msn and please help me ?
You can't inject a console into an application :facepalm:
05/19/2010 12:15 zarut#8
Quote:
Originally Posted by gabrola View Post
You can't inject a console into an application :facepalm:
well you can make injected dll open console but it will be external window
05/19/2010 17:39 MonstersAbroad#9
*sigh*

What I ment was it was a console application that when you run it, it has the .dll and injector code built in so it injects abit of code that is built into the application
05/19/2010 20:49 gabrola#10
Quote:
Originally Posted by MonstersAbroad View Post
*sigh*

What I ment was it was a console application that when you run it, it has the .dll and injector code built in so it injects abit of code that is built into the application
Well first make sure the DLL is working and inject it using an injector like Winject before making your own injector.
05/21/2010 19:55 MonstersAbroad#11
Turns out....I the code I got does not work.

Request Close