asdf-overlay-hook 2.0.13

Asdf Overlay Hook
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "frida-gum.h"

void gum_bindings_init();

GumInterceptor *gum_bindings_interceptor_obtain();

GumReplaceReturn gum_bindings_interceptor_replace_fast(
    GumInterceptor *self,
    gpointer function_address,
    gpointer replacement_function,
    gpointer *original_function);

void gum_bindings_interceptor_begin_transaction(GumInterceptor *self);
void gum_bindings_interceptor_end_transaction(GumInterceptor *self);