Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ classes and functions in games that use Mono.
The search pre-processes a single image, which defaults to 'Assembly-CSharp',
so do 'Select Image' to pick a different one:

![SelectImage](Docs/SelectImage.png)
![SelectImage](docs/SelectImage.png)

Use the new 'Mono->Search' menu and start typing to show Classes, Fields,
and Methods that contain your text. Double-clicking on any will open
a 'Class' window.

![Search](Docs/Search.png)
![Search](docs/Search.png)

In the 'Class' window you can see fields and methods. Right-clicking on
a method gives you a few options:
Expand All @@ -39,7 +39,7 @@ a method gives you a few options:
2. Disassemble - jump to the method in the disassembler
3. Create Table Script - Creates table entry hooking the start of the method with a counter for number of times executed and storing the most recent object pointer and parameter values

![Class](Docs/Class.png)
![Class](docs/Class.png)

## Hooking a method

Expand Down Expand Up @@ -131,4 +131,4 @@ See [`/docs/Building.md`](/docs/Building.md)
* Create AA script that will inject at start, have comments showing arguments and register/stack locations
* Implement notes on class, method, field
* Notes window showing all notes
* ...
* ...