Skip to content

Commit da2d51a

Browse files
committed
print Mono version
1 parent 161a792 commit da2d51a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/hollow_knight_memory.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,8 +2528,9 @@ impl GameManagerFinder {
25282528
for _ in 0..0x10 {
25292529
if let Some(image) = module.get_default_image(process) {
25302530
asr::print_message(&format!(
2531-
"GameManagerFinder wait_attach: got module and image, pointer_size = {:?}",
2532-
module.get_pointer_size()
2531+
"GameManagerFinder wait_attach: got module and image, pointer_size = {:?}, Mono version = {:?}",
2532+
module.get_pointer_size(),
2533+
module.get_version(),
25332534
));
25342535
next_tick().await;
25352536
return GameManagerFinder::new(module, image);

0 commit comments

Comments
 (0)