How to save custom structures in Hexplorer?

0

I've got pretty used to a freeware hex editor called "Hexplorer". I set up custom structures to describe and analyze custom binary formats. However, it seems these structures can exist only in current session. If I try to open another instance of Hexplorer, these structures are gone. The only place the structures show in is the instance used for structures creation. The structures are pretty complex and I do not want to lose it. Does it write structures automatically or only when closed? And how can I make those formats be recognised using Crypto => File Type command? If it is even possible?

Polda18

Posted 2018-01-02T14:59:28.760

Reputation: 35

These are all good questions, but you probably ought to be sending them to the author of the application via https://github.com/adhoc2

– spikey_richie – 2018-01-02T15:10:53.420

@spikey_richie Isn't author of the program Polish? Marcin Dudek claims to be creator. However, I'll ask maybe both authors. I did screenshot of both binary format header structures, which means I can recreate them. Thank you, anyway.

– Polda18 – 2018-01-02T15:45:09.310

@spikey_richie After reading the Readme.md file in GitHub repository, I have to inform you that this is different program. The program I was talking about is hexadecimal editor used for binary analysis and editing. You linked me to source code of some editor for diesel engine program files :D This is the program I was talking about.

– Polda18 – 2018-01-02T16:31:28.950

In that case, maybe here? https://sourceforge.net/p/hexplorer/discussion/

– spikey_richie – 2018-01-03T14:43:13.033

@spikey_richie Already did and got answer :) – Polda18 – 2018-01-03T20:46:08.370

No answers