Solved .ctor offset

Status
Not open for further replies.

DR_eslam

Awesome Active Platinian
Original poster
May 20, 2022
110
25
18
21
Egypt
// Namespace: Empire
public class FirstBattleData // TypeDefIndex: 9656
{
// Fields
public int firstBattleVictoryCount; // 0x10
public int firstBattleLimitScore; // 0x14
public string firstBattleVictoryBoxId; // 0x18

// Methods

// RVA: 0x1EB451C Offset: 0x1EB451C VA: 0x1EB451C
public void .ctor() { }




We have these field offsets with no updates or any other offsets except this
.ctor offset... Could it by used us update Offset as I don't know what is the use of it?
 

zxcDelix

Platinian
Feb 12, 2023
41
5
8
24
Ukraine
Of course, I don’t really understand why, but I saw a topic about what you’re saying, try to find it, unfortunately I can’t find it, but it said that in rare cases it might work.
 

DR_eslam

Awesome Active Platinian
Original poster
May 20, 2022
110
25
18
21
Egypt
Of course, I don’t really understand why, but I saw a topic about what you’re saying, try to find it, unfortunately I can’t find it, but it said that in rare cases it might work.
Thnx.. For your reply first... And can you remember where u seen it so I can search..?
 

DR_eslam

Awesome Active Platinian
Original poster
May 20, 2022
110
25
18
21
Egypt
Here, I was able to find a link to this topic, there are examples of how this can be done in different ways.

Theme
I figured that if the offsets is called frequently like the update offsets then it may work..... #then it depends on the condition...

Thnx for your help
 
  • Like
Reactions: zxcDelix

DaRealPanDa

Co-Administrator
Staff member
Supporting-Team
Global Moderator
Social Media
Mar 12, 2018
6,774
15,685
2,120
27
Skyrim
Thread will be set to "solved" and closed.
When you're not happy with that just send me a message and i will re-open the thread for you.

Thanks.
 
Status
Not open for further replies.