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

Switch Debruijn pattern to use 4 byte period #658

Closed
Grazfather opened this issue Jun 11, 2021 · 2 comments · Fixed by #661
Closed

Switch Debruijn pattern to use 4 byte period #658

Grazfather opened this issue Jun 11, 2021 · 2 comments · Fixed by #661

Comments

@Grazfather
Copy link
Collaborator

  1. Better compatibility with pwntools
  2. You can search with a smaller segment
  3. You still get a ton of data before 'repeats'
@hugsy
Copy link
Owner

hugsy commented Jun 11, 2021

This will be handled directly in dev-argparse: set the default to 4 bytes and add a command line option -n

@Grazfather
Copy link
Collaborator Author

Great. Let's close this ticket after that PR is merged and we test its compatibility with pwntools.

hugsy pushed a commit that referenced this issue Jun 11, 2021
- added `pattern` command
- changed the default period to 4 for better compat with `pwntools` (fixed #658)
- updated unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants