]> git.siccegge.de Git - frida/frida.git/commitdiff
Restructure InformationManager
authorChristoph Egger <Christoph.Egger@fau.de>
Mon, 16 Mar 2015 15:40:18 +0000 (16:40 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Mon, 16 Mar 2015 15:50:54 +0000 (16:50 +0100)
  - Signals now all use Event objects to communicate information and all
    share a common sane interface
  - Organize signals consistently and grup by signal name
  - Dynamic and local functions are now handled almost the same
  - Changes all over the place to fix users for these changes
  - proper iterator access for the maps so one can actually iterate over
    all functions (for example a script)
  - ignore these iterators where they would be most usefuill (scripting)
    untill I figure out how to make SWIG compile them properly


No differences found