What are the recommended way to protect your strings or code in general. Since odin is already low-level, reverse engineering should be a tad difficult for a beginner, so I am not worried about that. I am writing software written in odin and I want to make the strings a tad bit harder to grab (it shouldn’t be able to be grabbed from grep)
There isn’t any “recommended” way because you can do do it numerous other ways. I recommend seeing how people do it in C first and see how to replicate that in Odin.
1 Like