MCPcopy Create free account

hub / github.com/MemNixFS/MemNixFS / functions

Functions777 in github.com/MemNixFS/MemNixFS

Methodkind
src/vfs/vfs.h:69
Functionkread
Wrappers so existing code keeps reading nicely.
src/os/linux/modules.cpp:37
Functionkva_to_pa_image
Translate a kernel-image VA to PA via the engine's kaslr_phys_shift. Works for any symbol in the static kernel image (.text/.rodata/.data/.bss).
src/os/linux/dmesg.cpp:79
Methodlaunch
src/vfs/forensic_warmer.cpp:141
Functionlmpfs_getattr
src/mount/fuse_mount.cpp:80
Functionlmpfs_handle_t lmpfs_open
src/api/lmpfs.cpp:105
Functionlmpfs_plugin_init
tests/c_api/sample_plugin.cpp:57
Functionlmpfs_read
src/mount/fuse_mount.cpp:106
Functionlmpfs_readdir
src/mount/fuse_mount.cpp:130
Functionlmpfs_statfs
src/mount/fuse_mount.cpp:166
Methodload_chunks
src/formats/avml_format.cpp:181
Methodload_segments
src/formats/lime_format.cpp:69
Functionmain
src/cli/main.cpp:214
Functionmain
tests/c_api/c_api_smoke.cpp:30
Functionmain
tests/c_api/vmmdll_smoke.cpp:38
Functionmain
tests/unit/app_paths_test.cpp:36
Functionmain
tests/unit/forensic_warmer_test.cpp:18
Functionmain
tests/unit/recovered_file_stats_test.cpp:27
Functionmain
tests/unit/findevil_indicators_test.cpp:6
Functionmain
tests/unit/shell_history_test.cpp:48
Functionmain
tests/unit/yara_format_test.cpp:16
Functionmain
tests/unit/banner_scan_test.cpp:26
Methodmax_address
src/formats/avml_format.cpp:136
Methodmax_address
src/formats/kdump_format.cpp:117
Methodmax_address
src/formats/lime_format.cpp:37
Functionpage_align_down
src/core/types.h:24
Functionpage_align_up
src/core/types.h:25
Methodparse_snappy_frames
Walks the framed-snappy stream starting at `file_off`, producing frames whose decompressed bytes map to physical addresses [chunk_pa_start, ...]. Retu
src/formats/avml_format.cpp:210
Functionpid_count_producer
tests/c_api/sample_plugin.cpp:37
Methodplan
src/os/linux/elf_core_stream.cpp:43
Functionplausible_modname
A loaded module has a recognizable name byte string at a known offset inside its `struct module` (offset 0x18 on 6.x x86_64). Names are printable, NUL
src/os/linux/findevil.cpp:490
Methodranges
Captured physical ranges, when the format can report them cheaply. Sparse stream views such as /mem/phys.raw may zero-fill everything outside these ra
src/formats/physical_layer.h:36
Methodranges
src/formats/avml_format.cpp:139
Methodranges
src/formats/kdump_format.cpp:120
Methodranges
src/formats/lime_format.cpp:40
Methodread
src/os/linux/elf_core_stream.cpp:106
Methodread
src/vfs/vfs.h:218
Methodread
src/vfs/proc_module.cpp:285
Methodread
src/io/file_memory_source.cpp:37
Methodread
src/io/mmap_memory_source.cpp:79
Methodread
src/formats/phys_raw_stream.h:27
Functionread_dm_u32
src/os/linux/vma.cpp:22
Functionread_dm_u64
src/os/linux/vma.cpp:18
Methodread_exact
Convenience.
src/formats/physical_layer.h:39
Methodread_pod
src/formats/physical_layer.h:43
Functionreal_env
getenv that treats an empty value as unset (empty %VAR% / $VAR is useless).
src/core/app_paths.cpp:60
Methodrefresh
src/app/engine.cpp:762
Methodreport_summary
src/vfs/forensic_warmer.cpp:103
Methodrotr
src/symbols/symbol_cache_http.cpp:25
Methodset_banner
Banner (from the linux_banner symbol contents) — populated by caller.
src/symbols/isf_symbols.h:49
Functionshell_from_history_filename
Infer the shell from a history filename so the `source` column can name the actual shell (bash/zsh/fish/…) instead of a generic mechanism.
src/os/linux/bash_history.cpp:329
Methodsize
src/os/linux/elf_core_stream.h:41
Methodsize
src/os/linux/kern_va_stream.h:50
Methodsize
src/vfs/vfs.h:217
Methodsize
src/io/file_memory_source.cpp:34
Methodsize
src/io/mmap_memory_source.cpp:76
Methodsize_hint
Cheap, best-effort size for directory listings. MUST NOT run a lazy producer — it's called for every child during a folder enumeration, so making it e
src/vfs/vfs.h:106
Functiontrace
src/core/log.h:22
Functionuread_cstring
src/os/linux/bash_history.cpp:100
Methodva_bits
src/arch/x86_64/page_cache.h:54
Functionwalk_hlist_chain
src/os/linux/netstat.cpp:188
Methodwarm
src/vfs/vfs.h:160
Methodwarm
src/vfs/vfs.h:188
Methodwarmable
src/vfs/vfs.h:161
Methodwarmable
NOT warmed by --precompute: size() is already cheap (size_fn_), so these never show 0 in a listing, and warming every recovered file would pull the wh
src/vfs/vfs.h:195
Methodworker
src/vfs/forensic_warmer.cpp:76
Functionyara_match_callback
src/os/linux/yara_search.cpp:484
Functionyr_rule_strings_foreach
src/os/linux/yara_search.cpp:493
Functionyr_string_matches_foreach
src/os/linux/yara_search.cpp:495
Method~CompiledRules
for header reporting
src/os/linux/yara_search.cpp:271
Method~FileMemorySource
src/io/file_memory_source.cpp:32
Method~ForensicWarmer
src/vfs/forensic_warmer.cpp:25
Method~MemorySource
src/io/memory_source.h:12
Method~MmapMemorySource
src/io/mmap_memory_source.cpp:70
Method~Node
src/vfs/vfs.h:66
Method~PhysicalLayer
src/formats/physical_layer.h:19
Method~StreamReader
src/core/stream.h:27
← previous701–777 of 777, ranked by callers