Popular Post kurosaki ichigo Rare Rare Posted March 20, 2021 Popular Post Share Posted March 20, 2021 BLOCK:ConstantByteArray LABEL:BYTES 1 value = ABCD => VAR @bytes1 ENDBLOCK BLOCK:ConstantString LABEL:STRING value = "hello" => VAR @myString ENDBLOCK BLOCK:ConstantByteArray LABEL:BYTES 2 value = DCBE => VAR @bytes2 ENDBLOCK var ms = new System.IO.MemoryStream(); ms.Write(bytes1); ms.Write(System.Text.Encoding.UTF8.GetBytes(myString)); ms.Write(bytes2); var finalBytes = ms.ToArray(); ms.Dispose(); // Now you can use the variable finalBytes for example // in the content of a RAW http request 6 2 Trophies and Medals Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/ Share on other sites More sharing options...
Crvpn1 Rare Posted March 23, 2021 Share Posted March 23, 2021 ok Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7086094 Share on other sites More sharing options...
jinyu Rare Posted April 7, 2021 Share Posted April 7, 2021 Il 20/3/2021 at 10:46, kurosaki ichigo dice: contenuto thank you a lot for this share Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7126396 Share on other sites More sharing options...
expiren Posted April 21, 2021 Share Posted April 21, 2021 thank you Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7160520 Share on other sites More sharing options...
Bloodcraft Rare Posted May 16, 2021 Share Posted May 16, 2021 interesting, thanks you Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7223355 Share on other sites More sharing options...
Greeko Rare Rare Posted June 15, 2021 Share Posted June 15, 2021 i hope i understand it Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7287633 Share on other sites More sharing options...
carvizmax Posted September 4, 2021 Share Posted September 4, 2021 grazie Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7461717 Share on other sites More sharing options...
Wishmaster Posted November 12, 2021 Share Posted November 12, 2021 thy Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7627703 Share on other sites More sharing options...
animal Posted January 10, 2022 Share Posted January 10, 2022 thanks Link to comment https://cyberbreach.io/topic/405499-building-a-byte-array/#findComment-7773363 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now