KernelState should handle module launching

This commit is contained in:
Dr. Chat
2016-10-24 11:00:22 -05:00
parent 69be82c786
commit a148b965f1
12 changed files with 85 additions and 64 deletions

View File

@@ -34,6 +34,7 @@ class Module {
Memory* memory() const { return memory_; }
virtual const std::string& name() const = 0;
virtual bool is_executable() const = 0;
virtual bool ContainsAddress(uint32_t address);