Skip to content

Commit 0402730

Browse files
committed
Added README.md
1 parent 8e25e8b commit 0402730

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Xref Viewer
2+
3+
## Requirements
4+
5+
- [MelonLoader 0.4.x](https://melonwiki.xyz/)
6+
7+
## Description
8+
9+
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)
14+
- Print only strings from containing methods
15+
- Scan all methods from a given type
16+
17+
---
18+
19+
## Usage
20+
21+
| Command | Description | Arguments | Argument Description
22+
|-|-|-|-|
23+
|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
25+
|clear|Clears the console window|
26+
|help|Print all commands and their description
27+
28+
### Screenshot
29+
30+
![Screenshot](https://i.imgur.com/DvcnjeY.png)

0 commit comments

Comments
 (0)