Skip to content

Interruptor 0.1.0

Compare
Choose a tag to compare
@FrenchYeti FrenchYeti released this 14 Feb 01:14
· 136 commits to main since this release

Same feature as v0.1.0-alpha + follow threads + improvements

Supported:

  • Follow Threads
  • Module filtering by name, by regexp, by properties
  • System call filtering by name, by regexp, by properties
  • Thread coloring
  • Android/Arm64 syscalls according to AOSP
  • Include deprecated syscalls/flags from linux kernel 2.x -> 5.x
  • SVC hooking
  • Dynamic loading
  • Callback function when start() happens

Partially supported:

  • API to use constant from Kernel API inside hooks
  • Error code retrieving / returned value parsing
  • Flag/Bitmap textual decomposition
  • Contextual args hint : exploring cmd/opts as in prctl()
  • Coverage

Not supported:

  • HVC, SMC, ...
  • follow fork