|
memex
|
This is the complete list of members for MemoryIO, including all inherited members.
| Fill(RemotePtr< void > dst, std::uint8_t value, std::size_t size) | MemoryIO | |
| isAttached() const | MemoryIO | inline |
| MemoryIO(const ProcessHandle &process) | MemoryIO | explicit |
| MemoryIO(const MemoryIO &)=delete | MemoryIO | |
| MemoryIO(MemoryIO &&) noexcept=default | MemoryIO | |
| operator=(const MemoryIO &)=delete | MemoryIO | |
| operator=(MemoryIO &&) noexcept=default | MemoryIO | |
| pointerSize() const | MemoryIO | inline |
| Read(RemotePtr< T > address) | MemoryIO | inline |
| Read(void *dst, RemotePtr< T > src, std::size_t size) | MemoryIO | inline |
| ResolvePointerChain(RemotePtr< void > base, std::span< const std::ptrdiff_t > offsets) | MemoryIO | inline |
| ResolvePointerChain(RemotePtr< void > base, std::initializer_list< std::ptrdiff_t > offsets) | MemoryIO | inline |
| Write(RemotePtr< T > address, const T &value) | MemoryIO | inline |
| Write(RemotePtr< T > dst, const void *src, std::size_t size) | MemoryIO | inline |