man thank you for your videos. how can I find the recv I wonder?
@riremito3 ай бұрын
easy method: find any function related to "send packet" and it should be called when client gets recv packet, you will find recv func from call stack. normal method: set break point at recv API and after calling it, set hwbp for recv buffer and trace where it uses.
@Mezbelelik3 ай бұрын
@@riremito thank you. it would be very useful for people if you make a video for recv.