🔍
IL2CPP Scanner Reborn
  • ❓What is this?
  • ⚠️Disclaimer & Compatibility
  • ⬇️How to install
  • ⚒️How to use
    • Search panel
    • Game Objects panel
    • Components panel
    • Fields & Properties panel
    • Methods calling panel
    • Transform/Inspect panel
Powered by GitBook
On this page
  1. How to use

Search panel

PreviousHow to installNextGame Objects panel

Last updated 1 year ago

At the top left there is a search panel which takes three inputs (see image below):

Module

Choose the module in which the Game Object you are searching for is located (most of the time is Assembly-CSharp, but it can vary from game to game, e.g. "Sons" module for most gameobjects in SonsOfTheForest).

Namespace

Namespace field is an optional one used if you want to search a Game Object in a defined namespace or all the Game Objects in that namespace. Leaving it blank will search in all namespaces of the chosen module.

Game Object

Here you can specify a Game Object to search (which must be in the chosen module and, if declared, in the defined namespace). Leaving it blank will search all the Game Objects in the chosen module and namespace.

Only active Game Objects will be found

Searching all Game Objects in a chosen module sometime may result in a crash if a lot of Game Objects are found (don't know why)

⚒️
Page cover image
Search panel