terry2012 / ATrace

A syscall tracer for Android Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATrace is a syscall tracer based on Android emulator.

To build it, first run ./atrace-prepare.sh 

(To complie the lex and yacc file, I don't know how to integrate this into 
 the Makefile, so if you do, please help me. Thanks in advance!)

Then just build it as normal.

- Chengyu

Following is the original README
==============================================================================

This package contains the sources to the Android emulator program.

This program emulates a virtual ARM board that can be used to run Android
system images on a typical developer machine. To do so, you'll need additionnal
files provided with the public Android Software Development Kit (SDK).

To download them, go to http://code.google.com/android/

Emulator-specific documentation is available at the following page:

    http://code.google.com/android/reference/emulator.html

Please read the INSTALL file to see how you can rebuild the emulator, or
build a source distribution package tarball.

Read the CHANGES.TXT file to see what important changes were added since
the last release.

Note: This program is distributed under the terms of the GNU General Public
      License, which exact licensing conditions are available in the COPYING
      file found within this package.

- Android Emulator Team

About

A syscall tracer for Android Emulator

License:Other


Languages

Language:C 93.8%Language:C++ 3.7%Language:Objective-C 1.0%Language:Haxe 0.5%Language:Assembly 0.4%Language:Shell 0.3%Language:Python 0.1%Language:M 0.1%Language:Makefile 0.0%Language:R 0.0%Language:Yacc 0.0%Language:Logos 0.0%Language:Lex 0.0%Language:Perl 0.0%Language:Rebol 0.0%