mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-08-23 18:22:17 +08:00
Remove temporary workaround for upstream bug
This commit is contained in:
@@ -30,7 +30,6 @@ pub fn interfaces(process: &mut IntoProcessInstanceArcBox<'_>) -> Result<Interfa
|
|||||||
process
|
process
|
||||||
.module_list()?
|
.module_list()?
|
||||||
.iter()
|
.iter()
|
||||||
.filter(|module| !module.name.starts_with("nvidia")) // Temporary workaround for upstream bug: https://github.com/memflow/memflow-native/blob/1b063fc573957498b88a13b6120120480bc65ea5/src/linux/mem.rs#L168
|
|
||||||
.filter_map(|module| {
|
.filter_map(|module| {
|
||||||
let buf = process.read_raw(module.base, module.size as _).ok()?;
|
let buf = process.read_raw(module.base, module.size as _).ok()?;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user