mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Add script to report BSS reordering (#1914)
* Write script to report BSS reordering * Pin pyelftools version * Fail on unknown relocation types * Add sanity check for shifted ROM * segment -> mapfile_segment * Fix inconsistent offset/address naming * Format negative addends * Don't attempt to find relocs in .bss sections * Compare build_value to mapfile VRAM
This commit is contained in:
parent
39d4217ecf
commit
9a5b4f3845
2 changed files with 211 additions and 0 deletions
|
@ -15,5 +15,6 @@ toml
|
|||
|
||||
# tools
|
||||
mapfile-parser>=2.3.5,<3.0.0
|
||||
pyelftools==0.30
|
||||
rabbitizer>=1.0.0,<2.0.0
|
||||
spimdisasm>=1.21.0,<2.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue