MCPcopy
hub / github.com/volatilityfoundation/volatility3 / test_mac_lsof

Function test_mac_lsof

test/test_volatility.py:305–310  ·  view source on GitHub ↗
(image, volatility, python)

Source from the content-addressed store, hash-verified

303
304
305def test_mac_lsof(image, volatility, python):
306 rc, out, _err = runvol_plugin("mac.lsof.Lsof", image, volatility, python)
307 out = out.lower()
308
309 assert out.count(b"\n") > 50
310 assert rc == 0
311
312
313def test_mac_malfind(image, volatility, python):

Callers

nothing calls this directly

Calls 2

runvol_pluginFunction · 0.85
countMethod · 0.80

Tested by

no test coverage detected