- Create new section - Add a translation there - Fix string address in the machine code (ensure this is not an inlined strcpy) - Fix string length in the machine code Resources (what will be needed): - [Capstone disassembly engine](https://pypi.org/project/capstone/) - [peclasses](https://github.com/dfint/peclasses), example how to create a new section: https://github.com/dfint/dfrus/blob/master/dfrus/patchdf.py#L56