Skip to content

Commit 31c3571

Browse files
committed
YARD Documentation for file_info.rb
1 parent e0c5273 commit 31c3571

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/msf/core/post/windows/file_info.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ def loword(num)
1313
num & 0xffff
1414
end
1515

16+
# File Version
17+
# @param [String] filepath The path of the file you are targeting
18+
#
19+
# @return [String] Returns the file version of target
20+
1621
def file_version(filepath)
1722
file_version_info_size = client.railgun.version.GetFileVersionInfoSizeA(
1823
filepath,

0 commit comments

Comments
 (0)