Asskiller Posted February 1, 2010 Posted February 1, 2010 How can I send packages to Delphi?I want to hook certain API's for a game and then send the package for Delphi ...Help me;)thx a lot
atom0s Posted February 1, 2010 Posted February 1, 2010 Package? Do you mean packets as in altering what the game is sending and receiving from a server?
Asskiller Posted February 1, 2010 Author Posted February 1, 2010 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?
atom0s Posted February 2, 2010 Posted February 2, 2010 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 FilesYou could use one of those (or any other IPC method) to send the data to another application.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now