From memory address
This action is for advanced users.
This action adds a chunk of memory directly from a 32-bit RAM address.
It takes two parameters: the location of binary in memory, and how many bytes at that address you want to add (0+).
This is useful in conjunction with memory-based objects such as the Binary object and/or the Memory object.
Passing an invalid pointer or a negative/invalid size will result in a crash.
Passing a size of 0 means this action will do nothing, even if the pointer is invalid.