文件名称:c_function_extractor:此工具主要用于提取检索指定输入文件路径或输入目录路径下的所有单个函数,并将每个函数存储到指定输出目录下的单个文件中
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-22 08:09:36
Python
lang语函数提取器/检索器 简介:该工具主要用于提取/检索指定输入文件路径或输入目录路径下的所有单个函数,并将每个函数存储到指定输出目录下的单个文件中。 此外,还支持一些额外的功能,例如提取的函数抽象和规范化。 基本用法 usage: extractor.py [-h] [-f [INPUT_FILE [INPUT_FILE ...]]] [-d [INPUT_DIR]] [-D OUTPUT_DIR] [--clear_output_dir] [-a] [--alv ABSTRACTION_LEVEL] [-N] A extractor used to extract all clang functions in specified file dir or .c/.h files. optional arg
【文件预览】:
c_function_extractor-master
----utils()
--------content_handler.py(8KB)
--------__init__.py(850B)
--------file_helper.py(1KB)
--------func_extractor.py(3KB)
----conf.py(246B)
----README.md(4KB)
----tests()
--------abstrct_handler_test.py(413B)
--------filewalk_test.py(158B)
--------handler_test.py(426B)
--------__init__.py(0B)
--------extractor_test.py(416B)
--------normalizer_test.py(457B)
----.gitignore(38B)
----extractor.py(5KB)