Jump to content
  • 0

HOW TO FIND AND EDIT A HEX VALUE WITH HE OFFSET IN libil2cpp


douglaspo

Question

I Need to edit this function, edit the ep_main_entry_count and ep_challenge_entry_count 

but i don't know how i could do that, i try to use HxD, just using he Offset to search and get the hex values, but when i search he find nothing.

prov

I'm probably doing it so I come here to ask for help from you who understand more about that

{

    // Fields

    public uint ep_main_entry_count; // 0x14

    public uint ep_challenge_entry_count; // 0x18

 

    // Methods

 

    // RVA: 0x2B99848 Offset: 0x2B99848 VA: 0x9E29F848

    public void .ctor() { }

}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

On 5/25/2021 at 4:56 AM, douglaspo said:

I Need to edit this function, edit the ep_main_entry_count and ep_challenge_entry_count 

but i don't know how i could do that, i try to use HxD, just using he Offset to search and get the hex values, but when i search he find nothing.

prov

I'm probably doing it so I come here to ask for help from you who understand more about that

{

    // Fields

    public uint ep_main_entry_count; // 0x14

    public uint ep_challenge_entry_count; // 0x18

 

    // Methods

 

    // RVA: 0x2B99848 Offset: 0x2B99848 VA: 0x9E29F848

    public void .ctor() { }

}

uh... this r wrong method... search more on "get_ ****" 

Link to comment
Share on other sites

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.