cro_helper: add todo about process handle
This commit is contained in:
parent
9749a43cc4
commit
2b907dadf4
@ -36,6 +36,7 @@ static constexpr u32 CRO_HASH_SIZE = 0x80;
|
||||
/// Represents a loaded module (CRO) with interfaces manipulating it.
|
||||
class CROHelper final {
|
||||
public:
|
||||
// TODO (wwylele): pass in the process handle for memory access
|
||||
explicit CROHelper(VAddr cro_address) : module_address(cro_address) {}
|
||||
|
||||
std::string ModuleName() const {
|
||||
|
Loading…
Reference in New Issue
Block a user