A collection of python code to assist in decompilation Castlevania: Symphony of the Night.
- Python 3.9 or higher - Written and tested using Python 3.12, there may be unknown incompatibilities with versions earlier than 3.12
- splat - Tested against 0.27.3
- Levenshtein - Tested against 0.27.1
- This project should be considered to be in a pre-alpha state. As such, doc strings, type hints, and other non-functional elements are sporadic at best.
- RODATA in wrong segment when it falls before it's function and that function is on a segment boundary
- Adding "polish" like proper docstrings, type hints, pep8 compliance, etc.
- Implementing and eliminating "todo" comments
- Improving logging and logger usage
- Splitting sotn specific code from code useful for any decomp
- Adding tests
- sotn-decomp for providing the foundation for this project. This wouldn't have been possible without the hard work done by @Xeeynamo and others.:
- decomp.me by @ethteck, @nanaian and @mkst as a collaborative decompilation site to share and contribute to work-in-progress decompiled functions.
- splat from @ethteck used to disassemble code and extract data with a symbol map.
- Anybody or anything else that has contributed to anything in this project. If I neglected to give due credit, it is entirely unintentional.