In order to make reverse engineering of my compiled Julia app more difficult I would like to remove all symbols of internal functions from the .dylib file that juliac.jl of Package Compiler produces. Is there a way to do that?
In order to make reverse engineering of my compiled Julia app more difficult I would like to remove all symbols of internal functions from the .dylib file that juliac.jl of Package Compiler produces. Is there a way to do that?