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

how to run intriguer ? It is not functionioning as it should be #2

Open
cryptomadco opened this issue Aug 27, 2020 · 3 comments
Open

Comments

@cryptomadco
Copy link

Hi .
I am testing the intriguer but unfortunately it throws error on AFL side .

Would you please help running the intriguer ?

Also, from the documentation I just didn't understand about the non-instrumented binary. because the afl inside intriguer directory also needs instrumented binary . What's the point here ?

Thanks!

@cryptomadco
Copy link
Author

The error is as :

cp: cannot stat '/tmp/tmpdir.0UmcRU/field.out': No such file or directory

How to solve this ?

@SpYHero33
Copy link

Same question,can you solve it now?

@SpYHero33
Copy link

I have solved this problem. This is due to an error executing run_intriguer.py, which resulted in no temporary file being generated.
File "/home/admin1/Desktop/intriguer/bin/run_intriguer.py", line 168, in <module> main() File "/home/admin1/Desktop/intriguer/bin/run_intriguer.py", line 102, in main TARGET_ARCH = check_binary(args.cmd[0]) File "/home/admin1/Desktop/intriguer/bin/run_intriguer.py", line 30, in check_binary if arch.find('elf32') >= 0: TypeError: argument should be integer or bytes-like object, not 'str'
Need to modify the code of run_intriguer.py
line30 if arch.find(b'elf32') >= 0:
line32 elif arch.find(b'elf64-x86-64') >= 0:

mzfr added a commit to mzfr/intriguer that referenced this issue Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants