mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
5d97d5f17e8c0c14a6d0bf064dde98d127d9b2e2
Frida lets you build your own reverse-engineering tools in a few lines of Python.
import frida
p = frida.attach("skype")
for m in p.enumerate_modules():
print m.enumerate_exports()
Description
Languages
C
65.2%
Python
33.5%
Meson
0.7%
Batchfile
0.4%
Makefile
0.2%