h3x4n1um / RETON

Reverse Engineering RTON File
GNU General Public License v3.0
33 stars 3 forks source link

Lack of type 0x92 #1

Closed FinBird closed 5 years ago

FinBird commented 5 years ago

Good job! But it seems that your rton-json convertor miss the type 0x92,93.Means Utf-8 code points,similar to 0x90,91 0X92+Varint+? String cache (key&value)(UTF-8) 0X93+Varint+? Referred String (key&value)(UTF-8)

h3x4n1um commented 5 years ago

Thank you, I'll implement it asap

h3x4n1um commented 5 years ago

Good job! But it seems that your rton-json convertor miss the type 0x92,93.Means Utf-8 code points,similar to 0x90,91 0X92+Varint+? String cache (key&value)(UTF-8) 0X93+Varint+? Referred String (key&value)(UTF-8)

Could you give me an example, please?

FinBird commented 5 years ago

@h3x4n1um Get it https://file.io/Kudyhy

FinBird commented 5 years ago

May be participate in the project later in this year...

FinBird commented 5 years ago

Also, could you leave your mail? :-)

h3x4n1um commented 5 years ago

Contact me at fb.com/nthoanghai

h3x4n1um commented 5 years ago

@h3x4n1um Get it https://file.io/Kudyhy

I examined your file sent to me ~and I found that your file missing the 0x93 bytecode.~

I implemented the 0x92 and 0x93, ~0x92~ it works like a charm ~but I not sure 0x93 translates properly~