public class

MemoryChanges

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.memory.MemoryChanges

Class Overview

A memory-changes ("diff") object.

Summary

Public Constructors
MemoryChanges(List<Page> adds, List<Page> mods)
Public Methods
List<Page> getAdditions()
List<Page> getModifications()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public MemoryChanges (List<Page> adds, List<Page> mods)

Public Methods

public List<Page> getAdditions ()

public List<Page> getModifications ()

public String toString ()