Home
last modified time | relevance | path

Searched refs:object_attributes (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc29 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
40 file, desired_access, object_attributes, io_status, allocation_size, in TargetNtCreateFile()
47 object_attributes->ObjectName->Buffer, in TargetNtCreateFile()
48 object_attributes->ObjectName->Length); in TargetNtCreateFile()
67 AllocAndCopyName(object_attributes, &name, &attributes, nullptr); in TargetNtCreateFile()
117 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
129 object_attributes->ObjectName->Buffer, in TargetNtOpenFile()
195 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
255 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
259 orig_QueryFullAttributes(object_attributes, file_attributes); in TargetNtQueryFullAttributesFile()
[all …]
H A Dregistry_interception.cc24 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
31 orig_CreateKey(key, desired_access, object_attributes, title_index, in TargetNtCreateKey()
38 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
39 object_attributes->ObjectName->Length); in TargetNtCreateKey()
68 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
130 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
140 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
222 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
224 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
234 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
[all …]
H A Dsync_interception.cc59 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
63 orig_CreateEvent(event_handle, desired_access, object_attributes, in TargetNtCreateEvent()
65 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
69 object_attributes->ObjectName->Buffer, in TargetNtCreateEvent()
70 object_attributes->ObjectName->Length); in TargetNtCreateEvent()
84 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
121 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
123 orig_OpenEvent(event_handle, desired_access, object_attributes); in TargetNtOpenEvent()
124 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
128 object_attributes->ObjectName->Buffer, in TargetNtOpenEvent()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc27 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
34 NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes, in TargetNtCreateFile()
43 object_attributes->ObjectName->Buffer, in TargetNtCreateFile()
44 object_attributes->ObjectName->Length); in TargetNtCreateFile()
62 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateFile()
113 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
124 object_attributes->ObjectName->Buffer, in TargetNtOpenFile()
192 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
254 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
257 NTSTATUS status = orig_QueryFullAttributes(object_attributes, in TargetNtQueryFullAttributesFile()
[all …]
H A Dregistry_interception.cc23 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
27 NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes, in TargetNtCreateKey()
35 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
36 object_attributes->ObjectName->Length); in TargetNtCreateKey()
65 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
125 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
134 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
213 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
215 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
225 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
[all …]
H A Dsync_interception.cc59 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
63 object_attributes, event_type, in TargetNtCreateEvent()
65 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
69 object_attributes->ObjectName->Buffer, in TargetNtCreateEvent()
70 object_attributes->ObjectName->Length); in TargetNtCreateEvent()
84 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
122 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
124 object_attributes); in TargetNtOpenEvent()
125 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
129 object_attributes->ObjectName->Buffer, in TargetNtOpenEvent()
[all …]
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc29 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
40 file, desired_access, object_attributes, io_status, allocation_size, in TargetNtCreateFile()
47 object_attributes->ObjectName->Buffer, in TargetNtCreateFile()
48 object_attributes->ObjectName->Length); in TargetNtCreateFile()
67 AllocAndCopyName(object_attributes, &name, &attributes, nullptr); in TargetNtCreateFile()
117 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
129 object_attributes->ObjectName->Buffer, in TargetNtOpenFile()
195 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
255 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
259 orig_QueryFullAttributes(object_attributes, file_attributes); in TargetNtQueryFullAttributesFile()
[all …]
H A Dregistry_interception.cc24 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
31 orig_CreateKey(key, desired_access, object_attributes, title_index, in TargetNtCreateKey()
38 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
39 object_attributes->ObjectName->Length); in TargetNtCreateKey()
68 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
130 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
140 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
222 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
224 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
234 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
[all …]
H A Dsync_interception.cc59 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
63 orig_CreateEvent(event_handle, desired_access, object_attributes, in TargetNtCreateEvent()
65 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
69 object_attributes->ObjectName->Buffer, in TargetNtCreateEvent()
70 object_attributes->ObjectName->Length); in TargetNtCreateEvent()
84 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
121 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
123 orig_OpenEvent(event_handle, desired_access, object_attributes); in TargetNtOpenEvent()
124 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
128 object_attributes->ObjectName->Buffer, in TargetNtOpenEvent()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc23 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
30 NTSTATUS status = orig_CreateFile(file, desired_access, object_attributes, in TargetNtCreateFile()
38 object_attributes->ObjectName->Buffer, in TargetNtCreateFile()
39 object_attributes->ObjectName->Length); in TargetNtCreateFile()
57 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateFile()
111 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
121 object_attributes->ObjectName->Buffer, in TargetNtOpenFile()
192 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
256 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
259 NTSTATUS status = orig_QueryFullAttributes(object_attributes, in TargetNtQueryFullAttributesFile()
[all …]
H A Dregistry_interception.cc23 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
27 NTSTATUS status = orig_CreateKey(key, desired_access, object_attributes, in TargetNtCreateKey()
35 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
36 object_attributes->ObjectName->Length); in TargetNtCreateKey()
65 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
125 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
134 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
213 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
215 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
225 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
[all …]
H A Dsync_interception.cc59 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
63 object_attributes, event_type, in TargetNtCreateEvent()
65 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
69 object_attributes->ObjectName->Buffer, in TargetNtCreateEvent()
70 object_attributes->ObjectName->Length); in TargetNtCreateEvent()
84 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
122 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
124 object_attributes); in TargetNtOpenEvent()
125 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
129 object_attributes->ObjectName->Buffer, in TargetNtOpenEvent()
[all …]
H A Dinterceptors_64.cc98 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile64() argument
102 return TargetNtQueryAttributesFile(orig_fn, object_attributes, in TargetNtQueryAttributesFile64()
107 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile64() argument
142 POBJECT_ATTRIBUTES object_attributes, PCLIENT_ID client_id) { in TargetNtOpenThread64() argument
155 object_attributes, client_id); in TargetNtOpenProcess64()
208 POBJECT_ATTRIBUTES object_attributes, ULONG title_index, in TargetNtCreateKey64() argument
219 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey64() argument
227 POBJECT_ATTRIBUTES object_attributes, ULONG open_options) { in TargetNtOpenKeyEx64() argument
238 POBJECT_ATTRIBUTES object_attributes, EVENT_TYPE event_type, in TargetNtCreateEvent64() argument
248 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent64() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc29 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
40 file, desired_access, object_attributes, io_status, allocation_size, in TargetNtCreateFile()
47 object_attributes->ObjectName->Buffer, in TargetNtCreateFile()
48 object_attributes->ObjectName->Length); in TargetNtCreateFile()
67 AllocAndCopyName(object_attributes, &name, &attributes, nullptr); in TargetNtCreateFile()
117 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
129 object_attributes->ObjectName->Buffer, in TargetNtOpenFile()
195 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
255 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
259 orig_QueryFullAttributes(object_attributes, file_attributes); in TargetNtQueryFullAttributesFile()
[all …]
H A Dregistry_interception.cc24 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
31 orig_CreateKey(key, desired_access, object_attributes, title_index, in TargetNtCreateKey()
38 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
39 object_attributes->ObjectName->Length); in TargetNtCreateKey()
68 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
130 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
140 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
222 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
224 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
234 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
[all …]
H A Dsync_interception.cc59 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
63 orig_CreateEvent(event_handle, desired_access, object_attributes, in TargetNtCreateEvent()
65 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
69 object_attributes->ObjectName->Buffer, in TargetNtCreateEvent()
70 object_attributes->ObjectName->Length); in TargetNtCreateEvent()
84 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
121 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
123 orig_OpenEvent(event_handle, desired_access, object_attributes); in TargetNtOpenEvent()
124 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
128 object_attributes->ObjectName->Buffer, in TargetNtOpenEvent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dfilesystem_interception.cc29 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateFile() argument
40 file, desired_access, object_attributes, io_status, allocation_size, in TargetNtCreateFile()
47 object_attributes->ObjectName->Buffer, in TargetNtCreateFile()
48 object_attributes->ObjectName->Length); in TargetNtCreateFile()
67 AllocAndCopyName(object_attributes, &name, &attributes, nullptr); in TargetNtCreateFile()
117 POBJECT_ATTRIBUTES object_attributes, in TargetNtOpenFile() argument
129 object_attributes->ObjectName->Buffer, in TargetNtOpenFile()
195 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryAttributesFile() argument
255 POBJECT_ATTRIBUTES object_attributes, in TargetNtQueryFullAttributesFile() argument
259 orig_QueryFullAttributes(object_attributes, file_attributes); in TargetNtQueryFullAttributesFile()
[all …]
H A Dregistry_interception.cc24 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateKey() argument
31 orig_CreateKey(key, desired_access, object_attributes, title_index, in TargetNtCreateKey()
38 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
39 object_attributes->ObjectName->Length); in TargetNtCreateKey()
68 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes, in TargetNtCreateKey()
130 object_attributes->ObjectName->Buffer, in TargetNtCreateKey()
140 POBJECT_ATTRIBUTES object_attributes) { in CommonNtOpenKey() argument
222 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenKey() argument
224 NTSTATUS status = orig_OpenKey(key, desired_access, object_attributes); in TargetNtOpenKey()
234 return CommonNtOpenKey(status, key, desired_access, object_attributes); in TargetNtOpenKey()
[all …]
H A Dsync_interception.cc59 POBJECT_ATTRIBUTES object_attributes, in TargetNtCreateEvent() argument
63 orig_CreateEvent(event_handle, desired_access, object_attributes, in TargetNtCreateEvent()
65 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtCreateEvent()
69 object_attributes->ObjectName->Buffer, in TargetNtCreateEvent()
70 object_attributes->ObjectName->Length); in TargetNtCreateEvent()
84 OBJECT_ATTRIBUTES object_attribs_copy = *object_attributes; in TargetNtCreateEvent()
121 POBJECT_ATTRIBUTES object_attributes) { in TargetNtOpenEvent() argument
123 orig_OpenEvent(event_handle, desired_access, object_attributes); in TargetNtOpenEvent()
124 if (status != STATUS_ACCESS_DENIED || !object_attributes) in TargetNtOpenEvent()
128 object_attributes->ObjectName->Buffer, in TargetNtOpenEvent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch36 file, desired_access, object_attributes, io_status, allocation_size,
43 + object_attributes->ObjectName->Buffer,
44 + object_attributes->ObjectName->Length);
84 + object_attributes->ObjectName->Buffer,
85 + object_attributes->ObjectName->Length);
114 POBJECT_ATTRIBUTES object_attributes,
123 + object_attributes->ObjectName->Buffer,
153 POBJECT_ATTRIBUTES object_attributes,
157 orig_QueryFullAttributes(object_attributes, file_attributes);
682 if (status != STATUS_ACCESS_DENIED || !object_attributes)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch43 + object_attributes->ObjectName->Buffer,
44 + object_attributes->ObjectName->Length);
84 + object_attributes->ObjectName->Buffer,
85 + object_attributes->ObjectName->Length);
116 POBJECT_ATTRIBUTES object_attributes,
125 + object_attributes->ObjectName->Buffer,
159 NTSTATUS status = orig_QueryFullAttributes(object_attributes,
676 object_attributes, event_type,
678 if (status != STATUS_ACCESS_DENIED || !object_attributes)
715 object_attributes);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch36 file, desired_access, object_attributes, io_status, allocation_size,
43 + object_attributes->ObjectName->Buffer,
44 + object_attributes->ObjectName->Length);
84 + object_attributes->ObjectName->Buffer,
114 POBJECT_ATTRIBUTES object_attributes,
123 + object_attributes->ObjectName->Buffer,
153 POBJECT_ATTRIBUTES object_attributes,
157 orig_QueryFullAttributes(object_attributes, file_attributes);
675 POBJECT_ATTRIBUTES object_attributes,
740 if (status != STATUS_ACCESS_DENIED || !object_attributes)
[all …]
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch36 file, desired_access, object_attributes, io_status, allocation_size,
43 + object_attributes->ObjectName->Buffer,
44 + object_attributes->ObjectName->Length);
84 + object_attributes->ObjectName->Buffer,
114 POBJECT_ATTRIBUTES object_attributes,
123 + object_attributes->ObjectName->Buffer,
153 POBJECT_ATTRIBUTES object_attributes,
157 orig_QueryFullAttributes(object_attributes, file_attributes);
675 POBJECT_ATTRIBUTES object_attributes,
740 if (status != STATUS_ACCESS_DENIED || !object_attributes)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dadd_interception_logging.patch36 file, desired_access, object_attributes, io_status, allocation_size,
43 + object_attributes->ObjectName->Buffer,
44 + object_attributes->ObjectName->Length);
84 + object_attributes->ObjectName->Buffer,
114 POBJECT_ATTRIBUTES object_attributes,
123 + object_attributes->ObjectName->Buffer,
153 POBJECT_ATTRIBUTES object_attributes,
157 orig_QueryFullAttributes(object_attributes, file_attributes);
675 POBJECT_ATTRIBUTES object_attributes,
740 if (status != STATUS_ACCESS_DENIED || !object_attributes)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/data_builder/
H A Dalert_spec.rb16 object_attributes = data[:object_attributes]
18 expect(object_attributes[:title]).to eq(alert.title)
19 …expect(object_attributes[:url]).to eq(Gitlab::Routing.url_helpers.details_project_alert_management…
20 expect(object_attributes[:severity]).to eq(alert.severity)
21 expect(object_attributes[:events]).to eq(alert.events)
22 expect(object_attributes[:status]).to eq(alert.status_name)
23 expect(object_attributes[:started_at]).to eq(alert.started_at)

1234567