diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-02 08:44:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 09:44:53 +0200 |
| commit | a8529de59247a8bf1e9c1591c0db306ccbcf1d49 (patch) | |
| tree | ad23054ba30c47a2b22a464f10c0ed33a1f3f180 /frida_mode/src/main.c | |
| parent | a6cf9bb336cc3e166469d6eed206a2b6fa9c994a (diff) | |
| download | afl++-a8529de59247a8bf1e9c1591c0db306ccbcf1d49.tar.gz | |
Changes to strip unused symbols from afl-frida-trace.so and hance remove v7 and its dependency on C++ (#1001)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/src/main.c')
| -rw-r--r-- | frida_mode/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/main.c b/frida_mode/src/main.c index 85b0bbf3..91687046 100644 --- a/frida_mode/src/main.c +++ b/frida_mode/src/main.c @@ -163,7 +163,7 @@ static void afl_print_env(void) { } -void afl_frida_start(void) { +__attribute__((visibility("default"))) void afl_frida_start(void) { afl_print_cmdline(); afl_print_env(); |
