Table of Contents
This appendix describes the scripts that are provided in the Patchworks script library. These scripts can be used at the console prompt or from within the PIN file. As well, you can make your own scripts that invoke these helper scripts.
These scripts are a resource to be used for automating analysis at the Patchworks console prompt or within your own automation scripts. You are encouraged to look at the source code to these scripts for hints and ideas on how to work with the BeanShell language and the Patchworks API.
You will find the source code to these scripts located in the Patchworks installation directory, in a folder named 'scripts'.
Each of the following sections is listed by the name of the script. Some scripts contain multiple methods of the name. The first part of each section will provide a general description of the purpose of the script. Subsequent sections will show the form of the method call including the types of the arguments and the type of value that is return. Following the method prototype is a description of the method and a list of the parameters to the method.