mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
8 lines
64 B
Plaintext
8 lines
64 B
Plaintext
FRIDA_PYTHON {
|
|
global:
|
|
PyInit__frida;
|
|
|
|
local:
|
|
*;
|
|
};
|