ddiqbmd Posted June 2, 2023 Posted June 2, 2023 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 :)
nok1a Posted June 7, 2023 Posted June 7, 2023 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.
Lover1500 Posted June 3, 2023 Posted June 3, 2023 Class name and Field offset searcher (#4udgq21d) Have you tested the script?
ddiqbmd Posted June 4, 2023 Author Posted June 4, 2023 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
Question
ddiqbmd
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
Archived
This topic is now archived and is closed to further replies.