Byte order and line lengthsetting when exporting source code

Wishlists for new functionality and features.
Post Reply
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Byte order and line lengthsetting when exporting source code

Post by Maël »

Selected bytes should be exportable as an array of dwords, words, etc., and not just as an array of bytes. In the case of arrays with element size larger than 1 (i.e., everything larger than a byte), byte order should be controllable (little endian/big endian).

Also it should be possible to set the max. line length of the exported source code (maybe use a max of 1024).

In general these settings should be taken from the view settings for the current hex view (byte order, byte groupe etc.) if possible. It should follow the principle of "What you see is what you get" where it makes sense.
Post Reply