-
Notifications
You must be signed in to change notification settings - Fork 76
VM pausing and unpausing
Bennett Blodinger edited this page Mar 18, 2017
·
1 revision
- vm.pause()
- vm.unpause()
Pauses and unpauses the current target process.
Internally, a reference count is used. So if you call vm.pause() twice consecutively, then you have to call vm.unpause() twice to resume the process.
Raises a bitslicer.VirtualMemoryError if pausing or unpausing fails for some unexpected reason.
Searching
- Introduction to Searching
- Data Types
- Storing All Values
- Pointers
- Search Windows
- Pausing Targets
- Web Games
Memory
Debugging
Scripting