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

[Q] How long is too long when running prospector? #22

Open
cmazakas opened this issue Jul 13, 2022 · 1 comment
Open

[Q] How long is too long when running prospector? #22

cmazakas opened this issue Jul 13, 2022 · 1 comment

Comments

@cmazakas
Copy link

cmazakas commented Jul 13, 2022

This tool seems quite amazing and we were hoping to use it to divine some hash functions for us but after around 4 hours of runtime with 0 output given:

./prospector -8 -p xrot2,mul

, I was wondering how long is too long?

Also, I am aware that xrot2 is only available from the PR here: #13

I'm wondering, is the xrot2 implementation simply faulty? Or is running against the 64 bit space simply too large to realistically test in that timeframe? I also noted the code was only using 1 core as well. Is there an option to parallelize the execution?

@Logan007
Copy link
Contributor

Logan007 commented Aug 7, 2022

The prospector defaults to output only functions with a score below 10. Your pattern alone will not score in a that low range so you might want to add -t 1000.

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