aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/src/js
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-07-12 09:04:54 +0200
committervanhauser-thc <vh@thc.org>2022-07-12 09:04:54 +0200
commitb847e0f414e7b310e1a68bc501d4e2453bfce70e (patch)
tree1ea5ebbb0b47e8d55b1950e9b787ec9f254655af /frida_mode/src/js
parent338f1ae2f85dffe7daa88fa78cd1d078a986d0d5 (diff)
downloadafl++-b847e0f414e7b310e1a68bc501d4e2453bfce70e.tar.gz
clang format 14
Diffstat (limited to 'frida_mode/src/js')
-rw-r--r--frida_mode/src/js/js.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/frida_mode/src/js/js.c b/frida_mode/src/js/js.c
index 1ca2237f..6bc31864 100644
--- a/frida_mode/src/js/js.c
+++ b/frida_mode/src/js/js.c
@@ -7,16 +7,16 @@ gboolean js_done = FALSE;
js_api_stalker_callback_t js_user_callback = NULL;
js_main_hook_t js_main_hook = NULL;
-static char * js_script = NULL;
-static gchar * filename = "afl.js";
-static gchar * contents;
-static GumScriptBackend * backend;
-static GCancellable * cancellable = NULL;
-static GError * error = NULL;
-static GumScript * script;
+static char *js_script = NULL;
+static gchar *filename = "afl.js";
+static gchar *contents;
+static GumScriptBackend *backend;
+static GCancellable *cancellable = NULL;
+static GError *error = NULL;
+static GumScript *script;
static GumScriptScheduler *scheduler;
-static GMainContext * context;
-static GMainLoop * main_loop;
+static GMainContext *context;
+static GMainLoop *main_loop;
static void js_msg(GumScript *script, const gchar *message, GBytes *data,
gpointer user_data) {