Skip to content

Instantly share code, notes, and snippets.

View johannaratliff's full-sized avatar

Johanna Ratliff johannaratliff

View GitHub Profile
@kristinnmayo
kristinnmayo / mobile.md
Last active September 23, 2020 23:10
Some mobile stuff

Android

  • platform overview (owasp)
  • apktool (reverse engineering apk files)
  • androbugs framework (vulnerability scanner)
  • enjarify (tools for working with dalvik)

    Why not dex2jar? Dex2jar is an older tool that also tries to translate Dalvik to Java bytecode. It works reasonably well most of the time, but a lot of obscure features or edge cases will cause it to fail or even silently produce incorrect results. By contrast, Enjarify is designed to work in as many cases as possible, even fo