public class

HelperStrlen

extends AbstractExternalRoutineExecutionHelper
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.AbstractExternalRoutineExecutionHelper
     ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.HelperStrlen

Class Overview

Sample IR emulator extension that emulates the standard C's strlen routine. This extension is not auto-registered. To register it, use registerExternEmulator(IExternalRoutineExecutionHelper).

Summary

Public Constructors
HelperStrlen()
Public Methods
boolean execute(IREmulator emu, INativeMethodItem routine)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.AbstractExternalRoutineExecutionHelper
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.IExternalRoutineExecutionHelper

Public Constructors

public HelperStrlen ()

Public Methods

public boolean execute (IREmulator emu, INativeMethodItem routine)