OP 28 November, 2021 - 06:49 PM
I'm planning on using Rust as a backend for a project and I will be selling it. For obvious reasons I need to ensure the code that I have does not get leaked. I'm wondering if there is a way other than to "just compile it" to make to code unreadable or better yet defensive against disassembly. I know security via obscurity is usually frowned upon but it has worked in keeping competitors and malicious people from leaking or reverse-engineering my stuff in the past.
Thanks
Thanks