Skip to content

Commit

Permalink
i#1701 Android, i#1551 ARM: update README and doc blurbs
Browse files Browse the repository at this point in the history
Updates the blurbs in the README files and top-level docs to include
Android and ARM in the lists of supported platforms.

Review-URL: https://codereview.appspot.com/290000043
  • Loading branch information
derekbruening committed Feb 2, 2016
1 parent 362b7a9 commit 9261e71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010-2015 Google, Inc. licensed under the terms of the BSD. All other rights reserved.
Copyright (c) 2010-2016 Google, Inc. licensed under the terms of the BSD. All other rights reserved.
Copyright (c) 2000-2010 VMware, Inc. licensed under the terms of the BSD. All other rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -39,8 +39,8 @@ is not limited to insertion of callouts/trampolines and allows arbitrary
modifications to application instructions via a powerful IA-32/AMD64
instruction manipulation library. DynamoRIO provides efficient,
transparent, and comprehensive manipulation of unmodified applications
running on stock operating systems (Windows or Linux) and commodity IA-32
and AMD64 hardware.
running on stock operating systems (Windows, Linux, or Android) and commodity
IA-32, AMD64, and ARM hardware.

The DynamoRIO home page:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ exports an interface for building dynamic tools for a wide variety of uses:
program analysis and understanding, profiling, instrumentation,
optimization, translation, etc. Unlike many dynamic tool systems, DynamoRIO
is not limited to insertion of callouts/trampolines and allows arbitrary
modifications to application instructions via a powerful IA-32/AMD64
modifications to application instructions via a powerful IA-32/AMD64/ARM
instruction manipulation library. DynamoRIO provides efficient,
transparent, and comprehensive manipulation of unmodified applications
running on stock operating systems (Windows or Linux) and commodity IA-32
and AMD64 hardware. Both Mac OSX and ARM support are in progress.
running on stock operating systems (Windows, Linux, or Android) and commodity
IA-32, AMD64, and ARM hardware. Mac OSX support is in progress.

## Existing DynamoRIO-based tools

Expand Down
6 changes: 3 additions & 3 deletions api/docs/intro.dox
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ******************************************************************************
* Copyright (c) 2010-2015 Google, Inc. All rights reserved.
* Copyright (c) 2010-2016 Google, Inc. All rights reserved.
* Copyright (c) 2011 Massachusetts Institute of Technology All rights reserved.
* Copyright (c) 2007-2010 VMware, Inc. All rights reserved.
* ******************************************************************************/
Expand Down Expand Up @@ -75,8 +75,8 @@ interface for building dynamic tools for a wide variety of uses: program
analysis and understanding, profiling, instrumentation, optimization,
translation, etc. DynamoRIO provides efficient, transparent, and
comprehensive manipulation of an unmodified application running on a stock
operating system (Windows or Linux) and commodity IA-32, AMD64, and ARM
hardware. See \ref sec_limit_platforms for supported platforms.
operating system (Windows, Linux, or Android) and commodity IA-32, AMD64,
and ARM hardware. See \ref sec_limit_platforms for supported platforms.

This document describes the DynamoRIO system and the various API's that it
exports for building custom tools. It is divided into the following
Expand Down

0 comments on commit 9261e71

Please sign in to comment.