PROBLEM WITH yy

MateuszWWEx

Lower Midcard
Joined
Oct 1, 2011
Messages
228
Reaction score
0
Hi.i have problem with yy
For xx there is offset/800-8 but what about yy?
 

Lawzy

Young Lion
Joined
Jan 29, 2013
Messages
18
Reaction score
0
You don't need it for extracting files, but for importing..

yy is the size. ((Size in kb x 1024)/100)+1 in decimal then convert to hex.

For example:

123KB file

123 x 1024 = 125952

125952 divided by 100 = 1259.52

1259.52 + 1 = 1260.52

Convert 1260.52 to hexadecimal = 4EC

If it is not 4 digits, add zeros at the front.

yy = 04EC

In the arc it becomes EC04 like xx.
 

MateuszWWEx

Lower Midcard
Joined
Oct 1, 2011
Messages
228
Reaction score
0
thanks man,it works now,before this i do
size KB*1024 and thats everything,thanks again
 

Lawzy

Young Lion
Joined
Jan 29, 2013
Messages
18
Reaction score
0
No probs man, importing things back confused me at first.
 
Top