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

Create script for finding easy functions #1462

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

ribbanya
Copy link
Collaborator

usage: easy_funcs.py [-h] [-s BYTES] [-S BYTES] [-v HEX] [-V HEX]
                     [-m PERCENT] [-M PERCENT] [-n RESULTS]
                     [UNITS ...]

positional arguments:
  UNITS                 directories or files to search

options:
  -h, --help            show this help message and exit
  -s BYTES, --min-size BYTES
                        the minimum size for a function
  -S BYTES, --max-size BYTES
                        the maximum size for a function (default 512)
  -v HEX, --min-virtual-address HEX
                        the minimum virtual address for a function
  -V HEX, --max-virtual-address HEX
                        the maximum virtual address for a function
  -m PERCENT, --min-matched PERCENT
                        the minimum fuzzy match % for a function
  -M PERCENT, --max-matched PERCENT
                        the maximum fuzzy match % for a function
                        (default 0%)
  -n RESULTS, --max-results RESULTS
                        the maximum number of functions to display

usage: easy_funcs.py [-h] [-s BYTES] [-S BYTES] [-v HEX] [-V HEX]
                     [-m PERCENT] [-M PERCENT] [-n RESULTS]
                     [UNITS ...]

positional arguments:
  UNITS                 directories or files to search

options:
  -h, --help            show this help message and exit
  -s BYTES, --min-size BYTES
                        the minimum size for a function
  -S BYTES, --max-size BYTES
                        the maximum size for a function (default 512)
  -v HEX, --min-virtual-address HEX
                        the minimum virtual address for a function
  -V HEX, --max-virtual-address HEX
                        the maximum virtual address for a function
  -m PERCENT, --min-matched PERCENT
                        the minimum fuzzy match % for a function
  -M PERCENT, --max-matched PERCENT
                        the maximum fuzzy match % for a function
                        (default 0%)
  -n RESULTS, --max-results RESULTS
                        the maximum number of functions to display
@ribbanya ribbanya enabled auto-merge (squash) September 23, 2024 16:49
@ribbanya ribbanya merged commit 8aea0d0 into doldecomp:master Sep 23, 2024
8 checks passed
@ribbanya ribbanya deleted the pr/easy-funcs branch September 23, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant