Commit Graph

17 Commits

Author SHA1 Message Date
Karl Trygve Kalleberg e4277d2dfe Add initial function call tracer implementation 2013-12-14 22:33:34 +01:00
Karl Trygve Kalleberg 7fc5ed9774 Fix hex conversion 2013-12-14 22:32:06 +01:00
Karl Trygve Kalleberg 41bfb15b0f The addresses are now returned as hex from the JS side. Conversion to int on Python side now takes account of this. 2013-12-14 20:36:39 +01:00
Ole André Vadla Ravnås a94dfc0e2f Print unhandled exceptions instead of just swallowing them 2013-10-13 14:30:45 +02:00
Ole André Vadla Ravnås 539d73af2a Update to latest Process.enumerateModules API 2013-10-06 19:17:04 +02:00
Ole André Vadla Ravnås 687c9305d1 Fix strict aliasing warnings 2013-10-06 15:25:33 +02:00
Ole André Vadla Ravnås 00ec6d1451 Make the process name matching case-insensitive 2013-04-28 14:31:57 +02:00
Ole André Vadla Ravnås 6f2d4f9334 Switch process name matching to be glob-style 2013-04-28 14:13:50 +02:00
Ole André Vadla Ravnås 54769ec154 Add missing Device member 2013-04-21 20:59:59 +02:00
Ole André Vadla Ravnås dbc45000d0 Update to the latest Frida core API 2013-04-21 20:37:05 +02:00
Ole André Vadla Ravnås ee258de198 Improve error message for ambiguous process name 2013-04-16 01:20:28 +02:00
Ole André Vadla Ravnås e9994576a9 Fix frida-core include 2013-04-15 00:18:41 +02:00
Ole André Vadla Ravnås eca1c28838 Update python wrapper module to the latest API 2013-04-14 03:06:24 +02:00
Ole André Vadla Ravnås 3e43472ff2 Rename pyfrida.c to _frida.c 2013-04-14 03:05:56 +02:00
Ole André Vadla Ravnås 96e6705f05 Add python wrapper module 2013-04-14 02:58:05 +02:00
Ole André Vadla Ravnås 9cb7f2d7cc Update to match the latest Frida core API changes 2013-04-14 02:23:58 +02:00
Ole André Vadla Ravnås 56168132ab Add basic scaffolding based on the old python binding 2013-04-13 22:21:17 +02:00