Jump to content
  • 0

How to find headers in a field


ddiqbmd

Question

Posted

How to search headers in a field?

 

I have field __Hotfix0_get_isRealyDie

 

How to search the headers?

Example headers:

// Namespace: SpaceShip

public class SpaceShipSystem : BaseSystem // TypeDefIndex: 9035

 

Hopefully answered, thank you :)

3 answers to this question

Recommended Posts

Posted
On 6/4/2023 at 10:38 AM, ddiqbmd said:

So, there I want to know what the name is at the top, for example:

// Namespace: SpaceShip

It's just a namespace. I also don't see much use to it in case of modification...perhaps a easy way to find the identifiers. You can search the name in the metadata and then do pointer search, you will see all identifiers point to it. As far i know there is no actual pointer or value that represent a namespace beside the name it self in the metadata.

Posted
19 hours ago, Lover1500 said:

Class name and Field offset searcher (#4udgq21d)

Have you tested the script?

 

 

Not that. But how do I find the field name that is at the very top

 

private static DelegateBridge __Hotfix0_get_isRealyDie; // 0x278

 

So, there I want to know what the name is at the top, for example:

// Namespace: SpaceShip

 

public class SpaceShipSystem : BaseSystem // TypeDefIndex: 9035

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.