Skip to content

Commit

Permalink
Fill in the keyword arguments for the example target.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 10, 2024
1 parent dbbc5ae commit 4052b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/new/exploit.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module Ronin

target <%= format_kwargs(@target) -%>

# target arch: '...', os: '...', software_version: '...' do |t|
# target arch: :x86_64, os: :linux, software_version: '1.2.3' do |t|
# t.var1 = 'foo'
# t.var2 = 0x1234
# end
Expand Down

0 comments on commit 4052b4a

Please sign in to comment.