-
Notifications
You must be signed in to change notification settings - Fork 76
VM allocate and dealloacate
Bennett Blodinger edited this page Mar 18, 2017
·
1 revision
- vm.allocate(numberOfBytes=...)
- vm.deallocate(memoryAddress)
Allocates and deallocates memory inside the process. vm.allocate() will return a memory address to newly allocated memory. The numberOfBytes parameter is optional and defaults to target's page size.
Raises bitslicer.VirtualMemoryError if memory could not be allocated or deallocated inside the process.
Searching
- Introduction to Searching
- Data Types
- Storing All Values
- Pointers
- Search Windows
- Pausing Targets
- Web Games
Memory
Debugging
Scripting