From 9261e71553c622821b8b4bb1236da5cd30255f8b Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Mon, 1 Feb 2016 23:23:39 -0500 Subject: [PATCH] i#1701 Android, i#1551 ARM: update README and doc blurbs 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 --- README | 6 +++--- README.md | 6 +++--- api/docs/intro.dox | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 9e74ea3233d..9bd856bf320 100644 --- a/README +++ b/README @@ -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 @@ -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: diff --git a/README.md b/README.md index 04276c73722..2f245f1b02e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/api/docs/intro.dox b/api/docs/intro.dox index 298b83564a3..df4177e05d1 100644 --- a/api/docs/intro.dox +++ b/api/docs/intro.dox @@ -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. * ******************************************************************************/ @@ -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