MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / proc_cmdline

Function proc_cmdline

src/os/linux/findevil.cpp:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651std::string proc_cmdline(const Engine& eng, const Process& p) {
652 try { return one_line_text(gen_cmdline(eng.phys(), eng.isf(), eng.kernel(), p)); }
653 catch (...) { return "-"; }
654}
655
656u64 effective_caps(const Engine& eng, const Process& p) {
657 try {

Callers 1

Calls 2

one_line_textFunction · 0.85
gen_cmdlineFunction · 0.85

Tested by

no test coverage detected