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. 按F12 IE浏览器的开发工具打不开解决方法

    在电脑的任务栏中选中开发人员工具窗体右击,出现以下页面: 点击移动菜单项,然后用键盘的上下左右键移动,直到开发人员工具的最小化窗体出现:

  2. Java注解处理器

    Java注解处理器 2015/03/03 | 分类: 基础技术 | 0 条评论 | 标签: 注解 分享到:1 译文出处: race604.com   原文出处:Hannes Dorfmann Java ...

  3. pf_ring DNA接收流程代码分析

    经过一个月的学习,对pf_ring DNA的内核部分有了一些认识,本文侧重pf_ring对ixgbe的改动分析. 先说一说接收流程吧,流程如下: 其中,硬中断处理函数是ixgbe_msix_clean ...

  4. Qt QFileSystemModel QDirModel 示例代码, 使用方法

    1.  QFileSystemModel 查看,添加 和 删除目录 2. 实现代码 dialog.h #ifndef DIALOG_H #define DIALOG_H #include <QD ...

  5. 使用Navicat进行数据库自动备份

    今天经历一次数据库丢库事件,顿时觉得定时备份数据库很重要. 但是每天自己手动备份实在是太麻烦了,于是乎,想到用计划任务进行每天定时自动备份. 发现Navicat自带就有备份  还可以直接计划任务,贼方 ...

  6. spring: 使用嵌入式数据源 EmbeddedDatabaseBuilder

    嵌入式数据源作为应用的一部分运行,非常适合在开发和测试环境中使用,但是不适合用于生产环境.因为在使用嵌入式数据源的情况下,你可以在每次应用启动或者每次运行单元测试之前初始化测试数据. 使用Spring ...

  7. Membership如何得到当前登录的用户名称

        System.Web.Security.Membership     Membership.GetUser().UserName可以得到当前登录的用户信息.

  8. MySql简单分页存储过程

    BEGIN DECLARE startIndex int; select COUNT(*) INTO RecordCount from test; SET startIndex = (PageInde ...

  9. 【JAVA XXE攻击】微信支付官方回应XML外部实体注入漏洞

    官方回应连接:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_5 其中明确指出了代码修改的地方. 然后看到此文档后,我就改公司项 ...

  10. LeetCode OJ:Binary Tree Inorder Traversal(中序遍历二叉树)

    Given a binary tree, return the inorder traversal of its nodes' values. For example:Given binary tre ...