Polidea / SiriusObfuscator

466 stars 59 forks source link

Casting issue in "'Utility.ArgumentParserError' (0x1032616f0) to 'ShellOut.ShellOutError'" #23

Open yatindra99jain opened 5 years ago

yatindra99jain commented 5 years ago

Hello, When i set up this system, I have completed all process but when i run my final command on terminal, i got below issue.

COMMAND WHICH I HAVE RUN - bin/sirius -projectrootpath /Users/admin/Desktop/YatinTest -obfuscatedproject /Users/admin/Desktop/TEST [-namemappingstrategy] [-keepintermediates] [-inplace] [-verbose]

====================================

ISSUNE FACING - - Could not cast value of type 'Utility.ArgumentParserError' (0x1032616f0) to 'ShellOut.ShellOutError' (0x103219780). Abort trap: 6

====================================

Here is details -

YatinTest - is my test project which i want to convert. TEST - is a folder where i want to store encrypted code.

Also From where i can get list.

Please help me out to resolve this issue.

kroolk commented 5 years ago

Use this command: bin/sirius -projectrootpath /Users/admin/Desktop/YatinTest -obfuscatedproject /Users/admin/Desktop/TEST -namemappingstrategy random -keepintermediates -inplace -verbose

bizibizi commented 5 years ago

i downloaded sirius, how to install it?

"-bash: bin/sirius: No such file or directory"