Reserved used address space on dlclose to prevent re-use

This commit is contained in:
Your Name
2022-02-18 08:21:36 +00:00
parent fcd06fa99c
commit fc7bf33fb1
3 changed files with 120 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#ifndef _MODULE_H
#define _MODULE_H
#include "frida-gumjs.h"
void module_config(void);
void module_init(void);
#endif