decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
383 stars 119 forks source link

Merge Diff components (asm-differ & objdiff) #1333

Closed encounter closed 2 months ago

encounter commented 2 months ago

This reduces duplication by conditionally using the appropriate components based on the diff result that's passed in. Extracts asm-differ-specific logic to DiffRowAsmDiffer.tsx and objdiff to DiffRowObjdiff.tsx.