encounter / objdiff

A local diffing tool for decompilation projects
Apache License 2.0
99 stars 18 forks source link

Strip nops from end of functions (MIPS) #3

Open encounter opened 2 years ago

encounter commented 2 years ago

For asm-built objects, we have to guess where the function ends. Make this calculation also ignore nops.

simonlindholm commented 2 years ago

(but don't strip delay slot nops!)