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.
@option
Binary::Stack#initialize
1 parent 44349bb commit fa99da2Copy full SHA for fa99da2
lib/ronin/support/binary/stack.rb
@@ -115,6 +115,11 @@ class Stack
115
# :arm64, :arm64_le, :arm64_be] :arch
116
# The desired architecture for the values within the stack.
117
#
118
+ # @option kwargs [:linux, :macos, :windows,
119
+ # :android, :apple_ios, :bsd,
120
+ # :freebsd, :openbsd, :netbsd] :os
121
+ # The desired Operating System (OS) for the values within the stack.
122
+ #
123
def initialize(string=nil, **kwargs)
124
initialize_type_system(**kwargs)
125
0 commit comments