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 73a6f09 commit 9de029eCopy full SHA for 9de029e
lib/msf/core/post/linux/kernel.rb
@@ -71,6 +71,9 @@ def kernel_arch
71
return ARCH_MIPS if arch == 'mips'
72
return ARCH_MIPS64 if arch == 'mips64'
73
return ARCH_SPARC if arch == 'sparc'
74
+ return ARCH_RISCV32LE if arch == 'riscv32'
75
+ return ARCH_RISCV64LE if arch == 'riscv64'
76
+ return ARCH_LOONGARCH64 if arch == 'loongarch64'
77
arch
78
end
79
0 commit comments