obfuscator-llvm / obfuscator

3.93k stars 1.18k forks source link

I use theos and it seems that obfuscator has no effect. #145

Open iThanh opened 5 years ago

iThanh commented 5 years ago

My Makefile: `include /Users/a/theos/makefiles/common.mk

ARCHS= armv7 arm64 TARGET= iphone:clang::11.0

TARGET_CC= /Library/Developer/Toolchains/LLVM8.0.0.xctoolchain/usr/bin/clang TARGET_CXX= /Library/Developer/Toolchains/LLVM8.0.0.xctoolchain/usr/bin/clang++ TARGET_LD= /Library/Developer/Toolchains/LLVM8.0.0.xctoolchain/usr/bin/clang++ _THEOS_TARGET_CFLAGS+= -mllvm -fla -mllvm -sub _THEOS_TARGET_CXXFLAGS+= -mllvm -fla -mllvm -sub

TWEAK_NAME = aTweak aTweak_LIBRARIES += c++ aTweak_LIBRARIES += c++abi`

I can still see the original functions, string, ... with IDA. Help me, please.