Jump to content
  • 0

[HELP] Find Offset by using Classname or Method on Non-Unity Games


DoDevil
 Share

Question

Hi, i'm trying to hack game base on non-unity btw i can't figure out how to find Offset by using Classname or Methodname that i got from DumpMemory

Screenshot_2024-09-20-20-53-00-620-edit_com_ld_cph_gl.thumb.jpg.40db206f180364e602710d414b74de3e.jpg

I tried dump from radare2 and got Offset but it's in unreadable format stringScreenshot_2024-09-20-20-52-08-543-edit_com_ld_cph_gl.thumb.jpg.9ee1ed7bd7227a3260827278e01a255b.jpg

 

Edited by DoDevil
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@DoDevil ]
---

Quote

Find Offset by using Classname or Method on Non-Unity Games

You surely cant do that with classname or even method. It depends on how the game stored it's string. But the concept is like this:
Search for string -> pointer -> may lead to method
---
You need surely try with: IDA Pro. Or find anything that starts with: "PUSH" (Mostly PLT Function) or "ADD", it most likely the start of the function.
---

Edited by kiynox
Link to comment
Share on other sites

  • 0
4 hours ago, kiynox said:

@DoDevil ]
---

You surely cant do that with classname or even method. It depends on how the game stored it's string. But the concept is like this:
Search for string -> pointer -> may lead to method
---
You need surely try with: IDA Pro. Or find anything that starts with: "PUSH" (Mostly PLT Function) or "ADD", it most likely the start of the function.
---

Well, sadly i know IDA Pro can do but maybe when i have a pc i will try again

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.