Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafioraldi committed Dec 19, 2019
1 parent 5aa7357 commit e26bddf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Frida API Fuzzer

> v1.0 Copyright (C) 2019 Andrea Fioraldi <[email protected]>
> v1.1 Copyright (C) 2019 Andrea Fioraldi <[email protected]>
>
> Released under the Apache License v2.0
This experimetal fuzzer is meant to be used for API in-memory fuzzing.
Expand Down Expand Up @@ -79,6 +79,9 @@ The callback `fuzz.init_callback` can be set to execute code when the fuzzer is
</tr>
</table>

If you don't specify the output folder, a temp folder is created under /tmp.
If you don't specify the folder with the initial seed, an uninformed seed `0000` is used as starting seed.

Running `./frida-fuzzer -spawn ./tests/test_linux64` you will see something like the following status screen on your terminal:

```
Expand Down
2 changes: 1 addition & 1 deletion frida-fuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

__version__ = "1.0"
__version__ = "1.1"

import frida
import base64
Expand Down

1 comment on commit e26bddf

@vanhauser-thc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job!

Please sign in to comment.