Hi, Assouad

The main problem when disassembling an hex program ... is the labels an aliases.

IF you really own a version of the source ... no problem to re-affect aliases and follow your program ... assembler is not so difficult !!!

And moreover if you only want to modify a part ( cal. section ... if I understood ) ... a "goto - goto" can easily be added at the end of your decompiled lines, just to bypass the unwanted sector or add missing lines in the cal section, if too small .

I've often done that with programs found on the web ( screen translations or ouput devices changes ) ... but only for my private use ...!!!

Alain