Merge branch 'bis_protect'

This commit is contained in:
Michael Scire
2018-11-29 12:48:20 -08:00
23 changed files with 1012 additions and 49 deletions

View File

@@ -25,7 +25,7 @@ enum SetSysCmd : u32 {
class SetSysMitmService : public IMitmServiceObject {
public:
SetSysMitmService(std::shared_ptr<Service> s) : IMitmServiceObject(s) {
SetSysMitmService(std::shared_ptr<Service> s, u64 pid) : IMitmServiceObject(s, pid) {
/* ... */
}