encounter / decomp-toolkit

A GameCube & Wii decompilation toolkit
Apache License 2.0
107 stars 15 forks source link

elf2dol: Support section name denylist #64

Closed riidefi closed 2 months ago

riidefi commented 2 months ago

Supports excluding certain sections given their names:

$ dtk elf2dol input.elf output.dol --ignore debug_section1 --ignore debug_section2
encounter commented 2 months ago

Thanks!