how can i get the dos exe build from segments in multiple asm files binary identical to the single asm file version
问题 for an reverse engineering project i want to split an IDA Pro produced asm file into multiple segment files which must result in binary identical executeables binary equal means to me 100% equal: segment-starts, ordering, sizes, opcodes etc. - because its from a reversed exe and only some of the symbols are detected by IDA, mostly just variable or function offsets, etc. so i can't rely on the assembler own ordering of segments,symbols etc. - it needs to be 100% exact or else i introduce