androidterm:
   Android Terminal Emulator
   http://code.google.com/p/androidterm/
   
droidbox:
   Android Application Sandbox
   https://code.google.com/p/droidbox/
   
TaintDroid:
   Realtime Privacy Monitoring on Smartphones
   https://github.com/TaintDroid
   http://appanalysis.org/index.html
   
apktool:
   A tool for reverse engineering Android apk files
   http://code.google.com/p/android-apktool/
   
smali:
   An assembler/disassembler for Android's dex format
   https://code.google.com/p/smali/
   
AndBug:
   a debugger targeting the Android platform's Dalvik virtual machine intended for reverse engineers and developers
   https://github.com/swdunlop/AndBug
   
apkinspector:
   APKinspector is a powerful GUI tool for analysts to analyze the Android applications.
   https://code.google.com/p/apkinspector/
   
androguard:
   Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)
   https://code.google.com/p/androguard/
   
jad:
   Java Decompiler tool
   http://www.varaneckas.com/jad/
   
dex2jar:
   Tools to work with android .dex and java .class files
   http://code.google.com/p/dex2jar/
   
ded:
   Decompiling Android Applications
   http://siis.cse.psu.edu/ded/
   
ARE:
   Virtual Machine for Android Reverse Engineering
   https://redmine.honeynet.org/projects/are
   
STOWAWAY:
   A static analysis tool and permission map for identifying permission use in Android applications
   http://www.android-permissions.org/
   
COMDROID:
   A static analysis tool for identifying application communication-based vulnerabilities.
   http://www.comdroid.org/
   
dex-decomplier:
   Dex decompiler
   https://code.google.com/p/dex-decomplier/
   
amatutor:
   Android恶意代码分析教程
   https://github.com/secmobi/amatutor
   
mobile sandbox:
   Provide an Android application file (apk-file) and the Mobile-Sandbox-System will analyze the file for malicious behaviour.   
   http://mobilesandbox.org/
   
apkstatics:
   a tool for APK static security check
   https://code.google.com/p/apkstatics/
   
DexGuard:
   DexGuard is specialized optimizer and obfuscator for Android
   http://www.saikoa.com/dexguard
   
android-stuff:
   This is a repository for random scripts and files using for Android reversing   
   https://github.com/jlarimer/android-stuff
   
Dexter:
   Dexter is a static android application analysis tool   
   http://code.google.com/p/android-market-api/
   
JEB:
   The Interactive Android Decompiler.
   http://www.android-decompiler.com/
   
APK_OneClick:

decompile & disassemble APKs

http://forum.xda-developers.com/showthread.php?t=873466

APK IDE:

小米人APK改之理(Apk IDE)是一款可视化的用于修改安卓Apk程序文件的工具

http://bbs.pediy.com/showthread.php?t=168001

ApkToolkit
   是一款可视化的用于修改安卓Apk程序文件的工具 
   http://bbs.pediy.com/showthread.php?t=169975

smali-cfgs:

Smali Flow Graphs
   https://code.google.com/p/smali-cfgs/

droidwall:
   Android Firewall
   https://code.google.com/p/droidwall/
       
connectbot:
   Secure shell (SSH) client for the Android platform

https://code.google.com/p/connectbot/

金山火眼:

在线APK文件扫描及行为分析

https://fireeye.ijinshan.com/

Android安全监测网:
   在线监测Android病毒检测  
   http://www.apk32.com/index.php

Virustotal:
    VirusTotal is a free service that analyzes suspicious files and URLs and facilitates the quick detection of viruses, worms, trojans, and all kinds of malware.   
    https://www.virustotal.com/en/

SandDroid
   An APK Analysis Sandbox
   http://sanddroid.xjtu.edu.cn/

AndroTotal:
  AndroTotal is a free service to scan suspicious APKs against multiple mobile antivirus apps.
  http://beta.andrototal.org/

