You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lukewire edited this page Nov 25, 2024
·
2 revisions
PacketBuilder is a class that creates packets in a chained method format. The class is designed to allow you to add different types of data to packets in an intuitive and flexible way.
There are three types of Append methods: CLR, CSharp, and Custom, each of which performs the same function under the hood, with only a different name.