mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
a4a1562905
Add `@(rodata)` attribute to `ENC_TABLE` and `DEC_TABLE` to mark them as read-only data. This places these tables in the read-only section of the executable, protecting them from modification during program execution.