#buf
#fixed=, #mutate
92 93 94 95 96
# File 'lib/turborex/fuzzer/containers.rb', line 92 def set_data(data) @buf = TurboRex::Windows::Win32API.alloc_c_ary('BYTE', data.bytesize) @buf.str = data @buf end