Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
unifuzz-validate
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
文周繁
unifuzz-validate
Commits
2883d264
Commit
2883d264
authored
Dec 27, 2024
by
文周繁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add readme
parent
dceb5442
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
README.md
README.md
+28
-0
No files found.
README.md
0 → 100644
View file @
2883d264
# 环境
```
sh
python2.7
```
# valgrind.py用法
```
sh
# 在python2.7环境下执行valgrind.py,脚本共接收四个参数
# 第一个参数为可执行程序,也就是被测目标程序
# 第二个参数为种子目录
# 第三个参数为标准输出文件路径,用于存储标准输入信息
# 第四个参数为错误信息文件路径,用于存储错误信息
# 例:python valgrind.py /path/to/jhead /path/to/seeds /path/to/stdout /path/to/stderr
```
# asan.py用法
```
sh
# 在python2.7环境下执行asan.py,脚本共接收四个参数
# 第一个参数为可执行程序,也就是被测目标程序
# 第二个参数为种子目录
# 第三个参数为标准输出文件路径,用于存储标准输入信息
# 第四个参数为错误信息文件路径,用于存储错误信息
# 例:python asan.py /path/to/jhead /path/to/seeds /path/to/stdout /path/to/stderr
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment