ImAxel0 / IL2CPP_Scanner_Reborn

An in game GUI tool based on IL2CPP Resolver made to modify Unity il2cpp games running on DX11
MIT License
24 stars 1 forks source link

static #1

Closed F4kogLc closed 1 year ago

F4kogLc commented 1 year ago

how to inspect static classes, not mono behs? is this feature planned?

ImAxel0 commented 1 year ago

I made this but I'm not really familiar with c#. Are those classes which don't inherit from MonoBehaviour or any other class? I thought it would find all classes in the defined module.

F4kogLc commented 1 year ago

yes, like this, classes which don't inherit from MonoBehaviour

image

ImAxel0 commented 1 year ago

What game is it? Could you suggest me a game with a static class to search so I can look into it? I normally use Sons of the Forest to test things out but most classes are inherited from mono. Anyway I only see one function to fetch classes in il2cpp resolver and it's the one I use so I doubt I can do anything about it.

F4kogLc commented 1 year ago

try this game https://store.steampowered.com/app/1013320/Firestone/

ImAxel0 commented 1 year ago

Ok I tried and couldn't find any class which doesn't inherit from another class. I don't know if it's because they aren't enabled in that moment or if it's a il2cpp resolver limitation. As I said earlier I only know one function to search for classes in il2cpp resolver so I really don't know where to start and probably won't be solved, sry.