simonlindholm / asm-differ

Assembly diff script
The Unlicense
101 stars 50 forks source link

Correct objdump header removal #153

Closed 1superchip closed 5 months ago

1superchip commented 5 months ago

This fixes an issue where the label of the first function is removed when restrict is None in preprocess_objdump_out. This will fix diffing function symbols when restrict is None in preprocess_objdump_out.