genius257 / DllStructEx

Extended DllStruct for AutoIt3
MIT License
2 stars 1 forks source link

Add data field to DllStructExDisplay #12

Open genius257 opened 3 years ago

genius257 commented 3 years ago

Add a field for showing the data the selected element contains, if type is Element. This should not be loading data by default, as a bad pointer would make it crash, resulting in useless debugging tool.

Something event better would be a way to also alter the data in different formats.

If type was not Element a "hex view" could be used to inspect a struct/union? (again being able to alter data would be best case)