We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66210e commit c91cf32Copy full SHA for c91cf32
src/game_engine/unity/mono.rs
@@ -112,7 +112,7 @@ impl Module {
112
sig.scan_process_range(process, (mono_assembly_foreach_address, 0x100))
113
})? + 2;
114
115
- process.read::<Address32>(ptr + 2).ok()?.into()
+ process.read::<Address32>(ptr).ok()?.into()
116
},
117
#[cfg(feature = "std")]
118
(false, BinaryFormat::MachO) => {
0 commit comments