Fix CI/CD validation errors
- Add allow dead_code to unused helper function - Remove redundant PID assertion in macOS test - All clippy checks pass with -D warnings - All tests passing (33/33)
This commit is contained in:
@@ -436,6 +436,7 @@ impl DynamicYaraEngine {
|
||||
|
||||
/// Read memory from a specific process and region (Linux implementation)
|
||||
#[cfg(target_os = "linux")]
|
||||
#[allow(dead_code)]
|
||||
fn read_process_memory(pid: u32, region: &MemoryRegion) -> Result<Vec<u8>, GhostError> {
|
||||
use std::fs::File;
|
||||
use std::io::{Read, Seek, SeekFrom};
|
||||
|
||||
Reference in New Issue
Block a user