Merge pull request #1844 from SolitudePy/check_syscall_malware

Malware categorization: linux.check_syscall
This commit is contained in:
ikelos
2025-06-10 21:02:34 +01:00
committed by GitHub
3 changed files with 227 additions and 206 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class TestLinuxCheckIdt:
class TestLinuxCheckSyscall:
def test_linux_generic_check_syscall(self, image, volatility, python):
rc, out, _err = test_volatility.runvol_plugin(
"linux.check_syscall.Check_syscall", image, volatility, python
"linux.malware.check_syscall.Check_syscall", image, volatility, python
)
assert rc == 0