* brave.exe -> chrome.exe spoofing in sandboxed processes. * Added 'ModuleFileNamePatch' (disabled by default) feature to brave://flags
10 lines
425 B
Plaintext
10 lines
425 B
Plaintext
# Copyright (c) 2023 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
brave_sandbox_win_sandbox_sources = [
|
|
"//brave/sandbox/win/src/module_file_name_interception.cc",
|
|
"//brave/sandbox/win/src/module_file_name_interception.h",
|
|
]
|