- 2
- 0
In a SAMP server, there are plans to abuse ShowDialog to execute code on the client for various reasons. Since it’s not a trusted server, I don’t trust this RCE. I attempted to use RakLogger to filter the ShowDialog event, but I didn’t find anything relevant other than bytes that don’t overflow (although the packet size was several KB). Is there a way to log these data packets sent by the server in more detail (especially for this event)?