Help! How to change DateTime

zxcDelix

Platinian
I don’t know how to change the datetime, please help me do this, here’s the offset:
// RVA: 0x3BCB430 Offset: 0x3BCB430 VA: 0x3BCB430
internal DateTime get_LastModified() { }

I will be glad for any help, thank you.
 
You could use functions from class DateTime with the instance from get_LastModified to change it.
Although, you might have to use set_LastModified with the changed class afterwards.
 
Back
Top Bottom