Search found 1 match

by radioegor146
31 Jan 2025 16:12
Forum: Feature and Enhancement Requests
Topic: Ability to copy data as Python bytearray
Replies: 1
Views: 76163

Ability to copy data as Python bytearray

Hello.
As a CTFer and reverse engineer myself, I use HxD almost daily.
And as one of the most frequent tasks is to copy data and paste it into some Python script.
I think it will be useful to have this feature.
As an example, copying 3D 4F AC DF as Python code will result in b"\x3d\x4f\xac\xdf ...