DreamSoule / ollvm17

Obfuscation LLVM 17
337 stars 54 forks source link

How to selectively apply obfuscation? #24

Open pinwhell opened 4 months ago

pinwhell commented 4 months ago

i am trying to find the way to selectively apply obfuscation just to given functions, not globally, is there a way to simply let single function have obfuscation? i tried annotation but no success, i am probably getting something wrong