Skip to content

allow passing shell=True #44

allow passing shell=True

allow passing shell=True #44

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Jul 16, 2023 in 0s

16 errors, 5 pass in 1s

21 tests     5 ✔️  1s ⏱️
10 suites    0 💤
10 files      0   16 🔥

Results for commit 22fd6f9.

Annotations

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_boolector_solving (test_rex) with error

artifacts/Test Results 6/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 141, in test_boolector_solving
    crash = rex.Crash(target, inp, fast_mode=True, rop_cache_path=os.path.join(cache_location, 'add_payload'))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_shellcode_placement (test_rex) with error

artifacts/Test Results 6/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 117, in test_shellcode_placement
    crash = rex.Crash(target, inp, fast_mode=True, rop_cache_path=os.path.join(cache_location, 'shellcode_tester'))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_arbitrary_transmit (test_rex) with error

artifacts/Test Results 4/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 349, in test_arbitrary_transmit
    _do_arbitrary_transmit_test_for("tests/i386/arbitrary_transmit")
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 332, in _do_arbitrary_transmit_test_for
    crash = rex.Crash(target, inp, fast_mode=True,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_linux_stacksmash_32 (test_rex) with error

artifacts/Test Results 4/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 220, in test_linux_stacksmash_32
    crash = rex.Crash(target, inp, fast_mode=True,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_arbitrary_transmit_no_crash (test_rex) with error

artifacts/Test Results 5/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 386, in test_arbitrary_transmit_no_crash
    _do_arbitrary_transmit_test_for("tests/i386/arbitrary_transmit_no_crash")
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 332, in _do_arbitrary_transmit_test_for
    crash = rex.Crash(target, inp, fast_mode=True,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_linux_stacksmash_64 (test_rex) with error

artifacts/Test Results 5/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 200, in test_linux_stacksmash_64
    crash = rex.Crash(target, crash=inp, fast_mode=True,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_explore

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_write_what_where_shadowstack (test_explore) with error

artifacts/Test Results 3/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_explore.py", line 17, in test_write_what_where_shadowstack
    crash = rex.Crash(target, crash=inp, rop_cache_path=os.path.join(cache_location,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_linux_network_stacksmash_64 (test_rex) with error

artifacts/Test Results 3/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 245, in test_linux_network_stacksmash_64
    crash = rex.Crash(target, crash=inp, rop_cache_path=os.path.join(cache_location, 'network_overflow_64'),
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_exploit_yielding (test_rex) with error

artifacts/Test Results 9/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 314, in test_exploit_yielding
    crash = rex.Crash(target, inp, fast_mode=True, rop_cache_path=os.path.join(cache_location, 'sc1_0b32aa01_01'))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_cgc_type1_rop_stacksmash (test_rex) with error

artifacts/Test Results 7/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 291, in test_cgc_type1_rop_stacksmash
    crash = rex.Crash(target, inp, fast_mode=True, rop_cache_path=os.path.join(cache_location, 'sc1_0b32aa01_01'))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_halfway_tracing (test_rex) with error

artifacts/Test Results 0/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 442, in test_halfway_tracing
    crash = rex.Crash(target, inp, fast_mode=True, use_rop=True, trace_mode="halfway", tracer_opts=tracer_opts,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_legit_00001 (test_rex) with error

artifacts/Test Results 1/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 49, in test_legit_00001
    crash = rex.Crash(target, inp, fast_mode=True,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_chall_resp

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_chall_resp_rand (test_chall_resp) with error

artifacts/Test Results 1/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_chall_resp.py", line 69, in test_chall_resp_rand
    crash = rex.Crash(target, crash=inp, rop_cache_path=os.path.join(cache_location, "overflow_after_chall_resp_rand"))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_cromu71 (test_rex) with error

artifacts/Test Results 8/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 428, in test_cromu71
    crash = rex.Crash(target, inp, fast_mode=True,
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_chall_resp

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_chall_response (test_chall_resp) with error

artifacts/Test Results 2/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_chall_resp.py", line 51, in test_chall_response
    crash = rex.Crash(target, crash=inp, rop_cache_path=os.path.join(cache_location, "overflow_after_challenge_response2"))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'

Check failure on line 0 in test_rex

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_legit_00003 (test_rex) with error

artifacts/Test Results 2/rex.tests.xml [took 0s]
Raw output
test failure
Traceback (most recent call last):
  File "/__w/rex/rex/build/src/rex/tests/test_rex.py", line 69, in test_legit_00003
    crash = rex.Crash(target, inp, fast_mode=True, rop_cache_path=os.path.join(cache_location, 'legit_00003'))
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 603, in __init__
    super().__init__(target, crash=crash, pov_file=pov_file, actions=actions, **kwargs)
  File "/__w/rex/rex/build/src/rex/rex/crash.py", line 343, in __init__
    tracer_opts['tracer_bow'] = archr.arsenal.QEMUTracerBow(self.target, qemu_args=qemu_args, shell=shell)
  File "/__w/rex/rex/build/src/archr/archr/analyzers/qemu_tracer.py", line 103, in __init__
    super().__init__(target, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'qemu_args'