feature/package-development #22

Merged
ccyj merged 19 commits from feature/package-development into main 2024-05-30 16:26:59 +08:00
Showing only changes of commit 99b481059b - Show all commits

View File

@ -170,7 +170,9 @@ def process_path(path: str, output_format: str, mode: str, output_file=None):
def main():
import argparse
parser = argparse.ArgumentParser(description="Backdoor detection tool.")
parser = argparse.ArgumentParser(
description="Backdoor detection tool.", prog="detection"
)
parser.add_argument("path", help="Path to the code to analyze")
parser.add_argument("-o", "--output", help="Output file path", default=None)
parser.add_argument(