You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no variant or associated item named `parse_2` found for enum `goblin::mach::Mach` in the current scope
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memflow-0.2.1/src/os/util.rs:121:22
|
121 | return Mach::parse_2(buf, true).map(Object::Mach);
| ^^^^^^^
| |
| variant or associated item not found in `Mach<'_>`
| help: there is an associated function with a similar name: `parse`