Skip to content
Snippets Groups Projects
Commit ceb1a164 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

update getters

parent f3d491b5
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ namespace IRDB_SDK
virtual ~Syscalls_t() { }
// getters
virtual const SyscallSiteSet_t& getSyscalls() const = 0;
virtual const SyscallSiteSet_t getSyscalls() = 0;
// factories
static unique_ptr<Syscalls_t> factory(FileIR_t *the_firp);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment