Ability to copy data as Python bytearray
Posted: 31 Jan 2025 16:12
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 as Python code will result in
Thanks for the editor and all the time and work that you had put into it.
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
Code: Select all
3D 4F AC DFCode: Select all
b"\x3d\x4f\xac\xdf"