Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find overloaded method #559

Open
dvgmdvgm opened this issue Oct 18, 2024 · 1 comment
Open

Can't find overloaded method #559

dvgmdvgm opened this issue Oct 18, 2024 · 1 comment

Comments

@dvgmdvgm
Copy link

dvgmdvgm commented Oct 18, 2024

Hello. I'm trying to find address of overloaded method but i'm getting following error
il2cpp: couldn't find overloaded method Open(WindowManager.WindowLayer,System.String,WindowManager.WindowInitInfo,EB.Action,System.Boolean)

My method from dump file looks like:

WindowManager.WindowInfo Open(WindowDataProvider dataProvider, EB.Action<WindowManager.WindowInfo> closeCallback, System.Boolean forceSyncLoad); // 0x024f4780
WindowManager.WindowInfo Open(WindowManager.WindowLayer layer, System.String name, WindowManager.WindowInitInfo initData, EB.Action<WindowManager.WindowInfo> closeCallback, System.Boolean forceSyncLoad); // 0x024f47f4

How can I find this method?
Thanks in advice

@thinhbuzz
Copy link
Contributor

thinhbuzz commented Oct 20, 2024

EB.Action<WindowManager.WindowInfo> not EB.Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants