Dumps the application, i.e. it creates a dummy .cs file that contains
all the class, field and method declarations.
The dump is very useful when it comes to inspecting the application as
you can easily search for succulent members using a simple text search,
hence this is typically the very first thing it should be done when
working with a new application.
Keep in mind the dump is version, platform and arch dependentend, so
it has to be re-genereated if any of these changes.
The file is generated in the target device, so you might need to
pull it to the host device afterwards.
Dumping may require a file name and a directory path (a place where the
application can write to). If not provided, the target path is generated
automatically using the information from Il2Cpp.application.
Deprecated
Dumps the application, i.e. it creates a dummy
.csfile that contains all the class, field and method declarations.The dump is very useful when it comes to inspecting the application as you can easily search for succulent members using a simple text search, hence this is typically the very first thing it should be done when working with a new application.
Keep in mind the dump is version, platform and arch dependentend, so it has to be re-genereated if any of these changes.
The file is generated in the target device, so you might need to pull it to the host device afterwards.
Dumping may require a file name and a directory path (a place where the application can write to). If not provided, the target path is generated automatically using the information from Il2Cpp.application.
For instance, the dump resembles the following: