SiriusObfuscator
SiriusObfuscator copied to clipboard
Getting below error: 1) File Extractor: ⡀⡀⡀⠄⠂⠁⠂⠄⡀⢀⠠⠐⠈⠁⠂⠄Extracting⡀⡀⡀⠄⠂⠁⠂⠄⡀⢀⠠⠐⠈⠁⠂⠄ STDERR: /Users/poojab/Downloads/Obfuscator_2018-04-24_115109/bin/lib/ruby/lib/ruby/2.2.0/rexml/source.rb:17:in `require': cannot load such file -- stringio (LoadError) from /Users/poojab/Downloads/Obfuscator_2018-04-24_115109/bin/lib/ruby/lib/ruby/2.2.0/rexml/source.rb:17:in `create_from' from /Users/poojab/Downloads/Obfuscator_2018-04-24_115109/bin/lib/ruby/lib/ruby/2.2.0/rexml/parsers/baseparser.rb:128:in `stream=' from /Users/poojab/Downloads/Obfuscator_2018-04-24_115109/bin/lib/ruby/lib/ruby/2.2.0/rexml/parsers/baseparser.rb:117:in `initialize' from /Users/poojab/Downloads/Obfuscator_2018-04-24_115109/bin/lib/ruby/lib/ruby/2.2.0/rexml/parsers/treeparser.rb:9:in `new' from...
Run below script: `bash Scripts/build.sh` Error: ` _$s5Basic15LocalFileSystem33_6FEC4E2BAB746063854EC7E201C2329FLLCAA0cD0A2aEP06removeC4TreeyyAA12AbsolutePathVKFTW in FileSystem.swift.o ... ld: symbol(s) not found for architecture x86_64 cp: /Users/apple/Documents/Github/SiriusObfuscator/.build/x86_64-apple-macosx/release/Sirius: No such file or directory`
Hi,i have a error, can you help me ? ➜ Obfuscator_2018-04-24_115109 ./bin/sirius -projectrootpath /Users/linyunyue/Workspace/久沐/KongkongiOS/KongkongVoice -obfuscatedproject /Users/linyunyue/Workspace/久沐/KongkongiOS/confuse -namemappingstrategy random -keepintermediates -inplace -verbose =========================== Welcome to Sirius - Swift Obfuscator =========================== 1)...
I am getting following error when I try to obfuscate the project ``` =========================== 1) File Extractor: ⡀⡀⡀⠄⠂⠁⠂⠄⡀⢀⠠⠐⠈⠁⠂⠄Extracting⡀⡀⡀⠄⠂⠁⠂⠄⡀⢀⠠⠐⠈⠁⠂⠄ STDERR: /Users/xxxxxxxx/Downloads/Obfuscator_2018-04-24_115109/bin/lib/ruby/lib/ruby/2.2.0/find.rb:42:in `block in find': No such file or directory (Errno::ENOENT) from...
Hi , While I was running below script /Users/ME/Documents/Workspace/bin/sirius -projectrootpath /UsersME/Documents/Practices/Samples/ObfusTest -obfuscatedproject /Users/ME/Documents/Practices/1.Samples/outsampleObfuscator. I am getting following error. 2) Symbol Extractor: ⠁⠂⠄⡀⢀⠠⠐⠈⠁⠂⠄⡀⢀⠠⠐⠈Extracting⠁⠂⠄⡀⢀⠠⠐⠈⠁⠂⠄⡀⢀⠠⠐⠈ STDERR: Error during JSON file read STDOUT: Swift...
I also developed a code obfuscation App that supports OC and iOS projects. It is going to open source. see my github: https://github.com/fenglh/OCOBfuscatorAPP
I am having some issues while trying to run Sirius on a Swift project. Attached a txt file with the output of the tool, I am using Xcode 9.4.1. [sirius_log.txt](https://github.com/Polidea/SiriusObfuscator/files/2339324/sirius_log.txt)
Is there a way to obfuscate some classes only? like adding a suffix to classes names and obfuscate only these classes like the manual part of this library[ https://github.com/rockbruno/swiftshield ](...