Skip to content

Commit

Permalink
Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WheretIB committed Jun 1, 2020
1 parent 5078d75 commit b12380e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LuaDebugAttacher_x64/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ int main(int argc, char** argv)
return 1;
}

// To inject dll into sandboxed UWP process, our dll has to have read&Execute permissions in 'All Application Packages' group
AdjustAccessControlListForUwp(dllPath);

auto thread = CreateRemoteThread(process, nullptr, 0, (DWORD(__stdcall*)(LPVOID))loadLibraryAddress, (void*)dllNameAddress, 0, nullptr);
Expand Down

0 comments on commit b12380e

Please sign in to comment.