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

Commit

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

> v1.1 Copyright (C) 2019 Andrea Fioraldi <andreafioraldi@gmail.com>
> v1.2 Copyright (C) 2019 Andrea Fioraldi <andreafioraldi@gmail.com>
>
> Released under the Apache License v2.0
Expand Down Expand Up @@ -84,6 +84,8 @@ The callback `fuzz.init_callback` can be set to execute code when the fuzzer is
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.

If you are fuzzing a local application, you may want to execute `system-config` before `frida-fuzzer` to tune the parameters of your system and speed-up the things.

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.1"
__version__ = "1.2"

import frida
import base64
Expand Down

0 comments on commit a9f1aa8

Please sign in to comment.