DCERPCSampler Class since 0.1.0
Class for use with TCP Sampler
Marshalling Options
| default | Convert text into bytes hex representation |
| I | Convert integer value into byte representation |
| L | Convert text into hex and add 4-byte integer length prefix |
| Z | Add zero byte and convert text into hex |
| N | Add both zero byte and length prefix (L+Z) |
| D | Double length-prefixed null terminated text, 4-byte length+zero byte+one more 4-byte length of text with zero byte added |
| Q | 4 times length prefixed text |
| X | Special case, 3 times length prefixed, first length + 1 |
| F:n | Fixed length text, zero-filled up to total length n bytes |
Demarshalling Options
| S[:n] | Transform printable byte sequences into visible using length threshold n |
| X | |