You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i run it in windows10 cmd: python ../../autojs-unpacker\unpacker.py -U -m d -p com.example.script --if ./project/main.js --of ./project/main2.js
and it throws: Traceback (most recent call last): File "../../autojs-unpacker\autojs-unpacker\unpacker.py", line 208, in <module> app = AutoJSUnpackerApplication() File "D:\Develop\Anaconda3\envs\spider\lib\site-packages\frida_tools\application.py", line 140, in __init__ self._add_options(parser) File "../../autojs-unpacker\autojs-unpacker\unpacker.py", line 41, in _add_options parser.add_option('-m', '--mode', action="store", choices=['e', 'd', 'l'], type='choice', help='choose "e" for encrypt, or "d" for decrypt, or "l" for hot load into device') AttributeError: 'ArgumentParser' object has no attribute 'add_option'
The text was updated successfully, but these errors were encountered:
i run it in windows10 cmd:
python ../../autojs-unpacker\unpacker.py -U -m d -p com.example.script --if ./project/main.js --of ./project/main2.js
and it throws:
Traceback (most recent call last): File "../../autojs-unpacker\autojs-unpacker\unpacker.py", line 208, in <module> app = AutoJSUnpackerApplication() File "D:\Develop\Anaconda3\envs\spider\lib\site-packages\frida_tools\application.py", line 140, in __init__ self._add_options(parser) File "../../autojs-unpacker\autojs-unpacker\unpacker.py", line 41, in _add_options parser.add_option('-m', '--mode', action="store", choices=['e', 'd', 'l'], type='choice', help='choose "e" for encrypt, or "d" for decrypt, or "l" for hot load into device') AttributeError: 'ArgumentParser' object has no attribute 'add_option'
The text was updated successfully, but these errors were encountered: