News
Soon To Come
- Details
- Published on Friday, 23 May 2008 18:17 Geoff McDonald Hits: 397
I am currently working on a new version of PCF Hacker which will include filtering functions based on the parameters of the last call. Also a fix will be included for a dll loading problem for the disassembler which is causing the application to be unusable for some users. Filtering based on function calls works by firstly injecting a call recording trampoline function into every long fixed call so that it stores the registers and stack dump of the last call. The filtering method will then search the registers and stack dump for the desired value, and if specified will also dereference all pointers and search the first 32 bytes (Please note that the dereferences are done at search time and therefore will not find disposed or changed variables). In order to use this feature all you have to do is attach to process using PCF Hacker, choose the modules to attach to, initialize the injection by using the toolbar button on the Function Lister, cause the function call to occur in the game, then filter for functions based on the parameters of the last call. Here is a quick preview of the function filtering interface with the new on function call parameter filtering included:

