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?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Compiling and building binaries from your julia code | 49 | 24055 | February 16, 2018 | |
Proposal to make functions in `julia-config.jl` and `build_sysimg.jl` reusable | 0 | 659 | January 24, 2018 | |
Hidden code | 26 | 5316 | December 15, 2020 | |
[ANN] StaticTools.jl: Enabling StaticCompiler.jl-based compilation of Julia code to standalone native binaries by avoiding GC allocations and `llvmcall`-ing all the things | 2 | 2154 | May 3, 2022 | |
Where is the compiled code? Does julia compile the code on every run with `julia somescript.jl` | 6 | 1179 | October 27, 2022 |