Jump to content
  • 0

Obscured dump.cs


sammax71

Question

Posted

Screenshot_20220823-213157_Survivorio.thumb.jpg.db6b0d94949e00c7d5bd4bb137f66f28.jpg

I'm not sure if "obscured" is the correct term but when you look at a dump.cs of a game and the methods are just random letters as in the pic above is there a way to reverse it so it's readable?

3 answers to this question

Recommended Posts

Posted

I read something on the modder forum that said:

Why it's not possible to deobfuscate to bring original names back?

Nothing is stored. Once it was renamed, there is no way to get it back, It's like trying to recover your lost items you have accidently dropped on lava.

Try copy your files to your USB, scramble the filenames and give it to your friend to see if your friend is able to rename the files back to original

....propably not XD

This is how obfuscation works. Obfuscation would be totally useless for game developers if it did stored original names somewhere else.

Obfuscation is NOT encryption, do not get confused with obfuscation and encryption.

Read here

Posted
On 8/24/2022 at 2:04 AM, sammax71 said:

Screenshot_20220823-213157_Survivorio.thumb.jpg.db6b0d94949e00c7d5bd4bb137f66f28.jpg

I'm not sure if "obscured" is the correct term but when you look at a dump.cs of a game and the methods are just random letters as in the pic above is there a way to reverse it so it's readable?

 

I hacked a obscured value before 

What I did is

Find the hack and add another 4 offset tl it

Eg

p = 0X20D3A8 --offset

p = p + 4 --adding 4 offset to p brings you to hack value

Posted
3 hours ago, sammax71 said:

Screenshot_20220823-213157_Survivorio.thumb.jpg.db6b0d94949e00c7d5bd4bb137f66f28.jpg

I'm not sure if "obscured" is the correct term but when you look at a dump.cs of a game and the methods are just random letters as in the pic above is there a way to reverse it so it's readable?

Obscured

I've seen a tool to solve it but don't know where and must use a PC

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.