public interface

IDebuggerProcessInformation

com.pnfsoftware.jeb.core.units.code.debug.IDebuggerProcessInformation
Known Indirect Subclasses

Class Overview

Process information interface. A process may be debuggable.

Summary

Constants
int FLAG_DEBUGGABLE Flag indicating that the process is debuggable.
Public Methods
abstract int getFlags()
abstract long getId()
abstract String getName()

Constants

public static final int FLAG_DEBUGGABLE

Flag indicating that the process is debuggable.

Constant Value: 1 (0x00000001)

Public Methods

public abstract int getFlags ()

Returns
  • the process flags (see FLAG_xxx)

public abstract long getId ()

Returns
  • the process id

public abstract String getName ()

Returns
  • the process name