Commit Graph

3 Commits

Author SHA1 Message Date
Antonio Castelli
72fe8f27bf Added .rodata and .bss sections to data region splitter tool.
The data being worked off of for these sections is less developed and much
more noisy than the .data section, so in its current condition, there will
be comparatively more mistakes in the output for them.
2021-05-26 00:05:17 -07:00
Antonio Castelli
6185e76e1e Fixed issues with data region splitter.
The output now matches up with the manually-created splits up to
unknown_0C8450.c (start of lib files).
2021-05-25 19:15:30 -07:00
Antonio Castelli
2cfe41f388 Added tool to automatically split data sections by c file.
This uses a greedy algorithm and can, in theory, overpredict the starting
address of the glabels per file. However, this should at the very least be
a good starting point for separating out the data sections into their
corresponding c files.
2021-05-25 00:53:56 -07:00