Jump to content
Tuts 4 You

How can I send packages to Delphi?


Asskiller

Recommended Posts

Yes, but I do want to do the following, some hooker Api's, and then send the packages to Delphi.

It would be easier if I list the API's used in this game, for a hooker by a ..

How can I do this?

Link to comment

Once you hook the API you have access to the params. With that you could look into various IPC methods such as:

- Named Pipes

- Memory Mapped Files

- WM_USER messages

- Read/Write Files

You could use one of those (or any other IPC method) to send the data to another application.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...