Ask
frankl1m opened this issue · 5 comments
frankl1m commented
I am newbie on this, i added CFLAg, my proyect is in Swift and when i checked on assembler this display as normally even strings are not encrypted, i putted like this
frankl1m commented
frankl1m commented
I tried to add on Swift compiler Custom Flags -> other swift flags and app dont build
Naville commented
Swift uses its own Swift Frontend and needs extra work like porting Hikari to a Swift Toolchain
frankl1m commented
I have my proyect but i need protect it on Swift maybe you can work paided with your own things
Naville commented
Extract the Bitcode and re-obfuscate it with llc and opt would achieve what you need