mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-10 17:09:58 +01:00
This allows an IPS patch to edit .bss. This is useful for game patches that need to add code, as putting things in .bss allows adding new code *without* editing .code and thus without having to relocate everything.