ethteck / splat

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

Allow lib segment to use dict #339

Closed hensldm closed 7 months ago

hensldm commented 7 months ago

This allows the lib segment to be used as a dictionary.

The following options are allowed:

Note: I'm wondering if instead of allowing to specify the section we should instead have different segments all together like bin? (e.g. textlib, datalib, rodatalib, bsslib)

Note 2: I uped the version number and added to changelog, but this no means needs a release yet. We could add to it further. Not sure if you would prefer this PR to some kind of dev branch instead?

AngheloAlf commented 7 months ago

CI will be happy when #340 is merged