Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: rvzr accessing /home/t-oleksenkoo #106

Closed
CoolBlueSam opened this issue Jul 16, 2024 · 1 comment
Closed

BUG: rvzr accessing /home/t-oleksenkoo #106

CoolBlueSam opened this issue Jul 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@CoolBlueSam
Copy link

CoolBlueSam commented Jul 16, 2024

Followed the steps on README and ran rvzr fuzz command with -c demo/conf-v1.yaml.

Get the following error:
It seems it is trying to access /home/t-oleksenkoo/bin/binutils-gdb/gas/as-new

INFO: [prog_gen] Setting program_generator_seed to random value: 53533
/bin/sh: 1: /home/t-oleksenkoo/bin/binutils-gdb/gas/as-new: not found

Traceback (most recent call last):
File "/root/venv-revizor/bin/rvzr", line 8, in
sys.exit(main())
File "/root/venv-revizor/lib/python3.10/site-packages/revizor/cli.py", line 237, in main
exit_code = fuzzer.start(
File "/root/venv-revizor/lib/python3.10/site-packages/revizor/x86/x86_fuzzer.py", line 80, in start
return super().start(num_test_cases, num_inputs, timeout, nonstop)
File "/root/venv-revizor/lib/python3.10/site-packages/revizor/fuzzer.py", line 93, in start
test_case = self.generator.create_test_case('generated.asm')
File "/root/venv-revizor/lib/python3.10/site-packages/revizor/generator.py", line 135, in create_test_case
self.assemble(asm_file, bin_file)
File "/root/venv-revizor/lib/python3.10/site-packages/revizor/generator.py", line 169, in assemble
raise e
File "/root/venv-revizor/lib/python3.10/site-packages/revizor/generator.py", line 162, in assemble
out = run(f"/home/t-oleksenkoo/bin/binutils-gdb/gas/as-new {asm_file} -o {bin_file}", shell=True, check=True, capture_output=True)
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,

@OleksiiOleksenko OleksiiOleksenko self-assigned this Jul 18, 2024
@OleksiiOleksenko OleksiiOleksenko added the bug Something isn't working label Jul 18, 2024
@OleksiiOleksenko OleksiiOleksenko added this to the v1.3 milestone Jul 18, 2024
@OleksiiOleksenko
Copy link
Contributor

Hi. Thanks for reporting! This issue should be fixed now if you install the latest version of the package: https://pypi.org/project/revizor-fuzzer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants