I work with some codes (with xgrafix) that generated dump files having all the information of simulation. The code can read the dump file itself. But is there any way to read it externally using some editor? N.B. gedit/vi failed to read it.
My guess would be that these are restart dump files, made so that you can restart the simulation. In this case they will probably be in an undocumented format that is only known by the progam's designers and maintainers. Possibly there are even sections of binary data that are simply be rolled into the memory space of the running program.
Why do you need to read the dump anyway? Can't you reload it and get the info you need from within the parent program? If the program is open source you might be able to cannibalise it to just run a restore and then output the data that you are interested in in a more accessible format.