mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 00:25:34 +08:00
Remove temporary workaround for upstream bug
This commit is contained in:
parent
1ff3b23a2a
commit
1a2b23b3c0
@ -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()?;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user