[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/general]
binpatch
(/tools/hpmatlab/toolbox/matlab/general/binpatch.m)
Function Synopsis
status = binpatch(filename, patch_data)
Help text
binpatch A program for patching binary files
Usage: binpatch('filename', patch_data)
where patch_data is a matrix with three columns
for address, old_value, and new_value
Marc Ullman June 12, 1993
Copyright (c) 1993 by The MathWorks, Inc.
$Revision: 1.2 $ $Date: 1993/06/16 15:59:06 $
Cross-Reference Information
This function calls
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- input /tools/hpmatlab/toolbox/matlab/lang/input.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- sum /tools/hpmatlab/toolbox/matlab/datafun/sum.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON