Mono Features of cheat engine

If you attach to a process/game that uses mono, you should see a new "Mono" menu item on the Cheat Engine form.

This will have an Activate mono features menu item and a Dissect mono menu item.

如果附加的进程使用了mono,那么会自动多出一个mono菜单。

https://wiki.cheatengine.org/index.php?title=Mono:MonoDissect

The Mono dissector form lets you browse the classes in the game you are debugging.

It represents the code in a tree with the following structure:

Tutorial - Mono - Basic

So what are the Cheat Engine mono features?

What is Mono?
Mono is a free and open-source project. Created to build an ECMA (European Computer Manufacturers Association) standard-compliant .NET Framework compatible set of tools. Including a C# compiler and a Common Language Runtime with just-in-time (JIT) compilation.
Side Note: The logo of Mono is a stylized monkey's face, mono being Spanish for monkey.

The Cheat Engine Mono feature are basically tools to help in Mono games. They can offer a different way to create and/or use cheats.


Let's setup infinite health in a Mono game. I'll be using Cuphead.

Cuphead is a run and gun video game developed and published by StudioMDHR. Announced in 2013, the game was released for Microsoft Windows and Xbox One in September 2017, for macOS in October 2018, and for Nintendo Switch in April 2019. The game was inspired by the rubber hose style of animation used in cartoons of the 1930s, such as the work of studios Fleischer and Walt Disney Animation, and seeks to emulate their subversive and surrealist qualities. 

https://baike.baidu.com/item/%E8%8C%B6%E6%9D%AF%E5%A4%B4/22151678?fr=aladdin

原文地址:https://www.cnblogs.com/chucklu/p/11647378.html