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
This mod utilizes the Xref scanning methods from [Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower) and provides user input based scans at runtime controlled by a simple functional WinForms window.
10
+
11
+
## Features
12
+
13
+
- Scan a method for **UsedBy** and **Using** (also prints strings)
|xref|Scan a method or a type|-t typename<br>-m methodname<br>-s<br>-c<br>-l|-t Defines the type<br>-m Defines the method from the type<br>-s Print only strings of the method<br>-c Use methodname as part of name<br>-l Allow large scan results
24
+
|dump|Writes current console contents to a file|-f filepath|-f Defines the destination file
0 commit comments