Questions(PushToConsole)
k Im trying to make this function in delphi and have tryed converting C++ source but failed, So could someone please explain the PushToConsole for me?
Questions:
* Do we need to hook DX9 to use PushToConsole(looking at what I have seen it only a pointer to an address which is then called, So i would'nt think DX9 needs to be hooked)
* I noticed on a lot of source that the "command" are repeatedly send to PushToConsole method, most do it in renderframe or endscene which is a DX9 hook, is there a reason for this or can it be sent just once when enabling it or disabling it?
* is there an alternative (for example instead of pushing a command to console can we write some bytes to an address? if so are these address's static or do I need to searcha pattern to patch?)
* can someone provide as much info as possible to help me get this working?
* Does anyone even code in Delphi on this forum ???
Questions:
* Do we need to hook DX9 to use PushToConsole(looking at what I have seen it only a pointer to an address which is then called, So i would'nt think DX9 needs to be hooked)
* I noticed on a lot of source that the "command" are repeatedly send to PushToConsole method, most do it in renderframe or endscene which is a DX9 hook, is there a reason for this or can it be sent just once when enabling it or disabling it?
* is there an alternative (for example instead of pushing a command to console can we write some bytes to an address? if so are these address's static or do I need to searcha pattern to patch?)
* can someone provide as much info as possible to help me get this working?
* Does anyone even code in Delphi on this forum ???



