Jump to content
  • 0

Offsets. I'm noob, pls help =)


TheCookiss

Question

I just recently learned about offsets. I do not understand anything( Who understands, can you just answer my questions?🥺

Why offsets don't work?
What should they be changed to?

I found the flag price offset, how can I change it to 0?

// RVA: 0xB7CE5C Offset: 0xB7CE5C VA: 0xB7CE5C
public static int getCoinPriceForFlag() { }

I found the coin receiving offset(maybe😂), how do I make it work?

// RVA: 0x10BAF84 Offset: 0x10BAF84 VA: 0x10BAF84
public int getCoin() { }

I really hope for help
Dog Please GIF by MOODMAN

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

On 12/8/2022 at 23.15, TheCookiss said:

Saya baru saja belajar tentang offset. Saya tidak mengerti apa-apa (Siapa yang mengerti, bisakah Anda menjawab pertanyaan saya? 🥺

Mengapa offset tidak berfungsi?
Apa yang harus diubah?

Saya menemukan offset harga bendera, bagaimana saya bisa mengubahnya menjadi 0?

     

Saya menemukan koin menerima offset (mungkin 😂) , bagaimana cara membuatnya bekerja?

     

Saya sangat berharap bantuannya
Anjing Tolong GIF oleh MOODMAN

For price 

A mov R0, #0 

 

For get coin 

A mov R0, #0x50000 

 

 

and don't forget bx lr

Use offset patch template with arm code Already available in the download session

Link to comment
Share on other sites

10 hours ago, TheCookiss said:

I just recently learned about offsets. I do not understand anything( Who understands, can you just answer my questions?🥺

Why offsets don't work?
What should they be changed to?

I found the flag price offset, how can I change it to 0?

// RVA: 0xB7CE5C Offset: 0xB7CE5C VA: 0xB7CE5C
public static int getCoinPriceForFlag() { }

I found the coin receiving offset(maybe😂), how do I make it work?

// RVA: 0x10BAF84 Offset: 0x10BAF84 VA: 0x10BAF84
public int getCoin() { }

I really hope for help
Dog Please GIF by MOODMAN

You can change the offest by hex 

00 00 A0 E3 1E FF 2F E1 = Value 0

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.