diff options
| author | vanhauser-thc <vh@thc.org> | 2021-04-28 22:48:43 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-04-28 22:48:43 +0200 |
| commit | 423c32969c0111f5fdc666a159497dff805bff89 (patch) | |
| tree | 162d3825559a5736aa5101c0092438edddbe012d /frida_mode/src | |
| parent | 97dbf5b671b334d8edbfcea8dab9031a14a0b5e5 (diff) | |
| download | afl++-423c32969c0111f5fdc666a159497dff805bff89.tar.gz | |
nit
Diffstat (limited to 'frida_mode/src')
| -rw-r--r-- | frida_mode/src/persistent/persistent.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frida_mode/src/persistent/persistent.c b/frida_mode/src/persistent/persistent.c index fe3a1d20..5aad3724 100644 --- a/frida_mode/src/persistent/persistent.c +++ b/frida_mode/src/persistent/persistent.c @@ -30,9 +30,6 @@ void persistent_init(void) { if (persistent_count != 0 && persistent_count < 100) WARNF("Persistent count out of recommended range (<100)"); - if (persistent_count > 10000) - WARNF("Persistent count out of recommended range (<10000)"); - if (persistent_start != 0 && !persistent_is_supported()) FATAL("Persistent mode not supported on this architecture"); |
