Injected Byte Array

The Injected Byte Array patch merges multiple byte arrays into one big byte array. You can change the output size (in bytes) and how many byte arrays are merged. For every byte array there is a corresponding start value, where you specify at which byte this array should be inserted.

Inputs for n arrays

  • Outsize (Number, Integer)
  • Injections Count (Number, Integer)
  • start[0] (Number, Integer)
  • bytes[0] (Data)
  • start[n] (Number, Integer)
  • bytes[n] (Data)

Outputs

  • Output (Data)