1. 13 Nov, 2016 7 commits
  2. 08 Nov, 2016 3 commits
  3. 07 Nov, 2016 1 commit
  4. 05 Nov, 2016 5 commits
  5. 04 Nov, 2016 2 commits
  6. 31 Oct, 2016 1 commit
  7. 30 Oct, 2016 3 commits
  8. 29 Oct, 2016 6 commits
  9. 18 Oct, 2016 1 commit
  10. 14 Oct, 2016 3 commits
  11. 06 Oct, 2016 1 commit
  12. 05 Oct, 2016 3 commits
  13. 04 Oct, 2016 4 commits
    • Pierre-Hugues Husson's avatar
      [hidesu] Don't suicide · 6bff6e9c
      Pierre-Hugues Husson authored
      6bff6e9c
    • Pierre-Hugues Husson's avatar
      Move to android-21 NDK · 023d369b
      Pierre-Hugues Husson authored
      023d369b
    • Pierre-Hugues Husson's avatar
      PoC++ of hidesu · c9d4241a
      Pierre-Hugues Husson authored
      This uses logcat -b events to search for new process
      c9d4241a
    • Pierre-Hugues Husson's avatar
      Add hidesu program. · e1279c29
      Pierre-Hugues Husson authored
      This is a test program, this will probably be integrated into su daemon.
      This hides su by bind-mounting something (/system) over /sbin, so that
      there is no /sbin/su binary.
      Usage:
      hidesu /proc/<one pid of the namespace>/ns/mnt
      
      This uses the fact that when a program wants access to /sdcard, zygote
      does this using mount namespaces, so every program accessing /sdcard
      will be in a custom mount namespace, that can be modified.
      e1279c29