2014-01-11 20:37:07 +01:00
2013-04-13 22:23:56 +02:00
2014-01-06 00:23:20 +01:00
2013-12-14 22:32:47 +01:00
2013-12-29 19:54:28 +01:00
2013-12-29 17:10:18 +01:00

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()
S
Description
Automated archival mirror of github.com/frida/frida-python
Readme 2.3 MiB
Languages
C 65.2%
Python 33.5%
Meson 0.7%
Batchfile 0.4%
Makefile 0.2%