Posted February 1, 201015 yr 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
February 1, 201015 yr Package? Do you mean packets as in altering what the game is sending and receiving from a server?
February 1, 201015 yr Author 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?
February 2, 201015 yr 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.
Create an account or sign in to comment