Update lib/msf/core/payload/windows/x64/block_api_x64.rb
Co-authored-by: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,7 @@ module Payload::Windows::BlockApi_x64
|
||||
def block_api_iv
|
||||
@block_api_iv ||= rand(0x100000000)
|
||||
end
|
||||
|
||||
def asm_block_api(opts={})
|
||||
@block_api_iv ||= rand(0x100000000)
|
||||
asm = Rex::Payloads::Shuffle.from_graphml_file(
|
||||
|
||||
Reference in New Issue
Block a user