I know rPE's documentation sucks. It seems there exist no respectable tutorials. Therefore, I am turning to you guys for help.
First of all, I'm trying to filter out certain outgoing packets, and prevent them from being sent.
Here's an example. I have some packet (randomly selected)
70760000000300007532001000000000835161140001040300 000006030000000A052449123E03000000170554F58A440300 000019051C905F43030000001B05
With a few bytes of data, and the rest is some type of header/footer. For sake of discussion, lets call the bolded part the data.
I'm looking to search for that header, and based off that, block the sending of that packet. Any tips on how it would be done? The normal filter seems incapable, as well as awfully nonintelligent. It seems to check each offset individually and if it matches, change the value of that one offset, as opposed to what I would want it to do, which would be to change the values iff all the values match.
My guess is that I would be looking to use a custom filter for what I'm trying to do. Has anyone else had more experience than me in using this? If so, help would be greatly appreciated.
Thank you in advance.
First of all, I'm trying to filter out certain outgoing packets, and prevent them from being sent.
Here's an example. I have some packet (randomly selected)
70760000000300007532001000000000835161140001040300 000006030000000A052449123E03000000170554F58A440300 000019051C905F43030000001B05
With a few bytes of data, and the rest is some type of header/footer. For sake of discussion, lets call the bolded part the data.
I'm looking to search for that header, and based off that, block the sending of that packet. Any tips on how it would be done? The normal filter seems incapable, as well as awfully nonintelligent. It seems to check each offset individually and if it matches, change the value of that one offset, as opposed to what I would want it to do, which would be to change the values iff all the values match.
My guess is that I would be looking to use a custom filter for what I'm trying to do. Has anyone else had more experience than me in using this? If so, help would be greatly appreciated.
Thank you in advance.