Home
last modified time | relevance | path

Searched refs:ServiceResolverThunk (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
43 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc175 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
205 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
209 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
233 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
252 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
43 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc175 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
205 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
209 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
233 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
252 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
42 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc137 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
167 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
171 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
195 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
215 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
H A Dservice_resolver_unittest.cc62 typedef ResolverThunkTest<sandbox::ServiceResolverThunk> WinXpResolverTest;
95 sandbox::ServiceResolverThunk* resolver) { in PatchNtdllWithResolver()
137 sandbox::ServiceResolverThunk* GetTestResolver(bool relaxed) { in GetTestResolver()
158 sandbox::ServiceResolverThunk* resolver = GetTestResolver(relaxed); in PatchNtdll()
213 sandbox::ServiceResolverThunk* resolver = GetTestResolver(true); in TEST()
233 sandbox::ServiceResolverThunk* resolver = GetTestResolver(true); in TEST()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
43 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc175 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
205 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
209 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
233 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
252 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
42 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc136 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
166 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
170 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
194 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
214 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
H A Dservice_resolver_unittest.cc61 typedef ResolverThunkTest<sandbox::ServiceResolverThunk> WinXpResolverTest;
94 sandbox::ServiceResolverThunk* resolver) { in PatchNtdllWithResolver()
136 sandbox::ServiceResolverThunk* GetTestResolver(bool relaxed) { in GetTestResolver()
157 sandbox::ServiceResolverThunk* resolver = GetTestResolver(relaxed); in PatchNtdll()
212 sandbox::ServiceResolverThunk* resolver = GetTestResolver(true); in TEST()
232 sandbox::ServiceResolverThunk* resolver = GetTestResolver(true); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
43 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc175 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
205 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
209 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
233 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
252 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
43 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()
H A Dservice_resolver_64.cc175 NTSTATUS ServiceResolverThunk::Setup(const void* target_module, in Setup()
205 size_t ServiceResolverThunk::GetThunkSize() const { in GetThunkSize()
209 NTSTATUS ServiceResolverThunk::CopyThunk(const void* target_module, in CopyThunk()
233 bool ServiceResolverThunk::IsFunctionAService(void* local_thunk) const { in IsFunctionAService()
252 NTSTATUS ServiceResolverThunk::PerformPatch(void* local_thunk, in PerformPatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dservice_resolver.h18 class ServiceResolverThunk : public ResolverThunk {
21 ServiceResolverThunk(HANDLE process, bool relaxed) in ServiceResolverThunk() function
26 ~ServiceResolverThunk() override {} in ~ServiceResolverThunk()
93 DISALLOW_COPY_AND_ASSIGN(ServiceResolverThunk);
98 class Wow64ResolverThunk : public ServiceResolverThunk {
102 : ServiceResolverThunk(process, relaxed) {} in Wow64ResolverThunk()
113 class Wow64W8ResolverThunk : public ServiceResolverThunk {
117 : ServiceResolverThunk(process, relaxed) {} in Wow64W8ResolverThunk()
128 class Win8ResolverThunk : public ServiceResolverThunk {
132 : ServiceResolverThunk(process, relaxed) {} in Win8ResolverThunk()
[all …]
H A Dservice_resolver.cc13 NTSTATUS ServiceResolverThunk::ResolveInterceptor( in ResolveInterceptor()
25 NTSTATUS ServiceResolverThunk::ResolveTarget(const void* module, in ResolveTarget()
43 void ServiceResolverThunk::AllowLocalPatches() { in AllowLocalPatches()

123