MCPcopy Create free account

hub / github.com/MagnetForensics/dumpit-linux / functions

Functions26 in github.com/MagnetForensics/dumpit-linux

↓ 7 callersFunctionround_up
(x: usize, y: usize)
src/main.rs:91
↓ 3 callersMethodread_virtual
Read a buffer at a given kernel virtual address.
src/main.rs:203
↓ 3 callersMethodwrite_kcore_dumpit
( &self, dst: &mut dyn Write )
src/main.rs:700
↓ 2 callersMethodinit
Initialize the data we need prior writing a new memory dump.
src/main.rs:181
↓ 2 callersMethodwrite_to_archive
( &self, dst: &mut dyn Write )
src/main.rs:739
↓ 1 callersMethodassociate_mem_ranges
( &mut self, endian: P::Endian, in_segments: &[P] )
src/main.rs:361
↓ 1 callersMethodbuild_elf_header
( &self, endian: P::Endian, in_elf: &FileHeader64<Endianness>, in_segments: &[
src/main.rs:504
↓ 1 callersMethodget_dump_size
(&self)
src/main.rs:687
↓ 1 callersMethodget_vmcoreinfo_syms
Retrieve the values of vmcoreinfo_data & vmcoreinfo_size inside /proc/kallsyms
src/main.rs:268
↓ 1 callersMethodis_vmcoreinfo_present
( &self, endian: P::Endian, in_segments: &[P], in_data: &[u8])
src/main.rs:332
↓ 1 callersMethodparse_kcore
(&mut self)
src/main.rs:629
↓ 1 callersFunctionpause
()
src/main.rs:95
↓ 1 callersMethodread_offset
Read data inside /proc/kcore at a given file offset.
src/main.rs:189
↓ 1 callersMethodread_virtual_u32
Read a u32 at a given kernel virtual address
src/main.rs:221
↓ 1 callersMethodread_vmcoreinfo
(&mut self)
src/main.rs:309
↓ 1 callersMethodreserve_program_notes
( &self, endian: P::Endian, writer: &mut object::write::elf::Writer, in_segmen
src/main.rs:454
↓ 1 callersMethodset_file_offset
( &mut self, off: u64 )
src/main.rs:128
↓ 1 callersMethodva_to_fo
Converts a kernel virtual address into a /proc/kcore file offset.
src/main.rs:298
Methoddisplay
(&self)
src/main.rs:670
Functiondisplay_u64
(u: &u64)
src/main.rs:136
Methodfrom
(err: io::Error)
src/error.rs:19
Methodget_memory_ranges
Get the physical memory ranges (System RAM) from /proc/iomem
src/main.rs:227
Functionmain
()
build.rs:5
Functionmain
()
src/main.rs:802
Methodnew
()
src/main.rs:155
Methodread_virtual_u64
Read a u64 at a given kernel virtual address
src/main.rs:215