a0rtega / metame

metame is a metamorphic code engine for arbitrary executables
MIT License
569 stars 88 forks source link

JSON DECODE ERROR #19

Open skhrlx opened 2 years ago

skhrlx commented 2 years ago

this happens in any executable that i try

[INFO] Opening file with r2 Traceback (most recent call last): File "C:\Users\noobz\Downloads\metame-master\metame-master\build\scripts-3.10\metame", line 5, in metame.main() File "C:\Program Files\Python310\lib\site-packages\metame__init__.py", line 19, in main r = r2parser.R2Parser(args.input, True, debug=args.debug, force_replace=args.force) File "C:\Program Files\Python310\lib\site-packages\metame\r2parser.py", line 20, in init info = json.loads(self.r2.cmd("ij").replace("\", "\\")) File "C:\Users\noobz\AppData\Roaming\Python\Python310\site-packages\simplejson__init__.py", line 525, in loads return _default_decoder.decode(s) File "C:\Users\noobz\AppData\Roaming\Python\Python310\site-packages\simplejson\decoder.py", line 370, in decode obj, end = self.raw_decode(s) File "C:\Users\noobz\AppData\Roaming\Python\Python310\site-packages\simplejson\decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)