Package ghidra.app.services
Interface DebuggerEmulationService.EmulationResult
- All Superinterfaces:
Scheduler.RunResult
- All Known Implementing Classes:
DebuggerEmulationService.RecordEmulationResult
- Enclosing interface:
DebuggerEmulationService
-
Method Summary
Modifier and TypeMethodDescriptionlongsnapshot()Get the (scratch) snapshot where the emulated state is storedMethods inherited from interface ghidra.trace.model.time.schedule.Scheduler.RunResult
error, schedule
-
Method Details
-
snapshot
long snapshot()Get the (scratch) snapshot where the emulated state is stored- Returns:
- the snapshot
-