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

Add --bad and --modules Argument to find-ppr.py #13

Merged
merged 2 commits into from Jun 9, 2021

Conversation

spaceraccoon
Copy link
Contributor

Hey @epi052 !

I noticed the find_ppr script has a hard coded set of BADCHARS, which might not be applicable to all targets. Rather than manually modifying it each time, I made badchars a command-line argument so it can be set dynamically. Additionally, I moved modules from a positional argument to a flag in order to support this. The new usage is:

find-ppr.py [-h] [-s] [-b BAD [BAD ...]] -m MODULES [MODULES ...]

Hope this is useful, thanks!

@epi052
Copy link
Owner

epi052 commented Jun 9, 2021

Looks great, thank you for this!

@epi052 epi052 merged commit 52fc662 into epi052:main Jun 9, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants