Skip to content

Add copying as code feature

bonk requested to merge bonk/ghex:copy-as-code into master

This adds three new options to the "Copy Special" feature:

  • C# byte array,
  • C unsigned char array,
  • Python 3 bytes.

These allow to copy selected bytes as byte arrays.

Merge request reports