ethteck / splat

A binary splitting tool to assist with decompilation and modding projects
MIT License
159 stars 42 forks source link

Rework auto sections insertions to work with every segment #329

Closed AngheloAlf closed 8 months ago

AngheloAlf commented 8 months ago

splat were only applying auto sections to segments with subsegments that only listed c/asm segment types, so if the user had any data/rodata/bss/etc subsegment then it wouldn't get auto sections. Now auto sections are applied to all .text sections