Insert/Extract using table.py (maybe used to any romhacking project)
- slice binary - outputs a binary part
- ./pytable.py <romfile> -s <start addr> <end addr> <outfile>
- convert a memory zone to text using table.py
- ./pytable.py <romfile> -d <start addr> <end addr> <txtfile>
- replace a memory zone using text and table.py into a new rom file
- ./pytable.py <romfile> -r <start addr> <end addr> <txtfile> <newrom>
D_Skywalk - GPLv3 http://david.dantoine.org