[摘]Android逆向分析常用网站的更多相关文章

  1. Android逆向分析(2) APK的打包与安装背后的故事

    前言 上一次我们反编译了手Q,并遇到了Apktool反编译直接crash的问题,虽然笔者很想在这次解决这个问题,但在解决途中,发现该保护依赖于很多知识,所以本次先插入一下,正所谓知其然知其所以然,授之 ...

  2. Android逆向分析(2) APK的打包与安装

    http://blog.zhaiyifan.cn/2016/02/13/android-reverse-2/ 2/18日增加对aidl和java编译的描述. 前言 上一次我们反编译了手Q,并遇到了Ap ...

  3. Android逆向分析工具表

    逆向分析工具表 工具 描述 网址 androidterm Android Terminal Emulator http://code.google.com/p/androidterm/ droidbo ...

  4. android逆向分析之smali语法

    一 .smali数据类型 1.Dalvik字节码 Davlik字节码中,寄存器都是32位的,能够支持任何类型,64位类型(Long/Double)用2个连续的寄存器表示: Dalvik字节码有两种类型 ...

  5. Android逆向工程师的黑科技

    你们发现了吗?Android逆向.安全方面的工程师真的越来越"稀有"了. 以腾讯.美团.百度为代表的大厂们,在某招聘网站上居然薪酬高达30-60k. 现在移动端市场越来越火热,AP ...

  6. Ratel:一直站在Android逆向巅峰的平头哥

    本文来源:带动行业内卷,渣总义不容辞 字越少事儿越大,请关注github(可以点击阅读原文): https://github.com/virjarRatel 平头哥(ratel)是一个Android逆 ...

  7. android逆向学习小结--CrackMe_1

    断断续续的总算的把android开发和逆向的这两本书看完了,虽然没有java,和android开发的基础,但总体感觉起来还是比较能接收的,毕竟都是触类旁通的.当然要深入的话还需要对这门语言的细节特性和 ...

  8. 【转】Android逆向入门流程

    原文:https://www.jianshu.com/p/71fb7ccc05ff 0.写在前面 本文是笔者自学笔记,以破解某目标apk的方式进行学习,中间辅以原理性知识,方便面试需求. 参考文章的原 ...

  9. Android逆向之旅---静态方式分析破解视频编辑应用「Vue」水印问题

    一.故事背景 现在很多人都喜欢玩文艺,特别是我身边的UI们,拍照一分钟修图半小时.就是为了能够在朋友圈显得逼格高,不过的确是挺好看的,修图的软件太多了就不多说了,而且一般都没有水印啥的.相比较短视频有 ...

随机推荐

  1. inline-block和同级的text-align问题

    https://www.cnblogs.com/qjqcs/p/5551640.html margin:0 auto:是设置块标签在父级中居中对齐,是一种对齐方式.所以对于display:inline ...

  2. How to choose from Viewstate, SessionState, Cookies and Cache

    https://devshop.wordpress.com/2008/04/10/how-to-choose-from-viewstate-sessionstate-cookies-and-cache ...

  3. spring boot 打包

    打成jar直接运行比较简单,这里特别说明的是打成war包,部署在外部的tomcat方式: 1.修改启动代码 import org.springframework.boot.SpringApplicat ...

  4. android.intent.category.LAUNCHER和android.intent.action.MAIN

    一个应用程序可以有多个Activity,每个Activity是同级别的,那么在启动程序时,最先启动哪个Activity呢? 有些程序可能需要显示在程序列表里,有些不需要.怎么定义呢? android. ...

  5. js正则表达式验证(化繁为简)

    以前用js写正则表达式验证,每一个文本框后面都要添加一个onblur函数,验证的信息少,也没体会到有多繁琐,这次项目中的页面比较多,页面中的信息也比较多,如果每个文本框都加一个验证函数的话,js验证代 ...

  6. HDU 2419 Boring Game(并查集+map)

    感觉做得有点复杂了,但是AC了还是...爽... 题意:给你n个点每个点有一个价值,接下来有m条边,然后是q个操作,每个操作有三种情况: F X K:寻找与X点直接或间接相连的不小于价值K的最小价值, ...

  7. httpClient的post方法使用form格式数据调用接口

    Http使用post调用接口,接口只接受form表单数据格式问题? 这个问题的关键是form表单提交的是数据格式是什么样子的,使用httpClient工具类时Header信息如何写. 会影响解决问题思 ...

  8. 【转】ORACLE的数据类型

    原文;http://linjian004.bokee.com/3916067.html 常用的数据库字段类型如下: 字段类型 中文说明 限制条件 其它说明 CHAR 固定长度字符串 最大长度2000 ...

  9. css 单行和多行文本溢出显示省略号

    如果实现单行文本的溢出显示省略号同学们应该都知道用text-overflow:ellipsis属性来,当然还需要加宽度width属来兼容部分浏览. 实现方法: overflow: hidden; te ...

  10. Linux软件安装(一)

    软件安装方式: 1. rpm方式 该方式软件安装本质与Windows下安装软件方式一致,就是把软件包里面的二进制代码文件复制到系统指定目录(如 C://program files) 优点:软件安装非常 ...