encounter / decomp-toolkit

A GameCube & Wii decompilation toolkit
Apache License 2.0
115 stars 16 forks source link

elf2dol: Support section name denylist #64

Closed riidefi closed 4 months ago

riidefi commented 4 months ago

Supports excluding certain sections given their names:

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

Thanks!