conver escaped string to hex stream [closed]

asked 2021-07-20 10:29:03 +0000

HAZZE gravatar image

Hello,

for example:

i have escaped string like this: "\x38\x57\x9a\x44\x4b\xf4\x1b\x85\x9f\xf1\xca\x45\xc2\x9d\x51\xd6\xb2\x26\xdb\xf8\x9e\xc8\x15\x3b\x0b\x51\xe4\x9c\x92\x00\x00\x00\x01\x5f\xc1\x4f\x33\x00\x00\x00\x00\x00"

and i want to convert it to: 38579a444bf41b859ff1ca45c29d51d6b226dbf89ec8153b0b51e49c92000000015fc14f330000000000

How can i do that?

ps. i don't have pcap file to just copy it as hex stream.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by grahamb
close date 2021-07-20 12:29:03.695695

Comments

Not a Wireshark question so off topic for this site.

grahamb gravatar imagegrahamb ( 2021-07-20 12:28:55 +0000 )edit