mquire 1.2.7

Memory forensics and analysis tool for querying Linux kernel memory dumps using SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Copyright (c) 2025-present, Trail of Bits, Inc.
// All rights reserved.
//
// This source code is licensed in accordance with the terms specified in
// the LICENSE file found in the root directory of this source tree.
//

pub mod boot_time;
pub mod dmesg;
pub mod file;
pub mod kallsyms_symbol;
pub mod kernel_module;
pub mod memory_mapping;
pub mod network_connection;
pub mod syslog_file;
pub mod task;