We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d9172 commit abe932cCopy full SHA for abe932c
spec/modules/payloads_spec.rb
@@ -5200,6 +5200,15 @@
5200
reference_name: 'windows/aarch64/exec'
5201
end
5202
5203
+ context 'windows/x64/download_exec' do
5204
+ it_should_behave_like 'payload cached size is consistent',
5205
+ ancestor_reference_names: [
5206
+ 'singles/windows/x64/download_exec'
5207
+ ],
5208
+ dynamic_size: false,
5209
+ modules_pathname: modules_pathname,
5210
+ reference_name: 'windows/x64/download_exec'
5211
+ end
5212
5213
context 'windows/x64/custom/bind_ipv6_tcp' do
5214
it_should_behave_like 'payload is not cached',
0 commit comments