Hex Editor
Hex Editor - Binary File Editing Software for Windows

IParser.eval Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
Variant  eval ( [in]   String  Expression) ;
Parameters
ExpressionThe expression to evaluate.
Return Value
Expression evaluation result.
Remarks
Calculate expression value. You may reference global constants, enumerations, variables of already bound types and so on.
Examples

Expression evaluation

JavascriptCopy Code
function f()
{
    var a = eval("pe_header.e_lfanew.sections[0].Name");
    alert("First PE file section name is \"" + a + "\"");
    return 0;
}
    
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.