文件名称:AndBug-A Scriptable Android Debugger
文件大小:393KB
文件格式:ZIP
更新时间:2021-10-22 11:06:50
andbug
AndBug -- A Scriptable Android Debugger AndBug is a debugger targeting the Android platform's Dalvik virtual machine intended for reverse engineers and developers. It uses the same interfaces as Android's Eclipse debugging plugin, the Java Debug Wire Protocol (JDWP) and Dalvik Debug Monitor (DDM) to permit users to hook Dalvik methods, examine process state, and even perform changes. Unlike Google's own Android Software Development Kit debugging tools, AndBug does not require or expect source code. It does, however, require that you have some level of comfort with Python, as it uses a concept of scripted breakpoints, called "hooks", for most nontrivial tasks. (If you just want to dump loaded classes, methods, or threads, there are example scripts for that.)
【文件预览】:
AndBug-master
----README.rst(4KB)
----CONTRIBUTORS(518B)
----info()
--------AndBug-RECON-2011.pdf(291KB)
----pylint.rc(7KB)
----lib()
--------andbug()
--------jdwp()
----andbug(2KB)
----LICENSE(32KB)
----setup.py(2KB)
----Makefile(466B)
----tests()
--------jdwp.py(2KB)
--------options.py(2KB)
--------log.py(1KB)
--------__init__.py(662B)
--------proto.py(2KB)